[tw] [TW5] Filter by field value

2017-04-06 Thread Tristan Kohl
Hey guys, sorry to stress your patience again but I really suck at some of the TW things :/ Since I fixed my last problem by going another way I am now stuck with filters... Tiddler 1: hive-id: 2 > tags: inspection > title: Inspection 1 > Tiddler 2: hive-id: 2 > tags: hive > title: Hive 2

[tw] Re: [TW5] Get value of state tiddler field

2017-04-06 Thread Tristan Kohl
Mark, after sleeping for a night and doing some other stuff I got what you meant and solved the issue in a similar way. Thank you very much :) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw] Re: [TW5] Get value of state tiddler field

2017-04-06 Thread Tristan Kohl
If someone is interested in the solution I took, here is my (shortened) code: <$button>Save new Hive > <$set name="counter" value=<>> > <$set name="newTitle" value=<>> > <$action-setfield $tiddler=<> $field="hive-id" > $value=<> /> > > > > -- You

[tw] Re: [TW5] Filter by field value

2017-04-06 Thread 'Mark S.' via TiddlyWiki
What's in the <> macro? Does anything show up when you run tiddler 3? It might help if you posted your entire TW file. I'm thinking that the filter gets evaluated too late. So you might have to send it up a level like: \define table2(id) <> \end <$macrocall $name=table2 id={{!!hive-id}}/>

[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-06 Thread 'Mark S.' via TiddlyWiki
Is there a reason you can't sort the "Now" section at the top by priority? If this could be combined with Jed's calendar , it would be pretty much a complete ToDo/Calender system Thanks! Mark -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-06 Thread @TiddlyTweeter
Thomas lol. i'll have to try negative :-) best wishes Josiah On Thursday, 6 April 2017 21:14:42 UTC+2, Thomas Elmiger wrote: > > Hmm, thanks for pointing that out, Josiah. If I remember that right, I > wanted the report to look x days back from now … so 1 includes now and 1 > day back:

[tw] Re: [TW5] Filter by field value

2017-04-06 Thread Tristan Kohl
Hi Mark, I dropped some "console.log" (I write only JS macros since I am comfortable with JS) and found out, that my table macro was indeed called with: "[tag[inspection]hive-id{!!hive-id}]" so your guess was right. I tried your approach and it works, you are my hero I would never have come up

[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-06 Thread Thomas Elmiger
Hmm, thanks for pointing that out, Josiah. If I remember that right, I wanted the report to look x days back from now … so 1 includes now and 1 day back: yesterday. 0 includes one less days than 1: today only. If you want an empty list, you don’t need a tool for that ;–) So: You are right, but

[tw] Re: TaskManagementExample

2017-04-06 Thread Lennart Sandqvist
Den onsdag 5 april 2017 kl. 12:07:22 UTC+2 skrev Lennart Sandqvist: > > Hi folks > > I am new to Tiddler and I do not know if I am posting this on the right > group. Correct me if I am wrong. > > 1 Please show me how to create a TaskManagementExample >

[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-06 Thread Thomas Elmiger
Hi Mark, Yes, there is a reason why I omitted sorting for the Now section: the system is intended to enforce some discipline on me personally (I made this for myself primarily). Productivity is best, when you (I) focus on ONE single task in the Now section. Not more. The lack of a sorting

[tw] Re: TaskManagementExample

2017-04-06 Thread Lennart Sandqvist
Thank you both for your help. It seems much clearer now. The explanation about how to import the features from the example to a new TiddlyWiki was very good as it described "how to do it". (Often forgotten.) I think, I understand the structure now. The TiddlyWiki and tiddler are the 2

[tw] Re: TaskManagementExample

2017-04-06 Thread Mat
You're on the right track! You wrote something that is conceptually very interesting and that makes me realize how easy it is to be "home blind" when one is used to something. You wrote: > > When modifying the TiddlyWiki the name is changed to give a hint about its > function. > Yes, when

[tw] Re: TaskManagementExample

2017-04-06 Thread Mat
On Thursday, April 6, 2017 at 11:37:39 PM UTC+2, Lennart Sandqvist wrote: > > Hello again > > I think we have misunderstood each other. > I do not mean that the Title is anything els but a Title that You can > change to whatever you want, but I mean, that you are free to use i as a > hint

[tw] Re: TaskManagementExample

2017-04-06 Thread Lennart Sandqvist
Hello again I think we have misunderstood each other. I do not mean that the Title is anything els but a Title that You can change to whatever you want, but I mean, that you are free to use i as a hint about the function you just built into the TiddlyWiki. Is this right? or have I

[tw] Editor toolbar is not visible

2017-04-06 Thread Nag Y
There used to be a toolbar displayed on top of the editor pane, that can be used for formatting like bold, chaging the font etc.. It is not visible ( or hidden) , how could i get it back Thanks -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw] Re: Editor toolbar is not visible

2017-04-06 Thread Ton Gerner
Hi Nag, ControlPanel > Settings > Editor Toolbar; check Show editor toolbar Cheers, Ton -- 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

[tw] Re: Editor toolbar is not visible

2017-04-06 Thread Nag Y
Perfect !! That works. Not sure how it would have disappeared. Thanks On Thursday, 6 April 2017 15:59:43 UTC+5:30, Ton Gerner wrote: > > Hi Nag, > > ControlPanel > Settings > Editor Toolbar; check Show editor toolbar > > Cheers, > > Ton > > -- You received this message because you are

[tw] Re: [TW5]3d panorama 360 in a single tiddlywiki file. demo.

2017-04-06 Thread sini-Kit
here is the reference for internal panorama.jpg http://heeg.ru/panorama.html#newpan (panorama can be external or internal jpg picture) here is panorama in 2d http://heeg.ru/panorama.html#panorama.jpg here is three.js library http://heeg.ru/panorama.html#%24%3A%2Fboot%2Fbootprefix1.js here is

[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-06 Thread 'Mark S.' via TiddlyWiki
Hi Thomas, What is "Add tags from the list" in the little editor? I see where tags can be removed, but not added. Thanks! Mark -- 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,

[tw] Re: [TW5] Plugins updated: ToDoNow and Listreveal

2017-04-06 Thread 'Mark S.' via TiddlyWiki
Never mind. I can unfailingly discover the answer only *after* I've posted the question. Thanks! Mark On Thursday, April 6, 2017 at 8:43:12 PM UTC-7, Mark S. wrote: > > Hi Thomas, > > What is "Add tags from the list" in the little editor? I see where tags > can be removed, but not added. > >

[tw] [TW5]3d panorama 360 in a single tiddlywiki file. demo.

2017-04-06 Thread 'Stuart Amor' via TiddlyWiki
I really like this and think it has great potential. I have been looking at how it could be turned into a macros, but I can see where you could change the name of the reference panoramic Tiddler? It would be nice to have multiple pictures in one file -- You received this message because you

[tw] I need to center ASCII art on the front page, please help!

2017-04-06 Thread j3d1H
So, I'm not sure if there *is* a way to do this, but I'd like to make it so that my Tiddlywiki has ASCII art (pure ASCII, no non-keyboard symbols) that's centered on every computer. I've tried mixing and matching HTML, and using the code, and none of it worked. Is there a way to do this? I'm