[RFC] "link" feature, link between days #47
lostdesign
announced in
02 RFC / Upcoming
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Idea
The link feature would allow to link a day to any other day, which then shows linked days inside the linked day.
As an example, you'd link a deadline inside
2021-06-03which is in one week from now:2021-06-10. If you'd open2021-06-10you'd see it was referenced at2021-06-03. It should also be possible to link more than one day.Probably best to just store the links of a day inside a new object inside the current
2021-06-03.jsonfile, which looks like this then.{ "content": "<h1>and more html here</h1>......", "rating": 10, "links": ["2021-06-10", "2022-08-01", "..."] }Todos
Let me know what you guys think of this or if you have any ideas. This could also play into a "notify" feature, where you want to be notified in advance, to not see a deadline when it's that day.
Beta Was this translation helpful? Give feedback.
All reactions