Canvas Random Note

approved

by jmilldotdev

Add random notes from your vault to the canvas.

10 stars4,298 downloadsUpdated 3y agoMIT
View on GitHub

Obsidian Canvas RandomNote

This plugin can be used to add notes to the Obsidian canvas view.

There are two commands available

  • Add notes will select from all markdown files available in your vault
  • Add notes from search will select notes randomly from the active search

The selected notes will be added in a grid of file nodes to the active canvas. Several settings related to number of notes and their positions are available on running command

image

Warning

As no official Canvas API is available yet in the Obsidian developer API, this plugin is modifying the underlying data of the Canvas directly. Therefore multiple commands should not be run quickly in succession, or there is a possibility of the data the Canvas consumes being out of sync with what you see in Obsidian.

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.