Better zoom settings for images and links
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
To "browse" only markdown files, consider to use "Markdown Help Viewer" project. The editor was designed to write files, so I decided that if you click on a "local" file the most logical thing was to open the page in the editor to edit it. Furthermore, if you click on a link and the file is not found it asks you if you want to create it "on the fly", very useful when you are creating new pages... At the moment, the [[]] is not recognized as file to open... maybe in the future...