mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
727d660715
* Story PageTemplate: configurable View- and EditTemplates * add $:/config/ui/ViewTemplate * add $:/config/ui/EditTemplate
30 lines
644 B
Plaintext
30 lines
644 B
Plaintext
title: $:/core/ui/PageTemplate/story
|
|
tags: $:/tags/PageTemplate
|
|
|
|
\whitespace trim
|
|
<section class="tc-story-river">
|
|
|
|
<section class="story-backdrop">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/AboveStory]!has[draft.of]]">
|
|
|
|
<$transclude/>
|
|
|
|
</$list>
|
|
|
|
</section>
|
|
|
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template={{$:/config/ui/ViewTemplate}} editTemplate={{$:/config/ui/EditTemplate}} storyview={{$:/view}} emptyMessage={{$:/config/EmptyStoryMessage}}/>
|
|
|
|
<section class="story-frontdrop">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]">
|
|
|
|
<$transclude/>
|
|
|
|
</$list>
|
|
|
|
</section>
|
|
|
|
</section>
|