mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-03 16:46:18 +00:00
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
title: $:/templates/EditTemplate
|
|
modifier: JeremyRuston
|
|
|
|
<<view title>> <<button SaveTiddler class:"btn btn-mini btn-success"><done>>
|
|
{{title{
|
|
<<edit draft.title>>
|
|
}}}
|
|
<<edit tags>>
|
|
{{body{
|
|
<<edit text>>
|
|
}}} |