Replies: 2 comments 4 replies
-
Hi, IMO the format of the task tiddler is missing. ... From the description I'm not 100% sure what you try to achieve, but I think the whole "list / filter creation" process should work without human intervention. right? Just brainstorming There may be a Journal-dashboard tiddler that works with a macro and always shows the current day. This dashboard can change dynamically. ... But at some time in the day you may need to click a button and create an "archive journal", where the date is "hardcoded", so it also can be accessed at a later date. If the journals contain "meta data", they have to exist. If journals are purely dynamic a date selector in the dashboard would be enough to see "older" journals. .. IMO it depends on your taste. If you want to avoid technical tags, you can use "technical fieldl". I think at the beginning technical tags shouldn't be avoided, because that also avoids to see "patterns". If a pattern evolves over time, there is a very high chance, that it can be "abstracted" away with some code or templates. ... Not seeing those patterns usually makes things more complex. just some thoughts |
Beta Was this translation helpful? Give feedback.
-
Hi @EHJ-52n it might be worth asking this over at https://talk.tiddlywiki.org/ where there's a larger audience of very ingenious people who might be able to help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Community,
I am using tiddlywiki on a daily basis since 2018. I create a daily journal tiddler that collects and lists tiddlers on a date based field and other by their creation date. Only the title of the tiddler is created based on the current date. The other filter expression need to be updated/adjusted every day by hand. I would like to improve this, so all date specific filter expressions and the caption field are filled automatically. In addition, a tag should be applied based on the date information, too.
The "source" of the journal tiddler looks like the following for today, 31.03.2022:
Body:
I am using the field
journalday
because I do not want to have to many technical tags in my system. 13 per year is okay, but not hundreds (e.g. one tag per workday).Do you have any recommendations where to start and how to implement this?
I am a developer, but not a JavaScript (and Tiddlywiki) one.
Beta Was this translation helpful? Give feedback.
All reactions