As I did not find a form to officially submit my plugin for adding it to Joplin Plugins I will post it here.
And I welcome everyone to share their opinion and valuable feedback.
(As a new member I cannot share multiple links and images, so I will post the readme in a later post)
TimeWise Countdown is a plugin that continually calculates and displays the time remaining until a specified deadline.
TimeWise Countdown is a plugin that continually calculates and displays the time remaining until a specified deadline. It allows easy customization and formatting.
([Back to top](#top))
Usage
TimeWise Countdown identifies special deadline markers in your text and replaces them with a live countdown. The markers follow this format:
[output](d[DEADLINE]{TEMPLATE})
output: The parsed template output
DEADLINE: The target time; if this date/time has passed, the plugin shows zeros.
Yes, unfortunately if it would update immediately, it wouldn't let you finish typing the date, but immediately overwrite it with the first text matching the format
Hey all, I added a count-up feature, that was suggested via a direct message.
In this mode the days are counted up, since a specific date has passed, e.g. good for tracking birthdays.
It works by using the letter u (for up) instead: [output](u[STARTDATE]{TEMPLATE}).
A longer explanation is in the README
FYI. If, while within Joplin, I go to Tools > Options > Plugins and search for timewise and then click on the link for the plugin, it does not go to a project page showing how it is used. Instead it leads to your more "these are the projects I am working on" page and I couldn't find TimeWise in that list of projects very readily. Plus, I had to translate it. (Heh. But that is not a big deal anymore.)
Anyway. The link on the plugin installation section of the application should lead to somewhere more sensible.
Thanks. I didnt know that, I thought that homepage is for the homepage of the developer (me), because there is also a repository_url (see here)
I will change it in the next update
@flxholle, is there a way to add text in template ?
For instance, I'd like to be able to have Week-end copains [](d[2025-05-8]{w_/_d_})
showing Week-end copains 0 / 3
And would you think about a graphical template using a number of characters instead of numbers ?
For instance
Task start [](u[2025-04-29]{g_days})
task end [](d[2025-05-17]{g_days})
would output
Task start *****
Task end ************
I don't know what letters you could use in template, but I can think about it.
There's surely a more appropriate character to use as an output than the * (don't know if checkbox could be possible), but it was just for a quick view.
I dont fully understand your questions.
For the first one: All letters that are not key-characters (which also must not be part of a word, e.g. d_days only the first d is recognized) are rendered. So [](d[2025-05-08]{week-end_copains_w_/_d}) would output your desired text.
The second one is unclear to me. Do you mean it would output x stars if the starting date is x days in the future?