1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-19 02:14:22 +00:00
TiddlyWiki5/core/templates/EditTemplate.tid

15 lines
247 B
Plaintext
Raw Normal View History

title: $:/templates/EditTemplate
modifier: JeremyRuston
2012-10-24 21:39:25 +00:00
<div class="tw-tiddler-frame">
<<view title>> <<button SaveTiddler class:"btn btn-mini btn-success"><done>>
{{title{
<<edit draft.title>>
}}}
<<edit tags>>
{{body{
<<edit text>>
2012-10-24 21:39:25 +00:00
}}}
</div>