summaryrefslogtreecommitdiff
path: root/doc/todo/Support_tab_insertion_in_textarea.mdwn
blob: bed8381bec1d01e1b09d3d017b90db87d99408df (plain)

[[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...)

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]]