response
parent
ff73f44f88
commit
37f62dde2d
|
@ -42,3 +42,11 @@ browsers emulate it. [[done]]
|
|||
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]]
|
||||
|
||||
>> There is no need for a configuration setting for this -- to change
|
||||
>> the default height from 20 rows to something else, you can just put
|
||||
>> something like this in your `local.css`: --[[Joey]]
|
||||
|
||||
#editcontent {
|
||||
height: 50em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue