mirror of
https://github.com/quorafind/Obsidian-Node-Auto-Resize.git
synced 2026-07-22 10:30:24 +00:00
No description
| .github | ||
| media | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| manifest.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Canvas Node Auto Resize
An Obsidian plugin that automatically resizes the canvas node to fit its content.
How to use
- Install the plugin.
- Update content in node from canvas view.
- The node will automatically resize to fit its content.
Settings
- Enable width auto resize;
- Set the max width
Installation
BRAT
BRAT (Beta Reviewer's Auto-update Tool) is a plugin that allows users to install Obsidian plugins directly from GitHub with automatic updates.
via Commands:
- Ensure BRAT is installed
- Enter the command
BRAT: Plugins: Add a beta plugin for testing - Enter
Quorafind/Obsidian-Node-Auto-Resize - Click on Add Plugin
via Settings:
- Ensure BRAT is installed
- Go to Settings > BRAT > Beta Plugin List
- Click on Add Beta plugin
- Enter
Quorafind/Obsidian-Node-Auto-Resize - Click on Add Plugin
Manual
Option 1:
- Go to Releases
- Download the latest
Obsidian-Node-Auto-Resize-${version}.zip - Extract its contents
- Move the contents into /your-vault/.obsidian/plugins/obsidian-Node-Auto-Resize/
- Go to Settings > Community plugins
- Enable Node Auto Resize
Option 2:
- Go to Releases
- Download the latest
main.js,styles.cssandmanifest.json - Move the files into /your-vault/.obsidian/plugins/obsidian-Node-Auto-Resize/
- Go to Settings > Community plugins
- Enable Node Auto Resize
