open linked files
See original GitHub issueHi, 1st of all thank you for this awesome plugin. I have a small question. Is it possible to open a linked file from one markdown? eg
this is [doc](doc.md)
and
:MarkDownPreview
but I am not able to click and open the file.
Regards, Rajesh
Issue Analytics
- State:
- Created 4 years ago
- Reactions:22
- Comments:12
Top Results From Across the Web
What is it? How to open a LINK file? - FILExt
If you cannot open your LINK file correctly, try to right-click or long-press the file. Then click "Open with" and choose an application....
Read more >Five Steps to Open LINK Files - File Magic
The easiest way to open a LINK file, or any kind of file, is to use a universal file viewer like File Magic...
Read more >Open file links directly in Office desktop apps - Microsoft Support
When it comes to how links to Office files should open, some users prefer the ... 365 for Windows app by going to...
Read more >LINK File - What is it and how do I open it?
The LINK file extension indicates to your device which app can open the file. However, different programs may use the LINK file type...
Read more >Linking Files (OpenWindows User's Guide)
To use a linked file, you can drag and drop its icon from any folder that the file is linked to. Creating a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@iamcco Hi, Is there any update on this?
Thanks for your awesome job.
@rjshrjndrn I was simply extending on your original request. I also found that the links pointing to other
*.md
documents are broken in the Previews. Additionally, I was wondering if there is an option to preview an entire directory, wherein all the*.md
files are made available in the Preview window/server.Currently, from a valid Preview page with URL
http://127.0.0.1:9054/page/2
, if I were to click on a link[Eagle](Eagle.md)
, I will get forwarded to a new URLhttp://127.0.0.1:9054/page/Eagle
==> should all*.md
files be available for the previews, I bet there is a high chance that these linked files can be rendered properly.