[tw] Re: [TW5] Is it possible to make a button that creates a tiddler with multiple tags?

2015-01-30 Thread Captain Packers
Tobias, Thanks. That example helps a lot. In the process of working up a new custom journal button, I've come across a really odd TW behavior. The letter 'p' in Development in the tittle is being translated to the letter 'a'. Something to do with the now macro and the juxtaposition of 'pm' per

[tw] Re: [TW5] Is it possible to make a button that creates a tiddler with multiple tags?

2015-01-29 Thread Birthe C
HI Captain Packers. Tobias answer is a good one, But to stay in line with the buttons you tried yourself <$button> <$action-sendmessage $message="tm-new-tiddler" title=<> tags="Journal [[Another tag]]"/> Button Text The tm-add-tag message is handled by the Field Mangler Widget. Birthe On T

[tw] Re: [TW5] Is it possible to make a button that creates a tiddler with multiple tags?

2015-01-29 Thread Tobias Beer
Here's one way to do it... Custom New Journal Button @ tb5 \define set-tags() $(tags)$ Journal <$set name="tags" value={{!!tags}}> <$button> <$action-sendmessage $message="tm-new-tiddler" title=<> tags=<> /> <$list filter="[prefix[yes

[tw] Re: [TW5] Is it possible to make a button that creates a tiddler with multiple tags?

2015-01-29 Thread Captain Packers
I can't quite get the code right to add the second "Journal" tag. I'm using tags={{!!tags}} to pick up the tags of the current tiddler, but then I would like to add "Journal". Here's what I've got: <$button> <$action-sendmessage $message="tm-new-tiddler" title=<> tags={{!!tags}} /> Button Text <

[tw] Re: [TW5] Is it possible to make a button that creates a tiddler with multiple tags?

2014-12-18 Thread Tobias Beer
I assume we're talking about the newtiddler widget from... http://tiddlystuff.tiddlyspot.com Yes, I'd join Jed in saying that those messages do the trick quite nicely these days. See the new-journal-here button as an example... http://tb5.tiddlyspot.com/#%24%3

[tw] Re: [TW5] Is it possible to make a button that creates a tiddler with multiple tags?

2014-12-18 Thread Jed Carty
If you use multiple action-sendmessage widgets that each use the tm-add-tag message you can add as many tags as you want. Since the implementation of the action widgets the core can do everything that the newtiddler widget does. You could also use a template that has the desired tags and the tm-

[tw] Re: [TW5] Is it possible to make a button that creates a tiddler with multiple tags?

2014-12-18 Thread Tobias Beer
You seem to be using a widget that is not in the core: $newtiddler. What is it and how does it work? Best wishes, Tobias. -- 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 em