mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-03-10 05:28:10 +00:00

Now the ViewTemplate just renders the current tiddler through each template tagged `$:/tags/ViewTemplate`. This allows plugins (and users) to add/remove elements from the ViewTemplate easily, without overwriting the ViewTemplate itself. (For @giffmex)