I agree that we could do a better job here.
How about an additional object config.optionsCat (similar to
config.optionsDesc) which would simply add the respective option to a
category? So we might have something like this:
---------------
merge(config.optionsCat,{
txtUserName: "TiddlyWiki Core",
...
txtFileSystemCharSet: "TiddlyWiki Core"});
configOptionsCate.chkFooBar = "FooPlugin";
---------------
Once we have that, we could probably sort the options accordingly, or
use headings or tabs etc.
(Options missing this descriptor would simple be "Uncategorized".)
> As a starter for ten, I always find it very helpful when plugin
> tiddlers have config boxes as part of the plugin documentation, then I
> don't even have to think about it.
That's an option in the plugin specs:
http://tinyurl.com/4qucqu
(http://www.tiddlywiki.org/wiki/Dev:Plugin_Specifications#Documentation_Sections)
-- F.
I've raised a ticket for this:
http://trac.tiddlywiki.org/ticket/599
Note:
While AdvancedOptionsPlugin's clever mechanism works nicely for plugin
configuration settings, it does not apply to core options.
That's why, for the core change, I chose to suggest the
config.optionsCat method.
-- F.