1. TW's native checkbox to disable editing only
2. WV plugin that includes disabling editing as well as other interface
settings
~AlanH
One (hopefully simple) wish list item. Can we separate the toolbar
button class from the tag button class? Right now they both use
".button" class. I'd like to be able to have the toolbar buttons
styled as actual buttons but have the tags appear as words until the
user hovers over them. I could hijack the function to change one of
their classes, but that seems a bit extreme.
~Alan
But how about using:
var newSiteTitle = getElementText("siteTitle");
if(!newSiteTitle || newSiteTitle == "")
newSiteTitle = "TiddlyWiki";
instead of:
var newSiteTitle =
store.getTiddlerText("SiteTitle","TiddlyWiki").htmlEncode();
This way, if there is wiki syntax in the title tiddler, it will not be
displayed in the document's title tag (which could trip up Google).
~AlanH
config.options.chkHttpReadOnly = true;
Did you try that?
The check box under AdvancedOptions is simply an override feature. It
doesn't disable the editing, but it will enable editing if it is set to
disabled when accessed via http.
More info at: http://www.tiddlywiki.com/#HideEditingFeatures
Nix my previous request, JeremyR.
You can have <a href"blah" class="button tagButton"> - you can then
just style it using .button if you want or with .tagButton - or a
combination of the two.