1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-27 01:14:44 +00:00

Add tags to the default templates

Which now look pretty terrible, by the way
This commit is contained in:
Jeremy Ruston 2012-04-11 11:29:46 +01:00
parent a302be82d0
commit b62eef675a
2 changed files with 2 additions and 1 deletions

View File

@ -4,5 +4,6 @@ modifier: JeremyRuston
<<view title>> <<command SaveTiddler label:"done" class:"btn btn-mini btn-success">>
{{title{
<<edit draft.title>>}}}
<<edit tags>>
{{body{
<<edit text>>}}}

View File

@ -4,6 +4,6 @@ modifier: JeremyRuston
{{title{
<<view title>>}}}
{{small{
<<view modifier link>> <<view modified date>> <<command EditTiddler label:"edit" class:"btn btn-mini btn-primary">>}}}
<<view modifier link>> <<view modified date>> <<view tags>> <<command EditTiddler label:"edit" class:"btn btn-mini btn-primary">>}}}
{{body{
<<view text wikified>>}}}