<<dropdate tag:HelloThere dateField:created>>
on the data at TiddlyWiki.com.
Code below.\define droppable-date-actions(dateField)
<$action-setfield $tiddler=<<actionTiddler>> $field=$dateField$ $value={{!!$dateField$}}/>
\end
\define dropdate(limit:"100",format:"DD MMM",subfilter:"",dateField:"date",tag:"")
<div class="tc-timeline">
<$list filter="[!is[system]$subfilter$tag[$tag$]has[$dateField$]sort[$dateField$]limit[$limit$]eachday[$dateField$]]">
<div class="tc-menu-list-item">
<$droppable actions=<<droppable-date-actions $dateField$>>>--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8de9e34d-39da-4818-b4f9-7c2ddb11bec6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Thomas, (nice to read from you!)
unfortunately there just is a macro calculating the date from <<now>> on.
""It will be <<add-time 5 3 2>> 5 years 3 months and 2 days from now.""
I foiled thorough the group and could not find anything which I could adapt...
So now I am making use of the datepicker and a separate button to add the date generated by the datepicker to a list. Works but not very elegant. An "add same weekday in the next week button" would be better.../
I published my test and plugin on http://slidesnstories.tiddlyspot.com/#Datelist because it could be of use for anyone organizing courses.
And I got a further logical challenge there which I was not able to solve yet.
...to ho have a list of all Tiddlers tagged by the storytiddler and do not have any of the values in the "dates"-field of the storytiddler in their "date"-field
Herzliche Grüße!
Jan
| Betreff: | Re: [tw] Re: How to generate a list of dates for a droppable Timeline ... |
|---|---|
| Datum: | Fri, 18 Aug 2017 04:18:17 -0700 (PDT) |
| Von: | Thomas Elmiger <thomas....@gmail.com> |
| Antwort an: | tiddl...@googlegroups.com |
| An: | TiddlyWiki <tiddl...@googlegroups.com> |