From: Joey Hess Date: Sat, 5 Jan 2008 07:09:42 +0000 (-0500) Subject: response X-Git-Tag: 2.18~4 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/a76536262dca2dd787885fff7ce72b664b1313d2?ds=sidebyside;hp=-c response --- a76536262dca2dd787885fff7ce72b664b1313d2 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: -- [[harningt]]