quillpad / quillpad

Take beautiful markdown notes and stay organized with task lists. Fork of Quillnote
https://quillpad.github.io
GNU General Public License v3.0
728 stars 55 forks source link

Link to other notes as well using markdown, not only websites #81

Open magnus-ISU opened 1 year ago

magnus-ISU commented 1 year ago

My dream would be to do this with markdown to files, something like [This is a link to another local note](Other Note.md).

Using this syntax would make it sync very well with vimwiki, which would be awesome.

An issue is that Quillpad abstracts away file names, so if files get renamed in different ways they may get messed up. But it would still be a useful feature, and that can't be resolved completely anyway.

jsixface commented 1 year ago

We can take the Nextcloud notes approach and use the title as the file name. But then we have to enforce that the titles of all the notes has to be unique.

NeNpO commented 1 year ago

We can take the Nextcloud notes approach and use the title as the file name. But then we have to enforce that the titles of all the notes has to be unique.

We could use the title as the file name and if there is a duplicate we could add the NoteBook name at the end or / and a full date.

magnus-ISU commented 1 year ago

What about allowing filename or title, first check titles, then filenames? Assume any link without a scheme (no https:// or other *://) is one of those two. When there are multiple notes with the same title, use filename by default if the GUI makes it easy to add them with a searchable list. Also have a setting for which one is default.

thephm commented 1 year ago

I would prefer [[wikilinks]] between notes... please!

000exploit commented 1 year ago

Yeah, this will be cool. I'm forced to use Obsidian because of links between notes and some related features.