You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
See subject; I'm trying to figure out a way to filter for only those shadow tiddlers that have been changed/replaced from the system default. Is there a way to do that?
Jeremy Ruston
unread,
Feb 16, 2019, 11:36:03 AM2/16/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
Hi Michael
Try "[is[shadow]]" in the advanced search "filter" tab.
It might be slightly counterintuitive: there is an implicit "[all[tiddlers]]" at the start of each filter run, so filtering down to those tiddlers that are also shadow tiddlers gives us those "real" tiddlers that overwrite a shadow tiddler.
> On 16 Feb 2019, at 17:18, Michael Gentry <mikeg...@gmail.com> wrote:
>
> See subject; I'm trying to figure out a way to filter for only those shadow tiddlers that have been changed/replaced from the system default. Is there a way to do that?
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Instead of making my own tiddler for such, I link to (or copy the code of) the Number of overridden shadow tiddlers: in ControlPanel/Basic tab (if you're putting into another tiddler). Link is
but I couldn't find alink to the exact line like other entries in Control Panel have and I can't rmember if I was able to transclude just that line. It has a magnifying glass/search icon that brings up Advanced Search set to the filter Jeremy mentioned.
I don't know if that would work for what you're doing though.