Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thank you! LOL I realized like 30 minutes after I asked “duh relative links!” but you’d already responded. My brain is working too fast and somehow not fast enough at the same time.

Another linking question, if the link works in deepdwn if I click on the .md file should it not open that file either in deepdwn or on the file explorer level?

if the link works in deepdwn if I click on the .md file should it not open that file either in deepdwn or on the file explorer level?

In the editor, you can Control-click the link to jump to that file. In the preview window you ought to be able to click the link to navigate to that file as well, but it’s not working correctly in the current version. Hopefully fixed soon

Ah cool, something is up with my ctrl key because it works sometimes but other times its like screw you but it does that in a multitude of programs so I know its a me thing not a deepdwn problem.

does that in a multitude of programs so I know its a me thing not a deepdwn problem

Hmm, could be. Those links also need to be relative to the current file, so they could be broken links as well. Deepdwn won’t give you a 404 page for that, they just won’t open.

If autocomplete worked to generate the link, I’d expect that control-clicking it should take you to that file. If not, that may be a bug that needs to be investigated further.

Link to other markdown files not working in the preview should be fixed in 0.37.1.

Autocomplete has also been revamped a bit, and will suggest files in other directories, without needing the relative path first (though you can still do so to narrow the file list down).