====== Zim:Autoformat ======

Autoformatting means that zim parses text while you type.

Notice that the syntax for autoformatting isn't the same as the wiki syntax for the data formatting.

For example typing:

    = Heading 1 <ENTER>

gives you a heading 1 and typing:

    == Heading 2<ENTER>

gives you a heading 2. But in the coresponding text file these headings are marked as follows:

    ====== Heading 1 ======

    ===== Heading 2 =====

If you typed in wiki syntax and you want to have it rendered you should reload the page (press ^R).

Another example of autoformatting is that a "*" at the begin of a line gets converted to a bullet auto maticly.

To type bold or italic just use the corresponding keybindings (^B and ^I)  instead of wiki syntax.

=== TODO ===
* http://dsfdssdf => link
* update target existing link while editing
* <tab>dsfsdf => pre
* \t<backspace>dasdf => normal

