Regarding getting options to appear in the advanced options tiddler.
My plugin TiddlerEncryptionPlugin uses the following code.


if(config.options.chkExcludeEncryptedFromSearch == undefined) 
config.options.chkExcludeEncryptedFromSearch = false;
if(config.options.chkExcludeEncryptedFromLists == undefined) 
config.options.chkExcludeEncryptedFromLists = false;
if(config.options.chkShowDecryptButtonInContent == undefined) 
config.options.chkShowDecryptButtonInContent = false;

Hope this helps :) 


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/3B3pjjNydzwJ.
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/tiddlywiki?hl=en.

Reply via email to