Hi Dav,
Thank you for the suggestions.
I guess you are talking about interconnecting notes, like Wiki and other apps that focus on connecting knowledge fragments. It’s important to keep in mind that there is a large gap in terms of the concept between them and Inkdrop.
Please check out my past discussion about it on this topic:
I mean, Inkdrop is, to be honest, not focused on strictly interconnecting notes.
It is basically a Markdown note-taking app. Markdown is a simple format to write roughly structured and mark-upped text. The concept of link in Markdown is from hyperlink that can be broken. So, strongly connected links/back-links are not supported.
That being said, you can implement it as a plugin.
The people in that topic would be happy if you made it!
a) ability to know that a link is internal to Inkdrop
Yes, it can be automated. The internal link URIs always start from inkdrop://note:
.
b) ability to know which other documents have a link to this document.
You have to search with a URI with search API. And override rendering A
tag.
c) ability to be notified prior to deleted a linked note (Child) .
Same as above.
d) ability for a note to list the internal notes that it links to (forward links)
Same as above.
I shared it on our Discord server so that it can get attention from other people.