You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use GitHub reactions 👍 to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!
Is your feature request related to a problem? Please describe.
I use Nextcloud to sync notes between a mac and an android. On the mac, I use nvAlt for notes. nvAlt supports linking to other notes in the same folder with what’s often referred to as wikilinks, like this: [[Another note]]. It seems this is also a pretty popular format in the Zettelkasten community, since it’s a very simple way to create connections between notes. It would be nice if this was supported by the Nextcloud Notes Android app as well.
Describe the solution you'd like
A minimal support case would be rendering the [[Wikilink]] in view mode as a link that would open the linked note, also in view mode. Ideally, it would also be supported during editing, like in nvAlt, where typing the [[ would create a closing bracket pair after your cursor, and let you start typing letters to narrow down a selection of possible links (I hope I’m describing this in an understandable way, please see screenshot of nvAlt below for a visual explanation).
If/once the switch from RxMarkdown to Markwon is done, it should be possible to at least support the minimal case by using the Simple Extension. I’m not a java developer, but I would be willing to give it a try if this is something you would consider implementing.
Describe alternatives you've considered
Since the wikilinks are displayed as-is, you still get a visual cue of the connection to another note, so not supporting wikilinks is an ok alternative. Another alternative would be for me to reformat all links in a markdown-compatible way, but I don’t really see it as an option since the wikilinks work so well in nvAlt and a lot of other note-taking software.
Additional context
The text was updated successfully, but these errors were encountered:
thank you for the proposal. Please see my response in the server repository. We plan to change the editor of the Android client, too. We will therefore not add support for any new syntax before we made this huge change. We can think about adding support later, but for now this request is not on our roadmap for the near future.
Please use GitHub reactions 👍 to show that you are affected by the same issue. Please don't comment if you have no relevant information to add!
Is your feature request related to a problem? Please describe.
I use Nextcloud to sync notes between a mac and an android. On the mac, I use nvAlt for notes. nvAlt supports linking to other notes in the same folder with what’s often referred to as wikilinks, like this:
[[Another note]]
. It seems this is also a pretty popular format in the Zettelkasten community, since it’s a very simple way to create connections between notes. It would be nice if this was supported by the Nextcloud Notes Android app as well.Describe the solution you'd like
A minimal support case would be rendering the
[[Wikilink]]
in view mode as a link that would open the linked note, also in view mode. Ideally, it would also be supported during editing, like in nvAlt, where typing the[[
would create a closing bracket pair after your cursor, and let you start typing letters to narrow down a selection of possible links (I hope I’m describing this in an understandable way, please see screenshot of nvAlt below for a visual explanation).If/once the switch from RxMarkdown to Markwon is done, it should be possible to at least support the minimal case by using the Simple Extension. I’m not a java developer, but I would be willing to give it a try if this is something you would consider implementing.
Describe alternatives you've considered
Since the wikilinks are displayed as-is, you still get a visual cue of the connection to another note, so not supporting wikilinks is an ok alternative. Another alternative would be for me to reformat all links in a markdown-compatible way, but I don’t really see it as an option since the wikilinks work so well in nvAlt and a lot of other note-taking software.
Additional context
The text was updated successfully, but these errors were encountered: