Hi,
As a starting point, you can try looking at
$:/core/templates/static-tiddler - it's including everything that has the
tag $:/core/ui/ViewTemplate by default, which is the same tag used to
include them in the wiki itself, so you could change that and add your new
tag to the pieces of the view template that you want.
In general you can find these system tiddlers using the advanced search
menu, but I also find it useful to have a tiddler like this one:
\define setStateTid()
> $:/state/systemtags/$(currentTiddler)$
> \end
>
> <$list filter="[all[shadows+tiddlers]tags[]prefix[$]]">
>
>
> <$reveal type="nomatch" state=<<setStateTid>> text="show">
> <$button set=<<setStateTid>> setTo="show"
> class="tc-btn-invisible">{{$:/core/images/right-arrow}}</$button><$link>{{!!title}}</$link>
>
> </$reveal>
> <$reveal type="match" state=<<setStateTid>> text="show">
>
> <$button set=<<setStateTid>> setTo="hide"
> class="tc-btn-invisible">{{$:/core/images/down-arrow}}</$button><$link>{{!!title}}</$link>
> <ol class="tc-toc">
>
>
> <<list-tagged-draggable tag:"$(currentTiddler)$">>
>
>
> </ol>
> </$reveal>
>
>
>
> </$list>
>
that lets me inspect all of them (I add it to the sidebar and this version
also lets me re-order the tags by dragging them, which is especially useful
when working with view templates)
Regards,
Richard
On Saturday, December 2, 2017 at 5:53:18 PM UTC+11, tobaisch wrote:
>
> I just cant find any starting point.
> no idea how i could change anything and especially where?
> Regards
> Tob
>
--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/12b75deb-3623-49d9-a068-bd528463dbac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.