Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yutaodou/logseq-image-auto-resizer
Automatically resize markdown image in logseq
https://github.com/yutaodou/logseq-image-auto-resizer
Last synced: 3 months ago
JSON representation
Automatically resize markdown image in logseq
- Host: GitHub
- URL: https://github.com/yutaodou/logseq-image-auto-resizer
- Owner: yutaodou
- License: mit
- Created: 2023-07-15T12:51:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T14:35:53.000Z (8 months ago)
- Last Synced: 2024-06-19T09:42:16.173Z (5 months ago)
- Language: TypeScript
- Size: 255 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-logseq - logseq-plugin-image-resizer - A Logseq plugin which set your image to customized size automatically. (🔌 Plugins)
README
## If you ❤ what i'm doing - you can support my work! ☕
Logseq image auto resizer
A plugin to automatically resize image to your preferred size
## Usage
By default, resizer sets image default width & height to 800px. To change the default size, go to `Settings -> Plugins -> Logseq image auto resizer`.## Development
1. Fork the repo.
2. Install dependencies and build the dev version:yarn install && yarn run dev
3. Open Logseq and navigate to the plugins dashboard: `t` `p`.
4. Click `Load unpacked plugin button`, then select the repo directory to load it.After every change you make in the code:
1. Rebuild the dev version:yarn run dev
2. Open Logseq and navigate to the plugins dashboard: `t` `p`.
3. Find the plugin and click on "Reload".
4. Ignore the error messages about keyboard shortcut conflicts.