• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Apr-2024-

LICENSEH A D04-Jun-202111.1 KiB202169

README.mdH A D04-Jun-2021609 1511

plugin.info.txtH A D04-Jun-2021202 87

script.jsH A D04-Jun-2021366 144

taboverride.escape.jsH A D04-Jun-20212.2 KiB7341

taboverride.jsH A D04-Jun-202130.1 KiB804429

README.md

1# Dokuwiki Plugin Autotabber
2
3Use Tabs inside your DokuWiki editor
4
5![Demo image](http://i.imgur.com/9BU53N3.png)
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