[tw] Re: [TW5] Reveal widget with list content

2015-11-21 Thread Devin Baillie
Didn't know about the limit feature on the list. Thanks, that works perfectly. On Saturday, November 21, 2015 at 6:37:04 PM UTC-7, Eric Shulman wrote: > > On Saturday, November 21, 2015 at 2:34:26 PM UTC-8, Devin Baillie wrote: >> >> If I use something like: >> >

[tw] [TW5] Reveal widget with list content

2015-11-21 Thread Devin Baillie
Making a list of projects, and I want a section that displays uncategorized projects, but only shows up when there are any. If I use something like: <$list filter="[!has[draft.of]tag[Projects]!tag[Category1]!tag[Category2]!tag[Category3]!tag[done]sort[created]]"> <$checkbox tag="done"> <$link

[tw] Re: [TW5] newtiddler tagging help

2015-11-01 Thread Devin Baillie
try the > $x-maketid widget from here <http://gwiz-beta.tiddlyspot.com/>. > > regards > > On Sunday, 1 November 2015 07:27:01 UTC+2, Devin Baillie wrote: >> >> I'm not sure where exactly to put this. This is what I tried, but it >> doesn't seem to do anythin

[tw] Re: [TW5] newtiddler tagging help

2015-10-31 Thread Devin Baillie
"" /> Create New Task I'm not using a $button widget, I'm using the $newtiddler widget from here <http://tiddlystuff.tiddlyspot.com/>. I'm guessing that's why it's not working, but have no idea how to fix it. On Saturday, October 31, 2015 at 2:05:10 PM UTC-6, Eric Shulman

[tw] Re: [TW5] Filter using current tiddler's title?

2015-10-31 Thread Devin Baillie
r, then replace this with the > {{!!title}} reference for use. > > regards > > On Saturday, 31 October 2015 15:54:16 UTC+2, Devin Baillie wrote: >> >> Good to know. I won't rely on it in the future. >> >> Thanks. >> >> On Saturday, October 31, 2015 at

[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. > &g

[tw] Re: [TW5] Filter using current tiddler's title?

2015-10-31 Thread Devin Baillie
'$:/AdvancedSearch'. > > regards > > On Saturday, 31 October 2015 15:33:40 UTC+2, Devin Baillie wrote: >> >> Interesting. These all seem to work, but not in the "Preview" panel, >> which I was using to try out my filters. I guess I'd better file a bug >>

[tw] Re: [TW5] Filter using current tiddler's title?

2015-10-31 Thread Devin Baillie
t filter="[all[current]tagging[]]"/> > <$list filter="[tag]"/> > <$list filter="[tagging[]]"/> > <$list filter="[listed[tags]]"/> > <$list filter="[{!!title}listed[tags]]"/> > > Don't know why you're not ge

[tw] [TW5] newtiddler tagging help

2015-10-31 Thread Devin Baillie
I've got multiple projects, and I want to be able to create tasks tagged with each project name. I've created a text box and a button to do this using <$edit-text tiddler="$:/temp/NewTaskButtonTemplate/input" tag="input" type="text" placeholder="New Task"/> <$set name="tag1" value="task">

[tw] [TW5] Filter using current tiddler's title?

2015-10-30 Thread Devin Baillie
I'm trying to make a template tiddler to display all the tasks associated with the current project. If I have a tiddler named "TestProject" and two tiddlers tagged with "TestProject", "TestTask1" and "TestTask2", I'd like to be able to create a list of the tasks in the current project. If I