aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/Support_tab_insertion_in_textarea.mdwn
blob: bed8381bec1d01e1b09d3d017b90db87d99408df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.

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