====== Zim:Features ======

==== autosave ====

Zim saves your page every 5 seconds. You don't have
to think about this yourself.

==== autoindent ====

Indenting is copied from the previous line.

==== persistent history ====

The history is saved per repository in a storage file, which contians not only the page names but also cursor positions.

==== persistent state ====

All state information about the GUI is saved. Thus when you resize your window or hide the index pane these options are remembered.

==== linking ====

Zim is not just a text editor, it also features links between files.

==== keybindings ====

Any action in zim has a simple keybinding. Thus you can use zim without the speed loss of grabbing the mouse.


----

BROWSER, when a link like http://google.com is clicked
zim looks for an $BROWSER environment variable.
To override this you can put a browser command in the config file.

Note that in fact any url like mailto://, file://, smb:// etc. will
be forwarded to BROWSER. Therefor one might want to config a script
to dispatch these urls over different applications.

utf8: because both perl and gtk use utf8 internally this application is transparent to utf8 text (FIXME check this)

