New
- Inline suggester now supports searching for tags in addition to files. Trigger with "#".
- In Mindmap Builder
- Added Up-Facing, Down-Facing, and Up-Down maps
- Added submaps. You can now promote any node to be a new mindmap root (a sub-map). Sub-maps can have different layout settings, such as different growth strategies, different colors, etc.
- Added experimental MindMap Builder API, accessible via
window.MindMapBuilderAPI. See MindMap Builder API documentation for more. Essentially, the API allows mindmaps to be created using the Obsidian CLI.
New from Excalidraw.com
- Allow clicking on links and embeds with laser tool #10797
- Improved paste text to diagram with more options and support for more data #10824
try copy/pasting this into Excalidraw:
skill, junior, medior, senior
business_analysis, 2, 6, 9
business_writing, 3, 7, 9
stakeholder_mgmt, 1, 6, 10
New in ExcalidrawAutomate
- Added
skipScriptRestore(scriptName?: string): booleanfunction to the API. This allows scripts to queue a one-time skip marker so sidepanel persisted restoration will not re-run the script. Intended for startup race conditions where a script is started from the Command Palette/hotkey before the sidepanel has opened. If scriptName is omitted, the function uses ea.activeScript.
Fixed
- Significant performance improvement of MindMap Builder and all other scripts modifying elements in large scenes containing thousands of elements.
- Multiple arrow related updates and fixes from Excalidraw.com #10832 #10831 #10816
- Hide MindMap Builder and other floating tools when creating a screenshot