1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 19:23:29 +00:00
TiddlyWiki5/core/ui/ViewTemplate/body.tid
Jermolene 2f2a257745 Improve the descriptive text for missing tiddlers
Now we explain that it’s a missing tiddler, and add a “create” button
2014-03-02 18:43:22 +00:00

14 lines
299 B
Plaintext

title: $:/core/ui/ViewTemplate/body
tags: $:/tags/ViewTemplate
\define lingo-base() $:/language/MissingTiddler/
<div class="body">
<$transclude>
<$transclude tiddler="$:/language/MissingTiddler/Hint"/> <$button message="tw-edit-tiddler"><<lingo Create/Caption>></$button>
</$transclude>
</div>