Bimlas,
I believe this was made possible by a minor change that ensured this would
work like the clone.
I am revisiting my own new tiddler from template process. I will share
Shortly.
Regards
Tony
On Wednesday, May 27, 2020 at 11:55:31 PM UTC+10, bimlas wrote:
>
> Dear all,
>
> There was probably a similar solution already, but I just figured it out:
> I found a simple way to create templates for different tiddler types. For
> example, in the "Software" tiddlers, display the "website" and "platform"
> fields, and in the "Song" tiddlers, display "author", "album" and "year" by
> default so you don't have to remember to enter the "required" fields.
>
> To do this, create the mentioned tiddlers as "New tiddler
> template: Software" and "New tiddler template: Song" and add the desired
> fields to them. You can even enter a predefined text if you want to store
> the data not in fields but in the text of the tiddler itself.
>
> Create a tiddler of any name, add the "$:/tags/SideBarSegment" tag and
> optionally the "list-before: $:/core/ui/SideBarSegments/tabs" field. The
> content should be:
>
> <$vars titlePrefix="New tiddler template: ">
> <$list filter="[search:title<titlePrefix>]">
> <$button message="tm-new-tiddler" param=<<currentTiddler>> class=<
> <tv-config-toolbar-class>>>
> {{$:/core/images/new-button}} <$text text={{{
> [all[current]removeprefix<titlePrefix>] }}}/>
> </$button> <br/>
> </$list>
> </$vars>
>
>
--
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/8dfb93fe-84ee-451f-ba52-2dbb2c2b1a1c%40googlegroups.com.