一个支持无限层级分类的笔记软件,Python编写,支持富文本编辑和代码高亮,支持Linux和Windows平台。
数据采用sqlite或XML存储,支持密码保护,支持从NoteCase、KeepNote、Knowit、Tomboy、TuxCards、Treepad、Leo等笔记软件导入数据。
--------------------------------------------------------------
cherrytree 0.37.0 issued
• implemented configurability of most of the keyboard shortcuts (few of them cannot be changed)
• implemented quick access to last visited nodes with configurable number of buttons on the node name header
• implemented the possibility to select from a list the default icon for all the (non code) nodes in the tree; code nodes have by default explicit icons related to the programming language
• implemented the possibility for any node to set an icon from a list
• implemented the possibility for any node to set color and boldness for the node name
• implemented control of the vertical space around lines (work by bfloch)
• implemented the possibility to disable the smart quotes auto replacement
• implemented the option to have the links underlined or not
• implemented the tree node action “move right” to make a node son of the above sibling; taking shortcut Shift+Right
• implemented the possibility at mouse click on the node to expand it and to have the focus moved to the text
• implemented the import from RedNotebook
• added in the preferences dialog the possibility to reset to the default values the toolbar and the special characters
1. 不支持中文路径。貌似Python打包的软件在中文路径下执行都会出错吧,也有可能是GTK的问题,不过这不是啥大问题
2. 不支持Markdown写笔记。自带的富文本笔记格式很强大,不过习惯了用MD记笔记之后,这种所见即所得的编辑方式总感觉有一点慢,不如MD来得直接。但毫无疑问,自带的富文本格式用来记录编程相关的笔记功能上已经足够了。
3. 没有直接保存网页的功能。有些时候看到很好的文章,习惯直接保存到笔记,省略了重新记笔记的时间。不过CherryTree没有像为知笔记和印象笔记那种直接保存网页的功能。复制网页进行粘贴,结果格式完全破坏了,根本不能看;也试过先把网页保存成html再导入,存在同样的问题。
好吧,到了这一步基本上就不能满足我的要求了,所以没有继续测试下去。。。总体感觉,好软件,但是不适合我。。。