I didn't read the suggestions made by Tobias or Astrid. ... You can use the 
mechanism, that is built into the TW core. 

eg: 
create a tiddler named: hello-world    
text: Hello World
tag: $:/tags/ViewTemplate

As you know, it will be added at the end of the $:/core/ui/ViewTemplate. 
That's not what you want.

Open the tiddler $:/tags/ViewTemplate 
<http://tiddlywiki.com/#%24%3A%2Ftags%2FViewTemplate> Info: List Tab. 
You'll see this list:

 - $:/core/ui/ViewTemplate/title 
 - $:/core/ui/ViewTemplate/subtitle 
 - $:/core/ui/ViewTemplate/tags 
 - $:/core/ui/ViewTemplate/classic 
 - $:/core/ui/ViewTemplate/body

These template elements are used to build the tiddler view template.
You can add your hello-world tiddler if you add a field named: list-after

So eg:

list-after     $:/core/ui/ViewTemplate/tags

Will place the hello world template after the tags template. ... 
The same / similar thing is possible with the tiddler toolbar buttons, edit 
template, ... basically any template. 

The second option would be that you open the $:/tags/ViewTemplate 
<http://tiddlywiki.com/#%24%3A%2Ftags%2FViewTemplate> tiddler and hardcode 
the list field. But then you'll miss core updates. So using "list-after" 
will be preferred.

also see: 
http://tiddlywiki.com/#Page%20and%20tiddler%20layout%20customisation

have fun!
mario





-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to