-
Notifications
You must be signed in to change notification settings - Fork 17
Description
I have a sample md:
# Test
[](./image.jpg)
[Go to Google](https://www.google.com)
I already set the image scaling to fit the viewer size, but when i use the zoom, only the text gets modified.
It would be great if the image would also resize. (And also one seperate button to set it back to default scaling size)
I tried a workaround by making the image a link, but it only supports md pages...
It would then also be great, to be able to let it open external files as well in the system default application.
Generally a dedicated viewing mode for Markdown would be useful (temporarily hiding the editor)
I have some Markdown files with links to other md files and Instead of opening them in the editor mode in a new tab, to just browse them.
This, together with some "back"/"forward" button to return to the previous file and middle mouse click to open in a new tab.
As I also use logseq/obsidian I have links to other pages in the format:
[Testpage]([[Testpage]])
So If there is a way to detect this [[]] format and handle them as markdown files to open.
Thank you