Lock Cards

by erezak
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Lock selected Canvas cards to prevent moving and resizing.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Lock Cards

Lock selected Canvas cards to prevent moving and resizing.

demo

Usage

  1. Open a Canvas.
  2. Select one or more cards.
  3. Run the command Toggle lock for selected canvas cards.

Locked cards are visually marked and attempts to move/resize them are reverted.

Settings

  • Disable lock while shift is held: temporarily allow moving locked cards by holding shift.

Install (manual)

Copy these files into:

<Vault>/.obsidian/plugins/lock-cards/

  • main.js
  • manifest.json
  • styles.css

Then reload Obsidian and enable the plugin in Settings → Community plugins.

Development

  • Install dependencies: npm install
  • Watch build: npm run dev
  • Production build: npm run build
  • Lint: npm run lint

Troubleshooting

  • If commands don’t appear, make sure the plugin is enabled and Obsidian has been reloaded.