Implement inter-note-references [[link]]
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 738
- Forks
- 162
- Avg merge
- 6h 2m
- Merged PRs (30d)
- 35
Description
Is your feature request related to a problem? Please describe.
Some editors allow for references to be added to notes. Those references are a link to that specific note.
This allows for fancy things like automatic-mind-map-creation.
Describe the solution you'd like
I would like to see notes support double-bracket-references.
Describe alternatives you've considered
Not implementing this.
Additional context
Obsidian.md allows this, aswell as zettlr.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the JavaScript notes app parses and renders note links, then determine where double-bracket references would be recognized. Done means a note can reference a specific other note using [[link]] syntax and that reference behaves as a link; the issue does not name files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100