> There'd be some trickiness with editing a tiddler to add a tag that is
> removed on the next edit - essentially the last change would have to add
> the appropriate tags and the person doing the boilerplate updates would
> have to keep chasing the tag.
True - perhaps you could use a paramifier*, activated via the URL (e.g.
#editMode:author) to get around that:
//{{{
config.paramifiers.editMode = {
oninit: function(v) {
config.options.chkAuthorMode = v.toLowerCase() == "author";
}
};
//}}}
-- F.
* http://tiddlywiki.org/wiki/Startup_Parameters
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywikidev?hl=en.