feat: add automatically incremented note id feature#85
Open
vargab95 wants to merge 3 commits intojoplin:masterfrom
Open
feat: add automatically incremented note id feature#85vargab95 wants to merge 3 commits intojoplin:masterfrom
vargab95 wants to merge 3 commits intojoplin:masterfrom
Conversation
Introduce a new special variable which generates a note id prefix with the format of "prefix string-incremented id: " for the created note.
|
@vargab95 Thanks so much for the wonderful work, it's awesome ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.