shenoy-anurag1k downloadsBorder styling for images in markdown notes.
With this plugin, you can:
Have nice rounded borders (or not) for images ranging from no-border, to a 2px border all the way to a 32px border radius.
And, tinker with more image border related settings.
Note: Setting changes may not reflect until you switch pages. I'm trying to solve this while adhering to Plugin guidelines.


Easiest way is to install it from the Obsidian Community Plugin marketplace (currently under review).
Until it's approved by the Obsidian team, the plugin will need to be installed manually.
main.js, styles.css, manifest.json from the latest release.main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/image-border-style/.git clone https://github.com/shenoy-anurag/obsidian-image-border-style.git.npm install to install dependencies.npm run build to build the plugin../publish_plugin_local.sh to copy the plugin files to your Obsidian Vault's plugin folder. Learn how to do this in the Wiki.