summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-05 02:09:42 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-05 02:09:42 -0500
commita76536262dca2dd787885fff7ce72b664b1313d2 (patch)
treed5e32ed4692769ee8e3432e499d45555004fd2f0 /doc/todo
parent9589b7a83c943891dfbaaea38781b2cb4366cc4f (diff)
response
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/Support_tab_insertion_in_textarea.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/todo/Support_tab_insertion_in_textarea.mdwn b/doc/todo/Support_tab_insertion_in_textarea.mdwn
index fca054f14..bed8381be 100644
--- a/doc/todo/Support_tab_insertion_in_textarea.mdwn
+++ b/doc/todo/Support_tab_insertion_in_textarea.mdwn
@@ -1,9 +1,15 @@
[[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.
+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...)
+> So does w3m, since it launched an external editor.. Basically, this is a
+> bug in your web browser, not in ikiwiki. Trying to work around it with
+> javascript seems like a losing proposition. Good link, btw. --[[Joey]]
+
Here's a link to a wiki discussing the topic: <http://c2.com/cgi/wiki?TipForTypingTab>
-- [[harningt]]