mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-12 12:59:57 +00:00
7ed1a2ebc7
So that we can easily remove them before we come out of beta.
35 lines
813 B
Plaintext
35 lines
813 B
Plaintext
title: $:/core/ui/PageTemplate/story
|
|
tags: $:/tags/PageTemplate
|
|
|
|
<section class="tc-story-river">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/stylesheet]!has[draft.of]]">
|
|
|
|
<!-- DEPRECATION WARNING -->WARNING: tag "$:/tags/stylesheet" on <$link><$view field="title"/></$link> should be replaced with "$:/tags/Stylesheet"
|
|
|
|
</$list>
|
|
|
|
<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="$:/core/ui/ViewTemplate" editTemplate="$:/core/ui/EditTemplate" storyview={{$:/view}} />
|
|
|
|
<section class="story-frontdrop">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]">
|
|
|
|
<$transclude/>
|
|
|
|
</$list>
|
|
|
|
</section>
|
|
|
|
</section>
|