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"/></$link>
<br>
</$list>
\end
I have tried the code you suggested and it's giving me list of links with
day, second, milisecond title only.
<https://lh3.googleusercontent.com/-ds9FIDXP0J0/VjC1gujggqI/AAAAAAAAAHM/C9ZbRBPUYU4/s1600/pic.jpg>
How can I change this to the title of tiddler? :)
2015년 10월 28일 수요일 오후 7시 58분 36초 UTC+11, 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:
>
> \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"/></$link>
> <br>
> </$list>
> \end
>
> The remove/add prefix/suffix filters are very powerful in some sitations.
>
> You may need to do a similar thing for months before october, so you may
> need to use the filter:
>
>
> [!is[system]has[created]get[created]removeprefix[$(Year)$]]+[removeprefix[$(Month)$]][removeprefix[0]removeprefix[$(Month)$]]+[removeprefix[$(Day)$]][removeprefix[0]removeprefix[$(Day)$]]
>
>
>
>
2015년 10월 28일 수요일 오후 7시 58분 36초 UTC+11, 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:
>
> \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"/></$link>
> <br>
> </$list>
> \end
>
> The remove/add prefix/suffix filters are very powerful in some sitations.
>
> You may need to do a similar thing for months before october, so you may
> need to use the filter:
>
>
> [!is[system]has[created]get[created]removeprefix[$(Year)$]]+[removeprefix[$(Month)$]][removeprefix[0]removeprefix[$(Month)$]]+[removeprefix[$(Day)$]][removeprefix[0]removeprefix[$(Day)$]]
>
>
>
>
2015년 10월 28일 수요일 오후 7시 58분 36초 UTC+11, 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:
>
> \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"/></$link>
> <br>
> </$list>
> \end
>
> The remove/add prefix/suffix filters are very powerful in some sitations.
>
> You may need to do a similar thing for months before october, so you may
> need to use the filter:
>
>
> [!is[system]has[created]get[created]removeprefix[$(Year)$]]+[removeprefix[$(Month)$]][removeprefix[0]removeprefix[$(Month)$]]+[removeprefix[$(Day)$]][removeprefix[0]removeprefix[$(Day)$]]
>
>
>
>
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/a8e34249-3317-4093-8a6f-3565f99cb5e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.