Fixes:
#31 #25 #24 #23 #22 #20
Excalidraw 1.0.6 update
Export to SVG and PNG
New settings
- Export with background
- Export with theme
- Auto export SVG
- Auto export PNG
- Keep filenames in Sync
Command palette action to export active drawing
- Using the filename and location of the active drawing
- Image types supported
- PNG
- SVG
New command palette actions
- Create a new drawing in a new pane by splitting the currently active pane
- Open drawing in a new pane by splitting the currently active pane
New setting
- Configure the ribbon button to
- open in a new pane by splitting the current pane
- open in the currently active pane
SVG styling when embedding using code block
new options
[[drawing.excalidraw|500|left]]
[[drawing.excalidraw|500x300|right]]
[[drawing.excalidraw|center]]
corresponding CSS
.excalidraw-svg-left {
float: left;
}
.excalidraw-svg-right {
float: right;
}
.excalidraw-svg-center {
}
.excalidraw-svg {
}
Stencil library bug resolved
How to install the test release
Copy the following 3 files into your vault/.obsidian/plugins/obsidian-excalidraw-plugin
folder
- main.js
- manifest.json
- style.css