feat: add automatically incremented note id feature #85
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I use Joplin to manage tasks in some of my projects. I reference these tasks within Joplin by copying the markdown link or using the node id. However, it is challenging to uniquely identify tasks outside of Joplin, such as in commit messages.
To address this issue, I propose introducing a new special variable called template_auto_incremented_prefix. This variable will add a note id prefix in the format of "prefix string-incremented id: " (e.g., "TEST-1: Initial commit" and "TEST-2: First feature").
Any comments or improvement ideas are welcome.