diff options
author | Joey Hess <joey@kitenet.net> | 2008-01-02 14:18:04 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-01-02 14:18:04 -0500 |
commit | c2606879f3f21a11bf0a42c326b8a531e88e9c41 (patch) | |
tree | bb1b61633e0d4a4679f3aba8b1b19bd689ac11c5 | |
parent | a33fe8512c9233eab24d2275a1590f4d3c861703 (diff) | |
download | ikiwiki-c2606879f3f21a11bf0a42c326b8a531e88e9c41.tar ikiwiki-c2606879f3f21a11bf0a42c326b8a531e88e9c41.tar.gz |
web commit by http://openid.eharning.us/
-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]] |