--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/7F69BE3A-5BE1-4A04-8965-A38F4EE99F3E%40gmail.com.
Few of my recent plugins use some of these features to create dynamic element which before 5.1.20 only possible by the aids of JavaScript.
I would like to thank you and appreciate the time and talent of all contributors, specially BTC for this amazing release.
Cheers
Mohammad
So but a few points for all readers to consider
- The innerwiki plugin can be used as intended to support screenshots for documentation but you can also generate a wiki in a window from a subset of tiddlers from the parent wiki. This will allow the generation of wiki instances from a parent wiki
I see this as a way to publish empty + plugin demo sites or export data from a larger data set into a distributable tiddlywiki or even tiddlywiki edition generation from a selection process in the parent wiki. You can then save the new wiki with its own save mechanisium. Perhaps it will be wise to set the filename in the innerwiki data tiddlers.
Regards
Tony
{{{ [{!!tiddler-mode}else{$:/config/wiki-mode}] }}}{{{ [{!!tiddler-mode}else{$:/config/wiki-mode}] }}}
{{{ [{!!tiddler-mode}match[test]then{$:/SiteTitle}else{$:/SiteSubtitle}] }}}
{{{ [all[current]get[tiddler-mode]else{$:/config/wiki-mode}] }}}{{{ [{!!tiddler-mode}else{$:/config/wiki-mode}] }}}Do you think this is a bug?
--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/37086ad7-facd-4ad4-9bdc-ceba52f0638d%40googlegroups.com.
Following Jeremy's comments, since "enlist" will collapse strings, you can do this fairly cleanly:{{{ [enlist{!!tiddler-mode}else{wiki-mode}] }}}(Sorry, I shortened tiddler $:/config/wiki-mode for visibility)Or at least it worked in my tests.Thanks!