logseq-todoist-plugin
logseq-todoist-plugin copied to clipboard
fix: date/time format for creation date + TODO position
When I downloaded the latest version of the plugin, I noticed the date, time and TODO were broken. I was using my local fork for a while.
In this pull request:
- fix the date format, following the
config.edn
journal date format: - add colon to the time e.g.
17:37
instead of the previous1737
. - add the
TODO
as the last thing, after all other text changes, otherwise the line doesn't become a task. - improve the README again, mentioning
pnpm
. - add
.npmrc
so thepnpm-lock.yaml
lock file doesn't change after I runpnpm install
.
Example of a line before this change:
- @240515 **1825** TODO My imported task
After this pull request:
- TODO [[Wednesday, 15.05.2024]] **18:25** My imported task