Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 30-Apr-2025 | - | ||||
LICENSE | H A D | 04-Jun-2021 | 11.1 KiB | 202 | 169 | |
README.md | H A D | 04-Jun-2021 | 609 | 15 | 11 | |
plugin.info.txt | H A D | 04-Jun-2021 | 202 | 8 | 7 | |
script.js | H A D | 04-Jun-2021 | 366 | 14 | 4 | |
taboverride.escape.js | H A D | 04-Jun-2021 | 2.2 KiB | 73 | 41 | |
taboverride.js | H A D | 04-Jun-2021 | 30.1 KiB | 804 | 429 |
README.md
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