obsidian-ketcher
obsidian-ketcher copied to clipboard
Enable inline preview
The usability of this plugin would be vastly improved if ![[ketcher-note]] rendered the structure (without the ketcher UI) in the note, similarly to how note-embedding works.
I think there would be two ways to implement this:
- Preview the actual canvas which Ketcher uses. This might be less than ideal, since this might also grab the UI.
- Just load the SVG which Ketcher generates when Obsidian asks for the file embed.
There is another obsidian plugin that is based on Ketcher which let's you embed a rendered structure in your note using a markdown code block with a smiles string. Ideally those to plugins would be merged, otherwise the other plugin may serve as a reference how this could be implemented.