Skip to main content

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

link file to the markrdown document

A topic by stepst created Sep 02, 2021 Views: 199 Replies: 3
Viewing posts 1 to 3

Hello,

how can I link files like pdf, word or zip to  my markdown dokument.

Thanks in advance

stepst

(1 edit)

Hi,

The answer is: It depends on what you need them to do.

If the files are hosted urls (not local files) you can link to them normally:

[my file](https://host.com/my-file.zip)

Clicking that URL in the preview, or control-clicking that file in the editor will open the link with your default browser.

For local files, you can link to them normally also:

[my file](./relative/path/to/my-file.zip)

but clicking them won’t do anything in the editor or preview. This is still useful if you’re using Deepdwn to write blog posts (for example), and need to link to a file.

I’ll see if I can make that more useful in the editor and preview though.

Thanks for the fast response.  That would be great, if you can make it more useful in the editor.

BR stepst

Update: Non-image drag-and-drop was added in v0.28