joplin / joplin/plugin-templates
When templating I want to automatically link notes with a search
Open
- Dominant language
- TypeScript
- Stars
- 207
- Forks
- 40
- Avg merge
- 7d 16h
- Merged PRs (30d)
- 2
Description
Extend dropdown to be able to display search results of notes to be chosen as the variable to be inserted into the new note.
Single row, generic search
```yaml
ticket: search
```
More specific:
```yaml
ticket:
label: Ticket to link
type: search
notebook: "Kanban"
-tag: "*"
```
The dropdown could be populated initially or require some text to start being typed in order to start the search. Note the search constraints mirror the search syntax.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.