1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-16 00:44:22 +00:00
TiddlyWiki5/core/templates/EditTemplate.tid
Jeremy Ruston b006cf163f Remove the old parser code
Thus introducing a few functional regressions, but it's going to be
easier to fix things up without the old code knocking around and
getting in the way.
2012-12-28 22:08:32 +00:00

14 lines
246 B
Plaintext

title: $:/templates/EditTemplate
modifier: JeremyRuston
<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>>
}}}
</div>