This plugin allow you resize your notes of Obsidian.
Support the development of my plugins and themes @xiaokedada on Twitter or Buy me a coffee.
Because this plugin has not yet been released to the community, you can clone this repo to the plugins
directory in your vault's .obsidian
directory so that Obsidian can find it.
- Open a terminal window and change this project directory to the
plugins
directory.
cd path/to/valut
cd .obsidian/plugins
- Clone this repo using Git.
git clone [email protected]:maoxiaoke/image-resizer.git
- Restart the Obsidian.
In simple terms, this plugin search the keyword of alt
in Obsidian Wikilinks and MarkDown Links.
![[wallhaven-p9o51m.png | fit rounded]]
![fit rounded](wallhaven-p9o51m.png)
Those keywords are:
full
, 100% width of the page widthwide
, 88% width of the page widthfit
, 80% width of the line widthhalf
, 50% width of the line width1/2
, the same ashalf
2/3
3/5
4/5
5/6
This plugin of support arbitrary width values follow by w-
, such as w-300
. This feature can be turned on in the plugin's settings.
center
, the defaultleft
right
rounded
rounded-full