Hi Stuart,
Create a tiddler containing:
!!! Shadow tiddlers + 'normal' tiddlers
<<list-links filter:"[all[shadows+tiddlers]tag[$:/tags/EditTemplate]]">>
<hr>
!!! Shadow tiddlers incl. overridden shadow tiddlers
<<list-links filter:"[all[shadows]tag[$:/tags/EditTemplate]]">>
For a fresh downloaded empty.html you get with this filter tiddler:
Shadow tiddlers + 'normal' tiddlers- $:/core/ui/EditTemplate/controls
- $:/core/ui/EditTemplate/title
- $:/core/ui/EditTemplate/tags
- $:/core/ui/EditTemplate/shadow
- $:/core/ui/ViewTemplate/classic
- $:/core/ui/EditTemplate/body
- $:/core/ui/EditTemplate/type
- $:/core/ui/EditTemplate/fields
Shadow tiddlers incl. overridden shadow tiddlers- $:/core/ui/EditTemplate/controls
- $:/core/ui/EditTemplate/title
- $:/core/ui/EditTemplate/tags
- $:/core/ui/EditTemplate/shadow
- $:/core/ui/ViewTemplate/classic
- $:/core/ui/EditTemplate/body
- $:/core/ui/EditTemplate/type
- $:/core/ui/EditTemplate/fields
It gives all 8 tiddlers that create the Edit template.
The same filter tiddler in your wiki will list the same tiddlers + an extra tiddler containing the pink banner "Can you help us improve this documentation? ...
If this extra tiddler is in the first list it is a normal tiddler:
- Click the link of that extra tiddler
- Check it is the pink banner tiddler
- Delete that extra tiddler
If this extra tiddler is in both lists it is a shadow tiddler. A shadow tiddler cannot be deleted but can be overridden:
- Click the link of that extra tiddler
- Check it is the pink banner tiddler
- Open the tiddler
- Delete the tag $:/tags/EditTemplate
- Save the tiddler
That's it.
Hope that helps.
Cheers,
Ton