-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Wiki links #1065
Comments
With NC 20 easier link's to files are added, but compare to the suggestion here you need the filedId so for example: move the file somewhere else didn't work (should work, cause the fileId didn't change). Move to an specific #Heading would be awesome (didn't work for now). |
The links need to be in Wiki format otherwise they wouldn't work with the other applications. |
Are there any other markdown apps that support this? I'm not aware of anythink like |
On macos, nvAlt and the upcoming nvUltra supports it. And as mentioned, use of this type of link is also widespread in the Zettelkasten community. There is some more context in this closed issue in the repo for the NC Notes Android app: |
Zettlr supports it as well. |
And there is an issue open at the Marktext repository marktext/marktext#2329 |
I'm still a bit hesitant of adding such markdown features that are not part of commonmark or a standardized extension, especially when they are not supported by a major chunk of markdown editors. Therefore I'll close this for now. Whenever this becomes more widely adopted we can re-evaluate. |
I'm sad to see this go as I think it would have been an innovative feature. |
If I may, I'd like to support the wiki-like links implementation. To me, it's the main and fundamental way of linking notes. I believe that right now it may be a quite unpopular feature, but I read on every single forum of Markdown apps which don't currently support it (such as Joplin and Typora) that soon they'll implement it. It's the future of internal linking, and I believe starting to develop it now would make Nextcloud Text cutting edge in the near future |
@juliushaertl this could be implemented using the "link" feature of the commonmark specification https://spec.commonmark.org/0.29/#links. |
There a currently a lot of note taking applications getting made which are inspired by the Zettelkasten method.
A lot of those apps started adopting the wiki link format to link notes together.
[[Note Name]]
I'm currently using Obsidian.md on the desktop to work with my notes but on the go I'm using Nextcloud Notes.
Therefore I have a lot of notes with links to each other but the links aren't working in the Android application or the web application.
Nextcloud Notes plans to use Nextcloud Text in the future and because of that it would make more sense to implement this feature directly in Nextcloud Text.
Describe the solution you'd like
Add support for the Wiki link, link format. So that one can use:
[[Note Name]]
to link to a fileand
[[Note Name#Heading]]
to link to a heading.I originally reported this feature request in the Nextcloud Notes app.
nextcloud/notes#616
The text was updated successfully, but these errors were encountered: