[tw] [TW5] Auto generated hide toggle button for tasks

2015-11-15 Thread Changhoon Lee
This is some of my task management system. \define taskbutton(tasklist) <$button><$list filter="[field:tasklist[$tasklist$]]"> <$action-setfield $field="status" $value="show"/> Show $tasklist$ <$button><$list filter="[field:tasklist[$tasklist$]]"> <$action-setfield $field="status" $value="hide"/

[tw] [TW5] Seek empty value field

2015-11-09 Thread Changhoon Lee
I am trying to search field which does not have any value (empty space). I can see these fields in user fields so It does exist somewhere. I tried '[has[field]]' as a filter. I don't know what filter I can use to find these tiddlers. Lee -- You received this message because you are subscribed

[tw] Re: [TW5] Question about regexp and UTC problem.

2015-10-29 Thread Changhoon Lee
Thank you so much Tobias Beer for your answer! Sameday filter is the exactly what I was looking for! 2015년 10월 30일 금요일 오전 3시 56분 26초 UTC+11, Tobias Beer 님의 말: > > Hi Changhoon Lee, > > If I create tiddler on 2015-Oct-28 8:00 AM, then the 'created' field will >&

[tw] Re: [TW5] Applying BJ's Calendar Macro into Timeline macro

2015-10-28 Thread Changhoon Lee
Thank you for the code again. I really appreciate your help. I tested the code you suggested, and it's behaving strange way. When I press the day in calendar, It creates tiddler without anylist. I entered edit mode and saved it again without changing anything then, a list shows up listing pretty m

[tw] Re: [TW5] Applying BJ's Calendar Macro into Timeline macro

2015-10-28 Thread Changhoon Lee
Thank you so much for the code Jed. \define thisBuildDayTiddlerText() <$list filter="[!is[system]has[created]get[created]removeprefix[$(Year)$$(Month)$]]+[removeprefix[$(Day)$]][removeprefix[0]removeprefix[$(Day)$]]"> <$link to={{!!title}}><$view field="title"/> \end I have tried the cod

[tw] [TW5] Question about regexp and UTC problem.

2015-10-27 Thread Changhoon Lee
I have quick curisity about regexp to search date fields . My local time is 10 hours ahead from UTC. If I create tiddler on 2015-Oct-28 8:00 AM, then the 'created' field

[tw] Re: [TW5] Applying BJ's Calendar Macro into Timeline macro

2015-10-27 Thread Changhoon Lee
ead of JS - > http://inmysocks.tiddlyspot.com/, may be it would be better to look at > this? Do come back with any questions, > > all the best > > BJ > > On Tuesday, October 27, 2015 at 3:14:45 PM UTC, Changhoon Lee wrote: >> >> I am thinking it would be n

[tw] Re: [TW5] Applying BJ's Calendar Macro into Timeline macro

2015-10-27 Thread Changhoon Lee
I will make sure I will put reference links next time. Thanks :) 2015년 10월 28일 수요일 오전 2시 39분 14초 UTC+11, Tobias Beer 님의 말: > > Hi Lee, > > Can you please (always) link any references you mention? Thanks :-) > > Best wishes, > > — tb > -- You received this message because you are subscribed to th

[tw] Re: [TW5] Applying BJ's Calendar Macro into Timeline macro

2015-10-27 Thread Changhoon Lee
Thank you so much for the quick answer and the plugin. I have imported your calendar tiddler and I did little tweak to list all tiddlers created on the day \define thisBuildDayTiddlerText() <$list filter="[!is[system]regexp:created[^$(

[tw] [TW5] Applying BJ's Calendar Macro into Timeline macro

2015-10-27 Thread Changhoon Lee
I am thinking it would be nice to see timeline macro in a calendar style like BJ's Calendar Plugin. For example, If I set date field paramater to 'modifed', and click certain date in generated calender, then it shows list of tiddlers modifed on that date. I do not really have Javascript knowled

[tw] Re: Is there any method to check all tiddlers are listed in Table of Contents?

2015-09-02 Thread Changhoon Lee
s been omitted or add another term to the filter if the tiddler is in > the ToC but the filter has not identified this. > > Hope this helps > > Howard > > On Monday, August 24, 2015 at 2:30:53 AM UTC+1, Changhoon Lee wrote: >> >> I am quite new to tiddlywiki >>

[tw] Re: Is there any method to check all tiddlers are listed in Table of Contents?

2015-09-01 Thread Changhoon Lee
Well, I used MS Excel for workaround. Basically, I copied table of contents to exel and deleted all duplicated items and sorted in alphabetical order. Then, I compared all tiddler (in MoreSidebar) to check if all tiddlers are listed in my toc 2015년 8월 24일 월요일 오전 11시 30분 53초 UTC+10, Changhoon

[tw] Is there any method to check all tiddlers are listed in Table of Contents?

2015-08-23 Thread Changhoon Lee
I am quite new to tiddlywiki I use one root tag called 'Library' for Table of Contents. I want to know if there is a method to check all my tiddlers are listed at least one time in my <> macro. Regards, Lee -- You received this message because you are subscribed to the Google Groups "TiddlyW