Hello,
how can I link files like pdf, word or zip to my markdown dokument.
Thanks in advance
stepst
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.