1# Dokuwiki Plugin Autotabber 2 3Use Tabs inside your DokuWiki editor 4 5 6 7* Tab insertion via the Tab key 8* Tab removal via the Shift+Tab key combination 9* Multi-line selection support for both Tab & Shift+Tab combos 10* Auto indent, it keeps indentation after every new line 11* The Esc key temporarily disable Auto Tabber. It is re-enabled once the textarea loses focus 12* Adjustable tab size (not yet via config, must edit the JS file, last line) 13 * An integer at tabSize sets the number of spaces to be used in a tab press 14 * Set it to 0 to use a normal tab char 15