marc0l92 / obsidian-jira-issue

This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.
https://marc0l92.github.io/obsidian-jira-issue/
GNU Affero General Public License v3.0
225 stars 35 forks source link

[Feature] +Notes #71

Open buiax opened 1 year ago

buiax commented 1 year ago

Direct the new note creation to a specific path.

MarkRabey commented 1 year ago

Similar to this, it would be great to have the ability to create notes from a template.

lbureau-billettiqueservices commented 10 months ago

While this feature is not implemented, the community plugin "Auto Note Mover" can help for automatically moving the created note to a specific path. The regex ((?<!([A-Za-z]{1,10})-?)[A-Z]+-\d+) from this stackoverflow thread seems to work correctly (at least for me).