Hi! This works great! but when there are spaces in the tiddler title then it creates a tag per word instead of one for all. How would this be fixed?
Thanks On Friday, 15 October 2021 at 13:22:40 UTC+1 [email protected] wrote: > The tiddler you are looking for is titled > $:/.giffmex/ViewToolbar/new-note-here > it has the tags $:/giffmex/stroll and $:/tags/ViewToolbar. use advanced > search the system tab to search for the tiddler. > > When you have found it, you will have to open it for edit. > > Insert the following: > > ``` > \define button() > <$button tooltip={{$:/language/Buttons/NewHere/Hint}} > class=<<tv-config-toolbar-class>> actions=<<actions>>> > {{$:/core/images/new-button}} > </$button> > \end > > \define actions() > <$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> > tags=<<currentTiddler>> text="""[[$(tid)$]]"""/> > \end > > <$wikify name=tid text=<<currentTiddler>>> > <<button>> > </$wikify> > ``` > Save and you should be good to go > > On Friday, October 15, 2021 at 1:37:51 PM UTC+2 [email protected] wrote: > >> Hello >> >> Is anyone familiar with stroll here? >> >> When clicking the '+' button to "create a new tiddler that links to this >> one" it automatically creates a link in the new tiddler which is great but >> I am using the TableOfContents macro so I also need it to add a tag as >> well. How do I get it to automatically add a tag with the same name as the >> link it creates? >> >> Thanks >> > -- 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/9e8cb145-d20e-4c78-b5f0-e2e7382e739cn%40googlegroups.com.

