No description
Find a file
2025-04-05 22:20:40 +08:00
.github feat: support node auto resize in canvas 2024-06-17 23:33:44 +08:00
media chore: update readme 2024-06-17 23:43:36 +08:00
src fix: cjk issues 2025-04-05 22:20:15 +08:00
.editorconfig Initial commit 2024-06-16 21:22:46 +08:00
.eslintignore Initial commit 2024-06-16 21:22:46 +08:00
.eslintrc Initial commit 2024-06-16 21:22:46 +08:00
.gitignore Initial commit 2024-06-16 21:22:46 +08:00
.npmrc Initial commit 2024-06-16 21:22:46 +08:00
esbuild.config.mjs feat: support node auto resize in canvas 2024-06-17 23:33:44 +08:00
manifest.json chore: bump version 2025-04-05 22:20:40 +08:00
package.json chore: bump version 2025-04-05 22:20:40 +08:00
pnpm-lock.yaml feat: support node auto resize in canvas 2024-06-17 23:33:44 +08:00
README.md chore: update readme 2024-06-17 23:43:36 +08:00
styles.css feat: support node auto resize in canvas 2024-06-17 23:33:44 +08:00
tsconfig.json Initial commit 2024-06-16 21:22:46 +08:00
version-bump.mjs Initial commit 2024-06-16 21:22:46 +08:00
versions.json chore: bump version 2025-04-05 22:20:40 +08:00

Canvas Node Auto Resize

An Obsidian plugin that automatically resizes the canvas node to fit its content.

img

How to use

  1. Install the plugin.
  2. Update content in node from canvas view.
  3. 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:

  1. Ensure BRAT is installed
  2. Enter the command BRAT: Plugins: Add a beta plugin for testing
  3. Enter Quorafind/Obsidian-Node-Auto-Resize
  4. Click on Add Plugin

via Settings:

  1. Ensure BRAT is installed
  2. Go to Settings > BRAT > Beta Plugin List
  3. Click on Add Beta plugin
  4. Enter Quorafind/Obsidian-Node-Auto-Resize
  5. Click on Add Plugin

Manual

Option 1:

  1. Go to Releases
  2. Download the latest Obsidian-Node-Auto-Resize-${version}.zip
  3. Extract its contents
  4. Move the contents into /your-vault/.obsidian/plugins/obsidian-Node-Auto-Resize/
  5. Go to Settings > Community plugins
  6. Enable Node Auto Resize

Option 2:

  1. Go to Releases
  2. Download the latest main.js, styles.css and manifest.json
  3. Move the files into /your-vault/.obsidian/plugins/obsidian-Node-Auto-Resize/
  4. Go to Settings > Community plugins
  5. Enable Node Auto Resize