#excalidraw8 plugins

Obsidian plugins tagged with #excalidraw. There are 8 plugins in this collection.

  1. Rank 1
    a month ago by Murat

    The Obsidian Mobile PDF Exporter plugin exports notes from mobile and desktop into PDF, DOCX, PPTX, PNG and self contained HTML while keeping native text, embedded images, links and much of the rendered layout. It opens an export panel before each run with controls for page size, orientation, margins, content scale, headers, footers, color mode, export mode, output location and whether to open the result after saving. The plugin works from the active reading or editing surface, preserves Markdown styling, tasks, tables, quotes, callouts, code blocks, math, embeds and NoteDraw content, and writes a selectable PDF text layer with matching visuals. Direct .excalidraw.md files can be exported as image PDFs, and full CJK text export depends on a local font file when the embedded subset is not enough.

  2. Rank 2
    Plugin50
    22 days ago by Aditya Kumar

    The Excalink plugin suggests and links named frames and groups inside Excalidraw drawings while you type `[[filename#` in the editor. It detects that pattern, opens a fuzzy search picker for every frame and group in the selected drawing, then completes the link using Excalidraw's block reference formats for frames and groups so embeds and navigation work correctly. Unnamed groups still appear in the picker because the plugin uses a text element inside the group as the label, or falls back to a generic Group name when none is found. Its settings let you enable or disable suggestions, choose whether frames or groups appear, sort recent items first, limit the number of suggestions, show file context and rescan the vault when drawings change.

  3. Rank 3
    a month ago by ahmeddawoud3
    Data Visualization#excalidraw#math#graphing

    The Excalidraw Math Plotter plugin adds function graph plotting inside Excalidraw drawings. It lets you enter expressions that use x, preview the curve while adjusting optimization and insert the result with configurable stroke colour, width and graph styling. You can control tick marks, grid lines, arrows and numeric labels, and use quick presets for common functions such as sine, cosine and parabolas. The parser is based on mathjs, so it supports basic, trigonometric, logarithmic and combined expressions. It also handles discontinuities such as tan(x) and 1/x, and uses the Ramer Douglas Peucker algorithm to reduce points efficiently. The command runs from an open Excalidraw drawing and requires the Excalidraw plugin to be installed and enabled.

  4. Rank 4
    a month ago by David Hurt
    Creative & Writing Tools#excalidraw#drawing#local-first

    The Just Simple Excalidraw plugin provides a focused Excalidraw editor that reads and writes portable `.excalidraw` JSON files directly in the vault. It creates drawings from the command palette or ribbon, uses the official editor and saves changes automatically after a short pause. Pasted or selected images are embedded into each drawing so the file remains self contained. Autosave stops when the file changes outside the open editor, while malformed drawings are reported without altering the original. The plugin follows the active light or dark theme and makes no runtime network requests. It keeps one editor open per drawing to prevent competing saves, focuses an existing tab when the same file is reopened and closes temporary duplicate panes created by Obsidian's split commands.

  5. Rank 5
    3 months ago by zsviczian
    Coding & Technical Tools#excalidraw#mermaid#latex

    The Excalidraw Extras plugin is a companion package for the main Excalidraw plugin rather than a standalone tool. It pulls heavy dependencies and higher privilege operations out of the core package, including MathJax to SVG rendering, Mermaid conversion, PDF printing and APIs that need file system, network or Electron IPC access. That split keeps the main drawing plugin smaller and within stricter community security limits, while still letting advanced features load when they are actually needed.

  6. Rank 6

    Math+

    Plugin41
    4 months ago by ocapraro
    Note Enhancements#math#latex#excalidraw

    The Obsidian Math+ plugin speeds up math note taking by inserting dedicated math blocks that accept LaTeX or more natural equation input, then render it directly in the note. In live preview, each block can switch into a drawing layer backed by Excalidraw, so handwritten marks and freeform annotations can sit on top of the rendered equation and be saved as SVG. Settings cover where drawing data is stored, custom shortcuts that translate typed operators into LaTeX patterns, default drawing colors, block size, live preview behaviour, metadata and the visible Excalidraw tools. The result is a tighter workflow for writing equations, sketching on top of them and keeping both the source and annotations together in the same note.

  7. Rank 7
    3 years ago by Korbin Zhao

    The Excalidraw CN plugin is an Obsidian tool that integrates the Excalidraw whiteboard with a default Chinese handwriting font. It allows users to create and annotate diagrams directly within Obsidian, with features like support for double links, Chinese handwriting, and advanced Excalidraw functionality. Users can easily link Obsidian notes and files within the Excalidraw canvas and use multiple canvas support. The plugin is designed for efficient visual note-taking and includes support for future enhancements such as custom fonts, mind maps, and cloud storage.

  8. Rank 8
    20 days ago by Michael Naumov

    The Advanced Rename and Delete Handler plugin takes over rename and delete handling across a vault so links, attachment files and attachment folders stay in sync when notes move or change names. It updates link display text when that text still matches the old file name, leaves custom link text alone and can remove attachments or empty folders left behind after deletion when you enable those options. Shared attachments are never deleted with one note and can be reassigned to another note, with a prompt when priorities do not settle the owner. You can treat endings like `.excalidraw.md` as attachments instead of notes, limit handling with include and exclude paths and migrate or read settings through a versioned cross plugin API.