diff options
author | http://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web> | 2010-08-22 09:42:20 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-08-22 09:42:20 +0000 |
commit | d44733d3bd80d4c5dd8cf60b7107a0004c5c3fa8 (patch) | |
tree | f80f1b26494a7d5af954a41880ad35d2397d226f /doc | |
parent | 87acb9ad1c009c3a6570fad09b5286b5399d86bc (diff) | |
download | ikiwiki-d44733d3bd80d4c5dd8cf60b7107a0004c5c3fa8.tar ikiwiki-d44733d3bd80d4c5dd8cf60b7107a0004c5c3fa8.tar.gz |
no need for rebuild
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn b/doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn index 577c3dad8..8721277aa 100644 --- a/doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn +++ b/doc/todo/edit_form:_no_fixed_size_for_textarea.mdwn @@ -40,3 +40,5 @@ browsers emulate it. [[done]] --[[Joey]] Wouldn't it be possible to just implement an integer-valued setting for this, accessible via the "Setup" wiki page? This would require a wiki regen, but such a setting would not be changed frequently I suppose. Also, Mediawiki has this implemented as a per-user setting (two settings, actually, -- number of rows and columns of the edit area); such a per-user setting would be the best possible implementation, but I'm not sure if ikiwiki already supports per-user settings. Please consider implementing this as the current 20 rows is a great PITA for any non-trivial page. + +> I don't think it would need a wiki rebuild, as the textarea is generated dynamically by the CGI when you perform a CGI action, and (as far as I know) is not cooked into any static content. -- [[Jon]] |