Canvas Send to Back

approved

by zachatoo

Move cards in canvas to the top or behind all other cards.

15 stars12,470 downloadsUpdated 11d agoMIT

Obsidian Downloads

Canvas Send to Back Plugin

Send a card in Obsidian Canvas to be behind or in front of all other cards.

image

Installation

  1. Open Obsidian Settings → Community plugins → Browse.
  2. Search for "CSS Editor" and click Install, then Enable.

Contributing

Releasing

Releasing a new version involves the following steps:

  1. Update minAppVersion in manifest.json if applicable.
  2. Run npm version patch, npm version minor, or npm version major.
    • This command will bump the version in the manifest.json, package.json, and package-lock.json files, add a new entry in versions.json, and create a git tag.
  3. Push the changes and tag. This will trigger a GitHub action to create the release.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.