mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Adjust the templates so that they work with the new parser
This commit is contained in:
parent
68384a5044
commit
47224e7a44
@ -3,7 +3,9 @@ modifier: JeremyRuston
|
||||
|
||||
<<view title>> <<button SaveTiddler label:"done" class:"btn btn-mini btn-success">>
|
||||
{{title{
|
||||
<<edit draft.title>>}}}
|
||||
<<edit draft.title>>
|
||||
}}}
|
||||
<<edit tags>>
|
||||
{{body{
|
||||
<<edit text>>}}}
|
||||
<<edit text>>
|
||||
}}}
|
@ -1,6 +1,11 @@
|
||||
title: $:/templates/PageTemplate
|
||||
|
||||
{{navigation-panel{<<chooser>>}}}{{zoomer-panel{<<zoomer>>}}}
|
||||
{{navigation-panel{
|
||||
<<chooser>>
|
||||
}}}
|
||||
{{zoomer-panel{
|
||||
<<zoomer>>
|
||||
}}}
|
||||
{{container-fluid{
|
||||
<<story story:"$:/StoryTiddlers" storyview:scroller>>
|
||||
}}}
|
||||
|
@ -2,8 +2,11 @@ title: $:/templates/ViewTemplate
|
||||
modifier: JeremyRuston
|
||||
|
||||
{{title{
|
||||
<<view title>>}}}
|
||||
<<view title>>
|
||||
}}}
|
||||
{{small{
|
||||
<<view modifier link>> <<view modified date>> <<view tags>> <<button EditTiddler label:"edit" class:"btn btn-mini btn-primary">>}}}
|
||||
<<view modifier link>> <<view modified date>> <<view tags>> <<button EditTiddler label:"edit" class:"btn btn-mini btn-primary">>
|
||||
}}}
|
||||
{{body{
|
||||
<<view text wikified>>}}}
|
||||
<<view text wikified>>
|
||||
}}}
|
Loading…
Reference in New Issue
Block a user