mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-06 22:04:19 +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">>
|
<<view title>> <<button SaveTiddler label:"done" class:"btn btn-mini btn-success">>
|
||||||
{{title{
|
{{title{
|
||||||
<<edit draft.title>>}}}
|
<<edit draft.title>>
|
||||||
|
}}}
|
||||||
<<edit tags>>
|
<<edit tags>>
|
||||||
{{body{
|
{{body{
|
||||||
<<edit text>>}}}
|
<<edit text>>
|
||||||
|
}}}
|
@ -1,6 +1,11 @@
|
|||||||
title: $:/templates/PageTemplate
|
title: $:/templates/PageTemplate
|
||||||
|
|
||||||
{{navigation-panel{<<chooser>>}}}{{zoomer-panel{<<zoomer>>}}}
|
{{navigation-panel{
|
||||||
|
<<chooser>>
|
||||||
|
}}}
|
||||||
|
{{zoomer-panel{
|
||||||
|
<<zoomer>>
|
||||||
|
}}}
|
||||||
{{container-fluid{
|
{{container-fluid{
|
||||||
<<story story:"$:/StoryTiddlers" storyview:scroller>>
|
<<story story:"$:/StoryTiddlers" storyview:scroller>>
|
||||||
}}}
|
}}}
|
||||||
|
@ -2,8 +2,11 @@ title: $:/templates/ViewTemplate
|
|||||||
modifier: JeremyRuston
|
modifier: JeremyRuston
|
||||||
|
|
||||||
{{title{
|
{{title{
|
||||||
<<view title>>}}}
|
<<view title>>
|
||||||
|
}}}
|
||||||
{{small{
|
{{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{
|
{{body{
|
||||||
<<view text wikified>>}}}
|
<<view text wikified>>
|
||||||
|
}}}
|
Loading…
x
Reference in New Issue
Block a user