mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-13 21:34:51 +00:00
daf439121b
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)
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
title: $:/core/ui/ViewTemplate/body
|
|
tags: $:/tags/ViewTemplate
|
|
|
|
<div class="body">
|
|
<$view field="text" format="wikified"/>
|
|
</div> |