On Thursday, September 24, 2020 at 5:04:18 AM UTC-7, Simon wrote:
>
> Quick question is it possible to have a particular tiddler ALWAYS be at 
> the top? I.E. it is always the first one, any new ones get added BELow it?
>

If you add the tag "$:/tags/AboveStory" a tiddler, it will always be 
displayed at the top.  However, this only displays the tiddler's text 
content, without the tiddler frame, title, subtitle, or toolbar.  To show 
the complete tiddler display, you can do the following:

1) Let's assume the tiddler you want to "pin" at the top is called 
"MyStuff".
2) Don't tag "MyStuff" with $:/tags/AboveStory.
3) Instead, create another tiddler (e.g., "StickyTiddler") and tag it with 
$:/tags/AboveStory.
3) Then, in that tiddler's text field, enter:
{{MyStuff||$:/core/ui/ViewTemplate}}

The above method is called "Transclusion with Templates" (see 
https://tiddlywiki.com/#Transclusion%20with%20Templates)

enjoy,
-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d5a1c7bd-c3c9-4a8a-8963-70c50f409dc2o%40googlegroups.com.

Reply via email to