mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
b9ae6607c0
* the text/vnd-tiddlywiki tiddler and language * adding trim: edit and view templates
15 lines
358 B
Plaintext
15 lines
358 B
Plaintext
title: $:/core/ui/ViewTemplate/classic
|
|
tags: $:/tags/ViewTemplate $:/tags/EditTemplate
|
|
|
|
\define lingo-base() $:/language/ClassicWarning/
|
|
\whitespace trim
|
|
<$list filter="[all[current]type[text/x-tiddlywiki]]">
|
|
<div class="tc-message-box">
|
|
|
|
<<lingo Hint>>
|
|
|
|
<$button set="!!type" setTo="text/vnd.tiddlywiki"><<lingo Upgrade/Caption>></$button>
|
|
|
|
</div>
|
|
</$list>
|