diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/Support_tab_insertion_in_textarea.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/Support_tab_insertion_in_textarea.mdwn b/doc/todo/Support_tab_insertion_in_textarea.mdwn new file mode 100644 index 000000000..fca054f14 --- /dev/null +++ b/doc/todo/Support_tab_insertion_in_textarea.mdwn @@ -0,0 +1,9 @@ +[[tag wishlist]] + +It'd be nice to be allowed to insert tabs into the textarea, as opposed to having to insert 4-spaces for lists/etc. This would require JavaScript to be practical, and would gracefully degrade on browsers w/o JS support. + +Some browsers already let you insert tabs (IIRR links or lynx does...) + +Here's a link to a wiki discussing the topic: <http://c2.com/cgi/wiki?TipForTypingTab> + +-- [[harningt]] |