Hi Erik > thank you so much for your quick reply. I’m sorry that I bother you with such > „dumb“ questions but I just couldn’t figure it out.
No worries, there are no dumb questions here! Asking any question in public is really a service to the community as it creates an opportunity for others to learn. As an aside, I’ve learned that the best way for a software developer to think of their users is not that they are stupid, but just that they are very busy. Best wishes Jeremy. > > >> Am 06.05.2016 um 12:10 schrieb Jeremy Ruston <[email protected] >> <mailto:[email protected]>>: >> >> Hi Erik >> >> There’s a “New here” button under the “More” down-arrow at the top right of >> a tiddler that creates a new tiddler tagged with the title of the current >> tiddler. Does that do what you want? >> >> To include the button elsewhere in the body of a tiddler, try this: >> >> {{||$:/core/ui/Buttons/new-here}} >> >> Best wishes >> >> Jeremy. >> >>> On 6 May 2016, at 10:57, Erik Homann <[email protected] >>> <mailto:[email protected]>> wrote: >>> >>> Hello, >>> >>> I would like to create a button in my tiddlers that automatically creates a >>> new tiddler with the title of my origin-tiddler as a tag. >>> >>> This is what I have so far: >>> >>> <$set name="myTag" value=<<storyTiddler>>> >>> <$button> >>> >>> <$action-sendmessage $message="tm-new-tiddler" title="This is newly created >>> tiddler" tag=<<myTag>> text=<<now "Today is DDth, MMM YYYY">>/> >>> Neue Besprechungsnotiz >>> >>> </$button> >>> </$set> >>> >>> My problem is, that the title of my storyTiddler is space separated and >>> therefore my newly created tiddler has two tags and not one tag. I hope you >>> can unterstand my problem and can give me a hint. >>> Thank you very much in advance! >>> >>> Erik >>> >>> -- >>> 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] >>> <mailto:[email protected]>. >>> To post to this group, send email to [email protected] >>> <mailto:[email protected]>. >>> Visit this group at https://groups.google.com/group/tiddlywiki >>> <https://groups.google.com/group/tiddlywiki>. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/tiddlywiki/57f77477-101e-4f4e-90fe-09b48f7303c9%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/tiddlywiki/57f77477-101e-4f4e-90fe-09b48f7303c9%40googlegroups.com?utm_medium=email&utm_source=footer>. >>> For more options, visit https://groups.google.com/d/optout >>> <https://groups.google.com/d/optout>. >> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "TiddlyWiki" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/tiddlywiki/OWncMvTEZXE/unsubscribe >> <https://groups.google.com/d/topic/tiddlywiki/OWncMvTEZXE/unsubscribe>. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] >> <mailto:[email protected]>. >> To post to this group, send email to [email protected] >> <mailto:[email protected]>. >> Visit this group at https://groups.google.com/group/tiddlywiki >> <https://groups.google.com/group/tiddlywiki>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tiddlywiki/5882E44F-2D7F-4E33-A56B-9F697650FB31%40gmail.com >> >> <https://groups.google.com/d/msgid/tiddlywiki/5882E44F-2D7F-4E33-A56B-9F697650FB31%40gmail.com?utm_medium=email&utm_source=footer>. >> For more options, visit https://groups.google.com/d/optout >> <https://groups.google.com/d/optout>. > > > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/7D24C975-BA0B-4E3C-B0ED-4A335E8B6CCF%40gmail.com > > <https://groups.google.com/d/msgid/tiddlywiki/7D24C975-BA0B-4E3C-B0ED-4A335E8B6CCF%40gmail.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/DF489C5B-66DD-40C5-B36A-B969EA54168A%40gmail.com. For more options, visit https://groups.google.com/d/optout.

