mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-20 00:34:50 +00:00
b006cf163f
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.
14 lines
246 B
Plaintext
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>
|