Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add automatically incremented note id feature #85

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vargab95
Copy link

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.

Introduce a new special variable which generates a note id
prefix with the format of "prefix string-incremented id: "
for the created note.
@Stainless5792
Copy link

@vargab95 Thanks so much for the wonderful work, it's awesome !
I really want this feature can be added to the plugin, so @nishantwrp would you please make this happen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants