A plugin to automatically resize image to your preferred size
By default, resizer sets image default width & height to 800px. To change the default size, go to Settings -> Plugins -> Logseq image auto resizer
.
-
Fork the repo.
-
Install dependencies and build the dev version:
yarn install && yarn run dev
-
Open Logseq and navigate to the plugins dashboard:
t
p
. -
Click
Load unpacked plugin button
, then select the repo directory to load it.
After every change you make in the code:
-
Rebuild the dev version:
yarn run dev
-
Open Logseq and navigate to the plugins dashboard:
t
p
. -
Find the plugin and click on "Reload".
-
Ignore the error messages about keyboard shortcut conflicts.