mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Cascade: Improve demo custom story tiddler template
Now the buttons are part of the template, making it easier to manage new tiddlers given the tag $:/tags/TiddlerList See #6280
This commit is contained in:
parent
4bb34e4801
commit
be3018fe3b
@ -2,8 +2,6 @@ title: Demo Tiddler List with Custom Story Tiddler Template
|
|||||||
tags: $:/tags/TiddlerList
|
tags: $:/tags/TiddlerList
|
||||||
filter: HelloThere Community GettingStarted Features Reference Plugins Learning
|
filter: HelloThere Community GettingStarted Features Reference Plugins Learning
|
||||||
|
|
||||||
This is a demo tiddler with a custom story tiddler template. See [[Story Tiddler Templates]] for details.
|
This is a demo tiddler with a custom story tiddler template that displays the tiddlers named in the list field as a fan.
|
||||||
|
|
||||||
Click to close this tiddler: {{||$:/core/ui/Buttons/close}}
|
See [[Story Tiddler Templates]] for details.
|
||||||
|
|
||||||
Click to edit this tiddler: {{||$:/core/ui/Buttons/edit}}
|
|
||||||
|
@ -6,6 +6,9 @@ transform: translate($(left)$%,$(top)$%) scale(0.3) rotate($(angle)$deg);
|
|||||||
|
|
||||||
<div class="tc-custom-tiddler-template">
|
<div class="tc-custom-tiddler-template">
|
||||||
<div class="tc-custom-tiddler-template-inner">
|
<div class="tc-custom-tiddler-template-inner">
|
||||||
|
<div style="text-align: right;">
|
||||||
|
{{||$:/core/ui/Buttons/more-tiddler-actions}} {{||$:/core/ui/Buttons/edit}} {{||$:/core/ui/Buttons/close}}
|
||||||
|
</div>
|
||||||
<$transclude mode="block"/>
|
<$transclude mode="block"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="tc-custom-tiddler-template-list">
|
<div class="tc-custom-tiddler-template-list">
|
||||||
|
Loading…
Reference in New Issue
Block a user