Open fdaguin opened 3 years ago
@fdaguin - good point on helping get more out of note-linking.
One thing though is that we currently have Dendron: Insert Note Link
to help you link notes together. Hope that will make it faster to link notes (without relying on intellisense)
However, your point on new notes requiring you to manually go through the knowledge base and re-link things still stands.
One thing though is that we currently have
Dendron: Insert Note Link
to help you link notes together. Hope that will make it faster to link notes (without relying on intellisense)
I didn't know about this command, thanks!
This is like the "unlinked mentions" feature in Obsidian and "unlinked references" in Roam. These applications automatically display text matching the title of the current document in other notes, right after the back-links (or "linked mentions"), allowing you you spot connections and quickly add connections.
@maninalift Actually, those Roam Research and Obsidian features were ported in Dendron through #909 as "backlinks candidates". This current issue is requesting a scan feature across all available vaults, instead of the currently opened note.
@fdaguin oh wow, that's great, thanks for clearing that up for me!
I've opened a related GitHub discussion:
Please Select if your Request is Either something new or an Enhancement
Please select the area your request applys to. (Multiple selections are Possible)
Is your feature request related to a problem? Please describe
When taking notes, when a word or a group of words is referencing another note, I want a wiki link to be created. Doing this manually works, however:
Describe the solution you'd like
I want Dendron to scan my notes and to suggest wiki links that can be created to reference other notes when detecting a word or group of words that either matches:
Let's consider a vault with 3 notes:
ide.vscode.md
:language.markdown.md
:pkm.tool.dendron.md
:This feature will allow to detect and suggest the following wiki links in
pkm.tool.dendron.md
..by resolving:
markdown
with the name of the notelanguage.markdown.md
Visual Studio Code
with the title of the noteide.vscode.md
At least, I want those suggestions on the currently opened notes. At best, I want Dendron to scan all the notes in my vault(s) and to comes up with suggestions for each notes.
Describe alternatives you've considered
Keep creating the wiki links manually.
Additional context
This feature is conceptually similar to a linter. While it can be implemented as a CLI, a strong VSCode integration is preferable. Therefore, I suggest:
WebviewPanel