====== Zim:TODO ======

=== version 0.08 ===
* make tags "moded" like: ''^Bbold text^B normaltext''
	* think about how to handle multiline tags
* action menu
	* "open in external editor"
	* "open directory"
	* "insert image"
	* "export to html"
* More heuristic version of follow_link => only follow when page doesn't exist
* When the buttonpathbar is switched to namespace, this namespace cache can be used for ALT-down (this is how the gtk open dialog does this)

=== version 0.09 ===
* treeview->reorderable(1)
	* only move between namespaces
* make treeview update per directory
* add parsetree nodes for items in a list

=== version 0.10 ===
* documentation
	* code documentation
		* parse tree documentation
		* [[class diagram]]
	* user documentation
* test scripts
	*  for parser
		*  can we do the full round trip through zim ?
	*  for filename lookup
		*  check Z:P:F->realname versus Z->pagename
	* plugin framework
		* test nested Zim object
* Gtk2::Ex::* to CPAN
* commandline switches
	* --home PAGE
	* --config FILE
	* --\w* for all CONFIG keys
	* list these in the manual
* copy selections with wiki markup
	* use repository formatter for text -> extern
	* use one default formatter for internal paste
* parser takes care of "itemizing" lists
* make it possible to open just one file "word pad" style
	* add a dialog to change file/repository
	* make zim without argument popup this dialog

=== version X ===
* make readonly on runtime switchable
	* this allows for non-editable special pages
* action scripts (get page and root in env vars)
* completion in "open page" dialog
* "use_wikiword" option for autolinking in PageView
* Attachements
	* use File::MimeInfo::Application
	* attachments in the document tree 
		* dir specified by repository - same as images
		* optional iconview on bottom of page to display these
			* is iconview supported in all versions of gtk ?
	* file uris in page
		* render basename or icon + basename
		* copy filename menu item
		* open with menu item
	* images in page
		* copy filename menu item
		* open with menu item
* make ^Z work on words
	* bundle series of actions that are performed automaticly into one undo/redo action
* try scaling images to window width
* typography in utf8 -- see dokuwiki for example
	* greek letters would be nice for formulas
* middle mouse button => open in new window (??)
	* or ctl/alt - enter
	* in the "open page" dialog a "in new window" checkbox
* can we make text in lists linewrap in a visually pleasing way ?
* detect when a page has changed while we are displaying it
* "New Repository" dialog that allows you to choose the format etc.
* outliner functions in PageView ?
* Something to highlight the urgency of todo-list items like colours ?

=== version 0.20 ===
* working api for document search
	* ^F => search dialog
* package plugins
	* man page reader
	* perldoc reader
	* calender namespace
	* export to other formats
	* other wiki dialects
	* archive / backup
* full DnD support
	* external file to text => attachement/link
	* external file to tree => attachement
	* from tree to text => link
	* text to tree => append text to page

