Excalidraw 1.0.6
Fixes:
#31 #25 #24 #23 #22 #20
Export to SVG and PNG
- Using the filename and location of the active drawing
Image Settings
- Export with background
- Export with theme
Triggering export
Once-off
- Buttons to export active drawing
- Command palette action to export active drawing
Automated
- Auto export SVG
- Auto export PNG
- Keep filenames in Sync
Open drawings on a new page or on the current page
Command Palette
- Create a drawing on a new page by splitting the currently active pane
- Open a drawing on a new page by splitting the currently active pane
Ribbon Button
- Click to open in an active pane
- CTRL+Click to open on a new page
SVG styling when embedding using a code block
- new formatting option for the code block embed
- Valid values: left, right, center... but really anything after the last |.
- corresponding CSS
.excalidraw-svg-left {
float: left;
}
.excalidraw-svg-right {
float: right;
}
.excalidraw-svg-center {
}
.excalidraw-svg {
}
How to install
Install from Obsidian Community Plugins or ...
Copy the following 3 files into your vault/.obsidian/plugins/obsidian-excalidraw-plugin
folder
- main.js
- manifest.json
- style.css