[tw] Re: [TW5] WidgetMessage: tm-new-tiddler vs ActionCreateTiddlerWidget

2018-04-07 Thread PMario
On Saturday, April 7, 2018 at 11:28:38 AM UTC+2, TonyM wrote:
>
> It the save title trick I did not know.
>

I just found it out myself. ... I did have a similar problem some time ago 
... and I thought, there must be an existing solution. ... And today with 
some luck, I found an easy way :)

-m

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/304f2d9a-6fa1-4d2d-ad9d-7ab049e864de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] WidgetMessage: tm-new-tiddler vs ActionCreateTiddlerWidget

2018-04-07 Thread TonyM
Thanks Mario,

It the save title trick I did not know.

Regards
Tony

On Saturday, April 7, 2018 at 7:24:50 PM UTC+10, PMario wrote:
>
> Hi, 
>
> Navigate to the newly created tiddler:
>
>
> \define actions()
> <$action-createtiddler $basetitle="Homemade Button" $savetitle=
> "$:/temp/test"/>
> <$action-navigate $to={{$:/temp/test}}/>
> \end
>
> <$button actions=<>>
> Create new tiddler
> 
>
>
> Edit new tiddler: 
>
>
> \define actions()
> <$action-createtiddler $basetitle="Homemade" $savetitle="$:/temp/test"/>
> <$action-sendmessage $message="tm-edit-tiddler" $param={{$:/temp/test}}/>
> \end
>
> <$button actions=<>>
> Create new tiddler
> 
>
> Details: 
> https://tiddlywiki.com/#WidgetMessage%3A%20tm-edit-tiddler:%5B%5BWidgetMessage%3A%20tm-edit-tiddler%5D%5D%20ActionNavigateWidget%20ActionCreateTiddlerWidget
>
> have fun!
> mario
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/d1e5c586-9db8-4a6a-a467-638b5c078946%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] WidgetMessage: tm-new-tiddler vs ActionCreateTiddlerWidget

2018-04-07 Thread PMario
Hi, 

Navigate to the newly created tiddler:


\define actions()
<$action-createtiddler $basetitle="Homemade Button" $savetitle=
"$:/temp/test"/>
<$action-navigate $to={{$:/temp/test}}/>
\end

<$button actions=<>>
Create new tiddler



Edit new tiddler: 


\define actions()
<$action-createtiddler $basetitle="Homemade" $savetitle="$:/temp/test"/>
<$action-sendmessage $message="tm-edit-tiddler" $param={{$:/temp/test}}/>
\end

<$button actions=<>>
Create new tiddler


Details: 
https://tiddlywiki.com/#WidgetMessage%3A%20tm-edit-tiddler:%5B%5BWidgetMessage%3A%20tm-edit-tiddler%5D%5D%20ActionNavigateWidget%20ActionCreateTiddlerWidget

have fun!
mario

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/16667587-09e1-4573-967e-8b7853f53a5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.