-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Canvas support #72
Comments
Yes, I would like to have that too, but looking at the canvas source code, I have no idea how to achieve that at the moment. Example
|
little update to this, I found two workarounds to get at least a html / pdf out of the canvas. Best option so far is to use the obsidian-webpage-export plugin and manually export the desired canvas files (self-contained-documents), this html file can then be placed into the webserver and is directly accessible. Its not nice because its not included in perlite and also needs a manuell export but at least its a quick way to get your canvas into the browser. Iam thinking about to write some script to extract the canvas part only from the exported file and store it into some custom file format, which then will be recognized and displayed by Perlite. But not sure if this is really the only and best option. Another idea would be to create a fork of the plugin and adjust it to export canvas files only and perlite "ready". Also found another option by using this script https://forum.obsidian.md/t/exporting-canvas-to-html-and-pdf/60331 to export the canvas as a html and then create a pdf out of it and include it into perlite. |
Obsidian Canvas Support
Since the newest updates of Obsidian it added a new node type named Canvas.
Its awesome to create moodboard, collection of images or mindmaps.
Currently Perlite does not support this filetype and does not show it in the vault.
Obsidian Canvas
The text was updated successfully, but these errors were encountered: