when adding links to other files: [text](path) files are not displayed even if they already exists. dialogue window opens with new file creation prompt. [[wikilink]] seems to work just fine.
to reproduce you can just go... to the demo page and check:
- https://gamosoft-notediscovery-demo.hf.space/Welcome - bulletpoint "usewikilinks" contains
[[NoteDiscovery/FEATURES]] and by clicking it, correctly opens the page from NoteDiscovery/FEATURES
- on said FEATURES page, check any of the last bulletpoints:
- for example the
see MERMAID.md link contains markdown's format: [MERMAID.md](MERMAID.md) and by clicking it opens new file creation prompt
- when changed to wikilink:
[[MERMAID]] it works fine ;) [notice that in the wikilink you also need to cut out the .md extension]
Expected behaviour:
markdown-format links [text](path/file.md) working as it supposed to.
when adding links to other files:
[text](path)files are not displayed even if they already exists. dialogue window opens with new file creation prompt.[[wikilink]]seems to work just fine.to reproduce you can just go... to the demo page and check:
[[NoteDiscovery/FEATURES]]and by clicking it, correctly opens the page fromNoteDiscovery/FEATURESsee MERMAID.mdlink contains markdown's format:[MERMAID.md](MERMAID.md)and by clicking it opens new file creation prompt[[MERMAID]]it works fine ;) [notice that in the wikilink you also need to cut out the.mdextension]Expected behaviour:
markdown-format links
[text](path/file.md)working as it supposed to.