Start using the flipside of your markdown notes: Powerful new Excalidraw-Obsidian features - v2.0.26
Based on Zsolt's Visual Personal Knowledge Management's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
Excalidraw-Obsidian v2.0.26 enables dual-mode notes by saving Excalidraw drawings as Markdown and allowing toggling between drawing and Markdown views.
Briefing
Excalidraw-Obsidian v2.0.26 adds a “flip the page” workflow that lets any existing Markdown note behave like an Excalidraw drawing—while still preserving full Markdown searchability and editing. The core idea is simple but consequential: Excalidraw drawings saved in Obsidian can now be stored as Markdown, and users can toggle between a drawing view and a Markdown view on demand. That removes the old tradeoff between visual thinking and text-first PKM, turning each note into a two-sided artifact: a visual summary on one side and detailed links and notes on the other.
A new command converts existing Markdown notes into Excalidraw drawings. Users open a Markdown file, open Obsidian’s command palette (Ctrl/Cmd+P), and run “Convert markdown note to Excalidraw drawing.” After conversion, “Toggle between Excalidraw and markdown mode” switches the same note between views. For people who want the option everywhere, the plugin can also mass-convert notes, though the guidance is to do it gradually because the minimum Excalidraw markup is lightweight but the change still affects how files are managed.
The release also targets publishing and default behavior. If Excalidraw files should open as Markdown instead of drawings, the plugin introduces an “Excalidraw open MD” frontmatter property. For published pages, an Easter-egg-style hiding mechanism uses a double percent “%%” marker above text elements so the plugin can strip those markers on save and hide the Excalidraw markup on the web. There’s also a “force save” option (Ctrl+S) to ensure the drawing is written in the intended mode.
Under the hood, v2.0.26 introduces a minor file format change that improves manual readability and editing: a new “element links” section. That comes with a compatibility warning—files saved with v2.26 won’t fully work with earlier versions—so updating Excalidraw-Obsidian across devices is recommended.
Beyond flipping notes, the update upgrades embedded content. Markdown embeds can now reference sections from the back side of a drawing, enabling card-like layouts where the front and back each contribute headings and content. Users can add a “back of note card” via the context menu or command palette, then create Markdown embeds that reference those back-side sections; when switching to Markdown view, the new heading appears in the document. Similar functionality exists for “insert any file,” letting a Markdown section be pulled from another Excalidraw file.
Quality-of-life improvements include smoother editing (pressing Enter jumps into editing when an embeddable element is selected) and bug fixes for embedded element style settings. The release also adds image annotation: “Annotate image in Excalidraw” embeds an annotated Excalidraw version back into the original image location, with settings modeled after cropping.
Finally, users can reference frames by name—useful for authoring companion Markdown for slide-like presentations—and can use multiple Excalidraw templates by pointing the plugin to a templates folder. The result is a more flexible PKM system where visual cards, structured text, and publish-ready output can coexist without forcing a single mode.
Cornell Notes
Excalidraw-Obsidian v2.0.26 makes notes truly dual-mode by letting Excalidraw drawings be saved as Markdown and toggled between drawing and Markdown views. A new conversion command turns existing Markdown notes into Excalidraw drawings, while “Toggle between Excalidraw and markdown mode” switches back and forth without losing searchability. Publishing support improves with an “Excalidraw open MD” frontmatter option and a “%%” marker trick that hides Excalidraw markup on the web. The update also adds back-side section embedding in Markdown, image annotation (cropping-like settings), named frame references, and multiple templates via a templates folder. A small file format change introduces an “element links” section, with backward-compatibility implications for older plugin versions.
How does the “flip the page” workflow remove the visual-vs-text tradeoff in Obsidian PKM?
What mechanisms control how an Excalidraw note opens and how it appears when published?
What changed in the file format, and why does it matter?
How do back-side sections and Markdown embeds work together now?
What new visual annotation capability was added, and how is it different from simple cropping?
Which features support structured presentations and reusable styling?
Review Questions
- What steps would you take to convert an existing Markdown note into an Excalidraw drawing while keeping the ability to edit it as Markdown later?
- How do “excalidraw open MD true” and the “%%” marker affect default opening behavior and what viewers see on published pages?
- Why might the new “element links” section force you to update the plugin across all devices before sharing files?
Key Points
- 1
Excalidraw-Obsidian v2.0.26 enables dual-mode notes by saving Excalidraw drawings as Markdown and allowing toggling between drawing and Markdown views.
- 2
A new command converts existing Markdown notes into Excalidraw drawings, making it easy to add a visual “other side” without rebuilding notes from scratch.
- 3
Frontmatter “excalidraw open MD true” controls whether Excalidraw files open in Markdown by default.
- 4
A “%%” marker above text elements hides Excalidraw markup on published pages by stripping the markers on save.
- 5
The file format now includes an “element links” section, improving manual readability but breaking full backward compatibility with earlier plugin versions.
- 6
Markdown embeds can now reference back-side sections of a drawing, enabling card-like layouts where front and back content both surface in Markdown view.
- 7
New capabilities include image annotation in Excalidraw, named frame references, and multiple templates via a templates folder setting.