mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-13 10:50:27 +00:00
91acad0f7c
Allows elements to be added above or below the story river
29 lines
579 B
Plaintext
29 lines
579 B
Plaintext
title: $:/core/ui/PageTemplate/story
|
|
tags: $:/tags/PageTemplate
|
|
|
|
<section class="story-river">
|
|
|
|
<section class="story-backdrop">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/StoryBackdrop]!has[draft.of]]">
|
|
|
|
<$transclude/>
|
|
|
|
</$list>
|
|
|
|
</section>
|
|
|
|
<$list filter="[list[$:/StoryList]]" history="$:/HistoryList" template="$:/core/ui/ViewTemplate" editTemplate="$:/core/ui/EditTemplate" storyview={{$:/view}} />
|
|
|
|
<section class="story-frontdrop">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/StoryFrontdrop]!has[draft.of]]">
|
|
|
|
<$transclude/>
|
|
|
|
</$list>
|
|
|
|
</section>
|
|
|
|
</section>
|