[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

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

2015-10-28 Thread Jed Carty
Oh, sorry about that. The easiest fix would be: \define thisBuildDayTiddlerText() <$list filter='[!is[system]has[created]' variable=ThisTiddler> <$list filter="[is[current]get[created]removeprefix[$(Year)$$(Month)$]]+[removeprefix[$(Day)$]][removeprefix[0]removeprefix[$(Day)$]]"

[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

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

2015-10-28 Thread Jed Carty
I hadn't really considered the problem of leading zeros. The javascript would need to be modified to allow a leading zero on the day or month inputs. It shouldn't be a big change but it may be a while before I get around to fixing it. In the meantime you may be able to use this filter instead:

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

2015-10-27 Thread 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 the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to

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

2015-10-27 Thread BJ
Hi Lee, there is also another calendar plugin that use tiddlytext instead 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

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

2015-10-27 Thread Jed Carty
If you look at my non-reference site here the calendar archive does almost exactly what you are asking for. When you click on a day it automatically generates a tiddler that lists tiddlers for that day. I should get it cleaned up so

[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

[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

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

2015-10-27 Thread Changhoon Lee
Thank you so much for the introducing plugin. It works great for me and only problem I am having at the moment is that leading zero problem mentioned above. :) 2015년 10월 28일 수요일 오전 3시 29분 29초 UTC+11, BJ 님의 말: > > Hi Lee, > there is also another calendar plugin that use tiddlytext instead of JS