Hi

I wrote the $maketid widget to address this problem some time ago - I have 
recently updated this widget in the form of an action widget.

The $x-maketid widget may be found here <http://gwiz-beta.tiddlyspot.com/>. 

The newly created tiddler may be opened in the background, or in view mode 
or in edit mode. There are a number of other enhancements which can't be 
done with tm-new-tiddler -- you may find these useful.

regards

On Tuesday, 10 November 2015 05:43:49 UTC+2, Dave wrote:
>
> Hi, I searched for this and found a similar thread, but it was about TWC, 
> so here goes:
>
> I have this macro that makes a new tiddler based on a template tiddler 
> when you click on an icon:
>
>
> \define newRaceTags()
> [[$(currentTiddler)$]]
> \end
>
> \define newRace()
> <$button class=<<tv-config-toolbar-class>>>
> <$action-sendmessage
>   $message="tm-new-tiddler"
> $param="race template"
> title="$(currentTiddler)$ -"
>   tags=<<newRaceTags>> />
> <$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
> {{swimmerIcon}}
> </$list>
> <$list filter="[<tv-config-toolbar-text>prefix[yes]]">
> <span class="tc-btn-text"><$text text="new race"/></span>
> </$list>
> </$button>
> \end
>
>
> How do I make it create it and open it in view mode instead of edit mode?
>
> I tried searching for "tm-new-tiddler" at tiddlywiki.com, but didn't find 
> anything that helped.
>

-- 
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 http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/49eb21ec-fa90-4af1-ad23-10ad8ed4564c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to