[tw] Re: [TW5] newtiddler tagging help

2015-11-01 Thread Devin Baillie
After a bit of tinkering, I got the following code to behave how I want it. <$edit-text tiddler="$:/temp/NewTaskButtonTemplate/input" tag="input" type="text" placeholder="New Task"/> <$button> <$x-maketid $title={{$:/temp/NewTaskButtonTemplate/input}} $tags="[[task]] [{!!title}]"

[tw] Re: [TW5] newtiddler tagging help

2015-10-31 Thread Devin Baillie
I'm not sure where exactly to put this. This is what I tried, but it doesn't seem to do anything: <$edit-text tiddler="$:/temp/NewTaskButtonTemplate/input" tag="input" type="text" placeholder="New Task"/> <$set name="tag1" value="task"> <$set name="tag2" value={{!!title}}> <$newtiddler

[tw] Re: [TW5] newtiddler tagging help

2015-10-31 Thread Matabele
Hi Have you tried to use an $action-sendmessage widget with 'tm-new-tiddler'? Else, if you are looking to create a tiddler in the background, try the $x-maketid widget from here . regards On Sunday, 1 November 2015 07:27:01 UTC+2, Devin Baillie wrote: > > I'm

[tw] Re: [TW5] newtiddler tagging help

2015-10-31 Thread Devin Baillie
Also, how would I go about clearing the text box after the button is clicked? Thanks in advance! On Saturday, October 31, 2015 at 11:13:41 AM UTC-6, Devin Baillie wrote: > > I've got multiple projects, and I want to be able to create tasks tagged > with each project name. > > I've created a

[tw] Re: [TW5] newtiddler tagging help

2015-10-31 Thread Eric Shulman
On Saturday, October 31, 2015 at 10:13:41 AM UTC-7, Devin Baillie wrote: > > I've got multiple projects, and I want to be able to create tasks tagged > with each project name. > Where task_skeleton is a tiddler that is tagged with $(tag1)$ and $(tag2)$. > This works how I expected for titles

[tw] Re: [TW5] newtiddler tagging help

2015-10-31 Thread Eric Shulman
On Saturday, October 31, 2015 at 10:36:13 AM UTC-7, Devin Baillie wrote: > > Also, how would I go about clearing the text box after the button is > clicked? > Thanks in advance! > Inside your $button widget, add an $action-setfield widget, like this: <$action-setfield