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