====== AutoTabber Plugin ====== ---- plugin ---- description: Use Tabs inside your DokuWiki editor author : MarcosBL email : soy@marcosbl.com type : helper lastupdate : 2021-09-01 compatible : Hogfather depends : conflicts : similar : tags : tabs, editor downloadurl: https://github.com/marcosbl/dokuwiki-plugin-autotabber/zipball/master bugtracker : https://github.com/marcosbl/dokuwiki-plugin-autotabber/issues sourcerepo : https://github.com/marcosbl/dokuwiki-plugin-autotabber/ donationurl: screenshot_img : http://i.imgur.com/9BU53N3.png ---- ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Usage ===== Just press Tab inside the editor * Tab insertion via the Tab key * Tab removal via the Shift+Tab key combination * Multi-line selection support for both Tab & Shift+Tab combos * Auto indent, it keeps indentation after every new line * The Esc key temporarily disable Auto Tabber. It is re-enabled once the textarea loses focus * Adjustable tab size (not yet via config, must edit the JS file, last line) * An integer at tabSize sets the number of spaces to be used in a tab press * Set it to 0 to use a normal tab char === Change Log === {{rss>https://github.com/MarcosBL/dokuwiki-plugin-autotabber/commits/master.atom date}} ===== Discussion ===== Please use https://github.com/marcosbl/dokuwiki-plugin-autotabber/issues ===== Bugs ===== The version dated 2021-09-01 adds an additional carriage return to indents and list items. See [[https://github.com/MarcosBL/dokuwiki-plugin-autotabber/issues/4|this issue]] and [[https://forum.dokuwiki.org/d/20212-autotabber-plugin-makes-two-carriage-returns|this forum discussion]] for more information.