Canvas Note Composer

Use case or problem

Once a canvas is created with several notes, there is no way to bulk select those notes to combine into a Markdown file.

Proposed solution

While you can do this with each individual note it would be nice to multi select multiple notes, and create a file with them perhaps even retaining their block information by utilizing the “narrow to block” feature.

I understand this is a nice to have, and copy and paste is always an option. Basically looking for a two way integration between markdown and canvas workflow.

5 Likes

This wouldn’t be terribly difficult, even if you wanted to keep them as separate notes.

You can already basically do this with:

# Test Note 1

![test2](test2.md)

![test3](test3.md)

![test4](test4.md)

Which produces:

This might not be terribly difficult to implement with a simple plugin either. But it would be great as a core feature, so people didn’t have to scour the Community Plugins for such a simple feature.