pbek / QOwnNotes

QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.
https://www.qownnotes.org/
GNU General Public License v2.0
4.63k stars 410 forks source link

Wiki Links or Internal Links? #1437

Closed mlevison closed 4 years ago

mlevison commented 4 years ago

I'm trying to see if I can use QOwnNotes to implement the Zettelkasten process for note taking. Rather tagging a note, you link a to other notes it might be related to.

The obvious approach would be to copy GitHub's: https://stackoverflow.com/questions/7653483/github-relative-link-in-markdown-file - specifically: [Some other wiki page](path/to/some-other-wiki-page)

mlevison commented 4 years ago

...just playing with MindForger - it supports: Link to a Note in active MindForger repository: * [MF motivation](./why-mindforger.md#motivation)

pbek commented 4 years ago

Some other wiki page

You could do links like [Some other wiki page](path/to/some-other-wiki-page.md) or <path/to/some-other-wiki-page.md>. See #266. Just press Ctrl + L to link to a note.

mlevison commented 4 years ago

Ok - you're in fact two steps ahead of me - Thanks

pbek commented 4 years ago

:wink:

pbek commented 2 years ago

You might also want to try the script contributed to the script repository by https://github.com/qownnotes/scripts/pull/136.