mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Improve the descriptive text for missing tiddlers
Now we explain that it’s a missing tiddler, and add a “create” button
This commit is contained in:
parent
ab7d2d64e7
commit
2f2a257745
@ -2,3 +2,5 @@ title: $:/language/
|
|||||||
|
|
||||||
RecentChanges/DateFormat: DDth MMM YYYY
|
RecentChanges/DateFormat: DDth MMM YYYY
|
||||||
CloseAll/Button: close all
|
CloseAll/Button: close all
|
||||||
|
MissingTiddler/Hint: Missing tiddler "<$text text=<<currentTiddler>>/>"
|
||||||
|
MissingTiddler/Create/Caption: create
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
title: $:/core/ui/ViewTemplate/body
|
title: $:/core/ui/ViewTemplate/body
|
||||||
tags: $:/tags/ViewTemplate
|
tags: $:/tags/ViewTemplate
|
||||||
|
|
||||||
|
\define lingo-base() $:/language/MissingTiddler/
|
||||||
<div class="body">
|
<div class="body">
|
||||||
|
|
||||||
<$transclude />
|
<$transclude>
|
||||||
|
|
||||||
|
<$transclude tiddler="$:/language/MissingTiddler/Hint"/> <$button message="tw-edit-tiddler"><<lingo Create/Caption>></$button>
|
||||||
|
|
||||||
|
</$transclude>
|
||||||
|
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user