Hi tiddlyfolk
I recently discovered:
It provides a selection of palettes and appears quite straightforward … But!
How does this work!? The palette tiddler has a nice UI but when I export/edit it I see a data tiddler. Some magic is happening, but how?
Many thanks
M
It’s using a “cascade” to show it’s palette choosing UI.
See $:/ControlPanel > Info > Advanced > Cascades > View Template Body and scroll down to find $:/user/cascade/Body which is defined as:
[match[Palettes]then[$:/user/template/Palettes/view]]
so viewing the “Palettes” tiddler actually renders$:/user/template/Palettes/view, which then transcludes $:/user/template/Palette to show each individual palette chooser interface.
-e