您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
knowit/TODO

64 行
2.0 KiB

此文件包含不可见的 Unicode 字符!

这个文件包含不可见的 Unicode 字符,其处理方式可能不同于下面显示的字符。 如果您是有意且正当地使用它们,您可以安全地忽略这个警告。使用 Escape 按钮来显示隐藏的字符。

TODO for KnowIt
---------------
1. GUI-related items
--------------------
Editor:
* color chooser: last color and some predefined (with shortcuts)
* sort selected text (problem: how to sort text inside HTML tags?)
* advanced search (fuzzy search, filters, keywords etc.)
* inserting images/tables etc. (probably impossible in current Qt version)
* rich text copy/cut (now only text is copied from note to note); Qt bug?
* templates: RichText structures which can be autofilled with relevant info
* spellchecking
Links:
* add browse button for local links
* link local notes by id, not name (after 1.0 - requires new file format)
* reorder link popup menu commands
Tree:
* update icons after reordering
* configurable pixmaps for notes (after 1.0 - requires new file format)
* list of notes containing given text (+filters?)
* selectable list of all notes
Others:
* status bar: more information? (lines, words, paragraphs, notes,
  filters, results of some commands?)
* multiple KnowIt documents in single tabbed window;
  it would required moving some variables from knowit.cpp
  to knowitdoc.cpp (to allow different documents). Edit/Items
  may be then functions, not variables, returning current document
 editor/tree.
* add 'Quick add entry' command to taskbar
* add 'Paste as new note' command
Export:
* handle local links
* strip <p></p> and <div></div> at the end of text
2. Non-GUI items
----------------
File:
* proper handling of text-format notes
* password - allow files to be encrypted (useful for holding passwords)
* store tree state on save: which nodes are open. (after 1.0 - requires new file format)
* speed up loading large files
Import/export:
* export to text
* improve printing (print more than current note). Problem: how to select
   notes for printing? How to print bigger document?
* optionally print/export links
Internals:
* make some actions TDESelectActions (f. e. alignment)
* undo for deleting/moving notes (how?)
* check accelerators?
Documentation:
* update tips