joplin / joplin/plugin-templates
Feature request: Create links to matching notes
- Dominant language
- TypeScript
- Stars
- 207
- Forks
- 40
- Avg merge
- 7d 16h
- Merged PRs (30d)
- 2
Description
Would it be possible to create links to notes that are an exact match for existing notes?
For example, every week I use the template plugin to create a weekly review note that is titled in a standard way. i.e. `template_title: {{#custom_datetime}}GGGG-[W]WW{{/custom_datetime}} review`. Also, every day I create a daily note (again using a template) and here I want to automatically link it to the weekly review note. So I want something like this `[[{{#custom_datetime}}GGGG-[W]WW{{/custom_datetime}} review]]` in my daily note template to automatically create a link to the weekly review note. Whatever is in enclosed in double brackets `[[ ]]` should be used to do a match for an existing note and create a note link to it. So it sort of does what [this plugin does](https://github.com/S73ph4n/joplin_autolinker) but less manually and the link will only be one way (no link back).
Also, if #53 is implemented, in the daily note, I could also do `[[{{yesterday}} daily note]]` to link to the previous day's note (assuming I always title my daily notes using `template_title: {{date}} daily note`).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.