1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-18 10:19:44 +00:00
TiddlyWiki5/core/templates/EditTemplate.tid

11 lines
214 B
Plaintext

title: $:/templates/EditTemplate
modifier: JeremyRuston
<<view title>> <<button SaveTiddler label:"done" class:"btn btn-mini btn-success">>
{{title{
<<edit draft.title>>
}}}
<<edit tags>>
{{body{
<<edit text>>
}}}