On Sunday, May 9, 2021 at 1:28:15 PM UTC+2 Anjar wrote: Shadow tiddlers have some nice properties, s I wonder: can ordinary > tiddlers be made into shadow tiddlers or is it technically difficult? So > that if a new tiddler is created with the same title, the old one > disappears but is lurking in the background as a shadow? >
As soon, as a tiddler is part of a plugin, it will be a shadow tiddler. So yes. Every tiddler can become a shadow if you publish them as a plugin. ... Shadows can be edited, so they become "ordinary" tiddlers. ... There are 2 types of ordinary tiddlers. "system" and "standard" tiddlers... System tiddlers start with $:/ ... which is "just a convention" If a tiddler has an "overwritten" shadow, there will be some info in the EditTemplate. And there is the *$:/ControlPanel : Info : Basics : Number of overridden shadow tiddlers* info. This is the filter it uses: [is[tiddler]is[shadow]sort[title]] If an overwritten shadow is deleted, the shadow will take over again. ... That's basically what you named: "nice properties" -mario -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5c9dfe33-4b32-4523-a731-c2d3eff2e3fen%40googlegroups.com.

