Excalidraw
by Zsolt Viczian
favorite
share
4388
3,104,821
Description

The Obsidian Excalidraw Plugin is a powerful tool for sketching and note-taking. It offers a range of features, including custom fonts, pens, and OCR support. Users can import SVG files, convert them into drawings, and edit properties with ease. The plugin also includes a script engine for executing macros and assigning shortcuts. Additionally, it supports QuickAdd, Templater, and Dataview plugins. The ExcalidrawAutomate feature allows users to automate repetitive tasks, such as auto-toggling pens or hardware eraser buttons. With its multilingual support and full drawing file history synchronization, the Obsidian Excalidraw Plugin is a valuable addition to any Obsidian user's toolkit.

Latest Version
20 hours ago
Changelog

this is a debugging release

function minifyCode(code) {
  const minified = minify(code, {
    compress: {
      arrows: false,
      keep_fargs: true,
      keep_fnames: true,
      keep_infinity: true,
      reduce_vars: false,
      toplevel: false,
      typeofs: false,
      pure_getters: false,
      unsafe: false
    },
    mangle: {
      keep_fnames: true,
      reserved: [
        // Array methods
        'reduce', 'map', 'filter', 'forEach', 'some', 'every',
        'find', 'findIndex', 'includes', 'indexOf', 'slice',
        'splice', 'concat', 'join', 'push', 'pop', 'shift',
        'unshift',

        // Core objects
        'Array', 'Object', 'String', 'Number', 'Boolean',
        'Function', 'Promise', 'Symbol', 'Set', 'Map',

        // React
        'React', 'ReactDOM'
      ]
    },
    output: {
      comments: false,
      beautify: false,
      webkit: true
    }
  });

  if (minified.error) {
    throw new Error(minified.error);
  }
  return minified.code;
}
README file from
Similar Plugins
info
• Similar plugins are suggested based on the common tags between the plugins.
Daily Notes Viewer
3 years ago by Johnson0907
Help you to view some recent daily notes on one page.
Obsidian Math+
3 years ago by Oscar Capraro
This is an Obsidian plugin for taking math notes using Excalidraw.
Edit Gemini
2 years ago by Basil_Mori
Allows the user to edit and create .gmi files.
Reading View Enhancer
2 years ago by Galacsh
Enhances reading view. Use arrow keys to fold/unfold elements.
Edit History
a year ago by Antonio Tejada
Keeps an automatic edit history of your notes, review the history, diff against or restore previous edits.
Excalidraw CN
a year ago by Korbin Zhao
Excalidraw supporting Chinese hand write font by default.
Edit MDX
a year ago by Tim Peters
Allows the user to edit and create .mdx files.
Tag Buddy
a year ago by David Fasullo
Add, edit, and remove tags in reading mode. Copy, move, or edit tagged blocks in reading and edit mode.
Tldraw
a year ago by Sam Alhaqab
Integrates Tldraw into Obsidian, allowing users to draw and edit content on a virtual whiteboard.
Orgmode (CM6)
10 months ago by Benoit Bazard
Edit Orgmode files.
Arrows
10 months ago by artisticat
Draw arrows across different parts of your notes, similar to on paper.
CardNote
10 months ago by cycsd
Quickly extract your thoughts in the Canvas and Excalidraw.
Tiff Viewer
10 months ago by Jan Ullmann
View .tif(f) files by generating duplicates in form of .tif(f).png
View Count
10 months ago by Trey Wallis
Tracks view count for each vault file.
Cards View
9 months ago by Maud Royer
Displays a card view of your notes.
Enhanced Copy
8 months ago by Mara-Li
Copy your selection and add it some edit to paste in other markdown software. Allows to keep markdown in reading view, removing wikilinks in editing, copy from locked canvas, and more!
Ink
8 months ago by Dale de Silva
Hand write or draw with a stylus directly between paragraphs in your notes.
Markwhen
7 months ago by Markwhen
View and edit markwhen documents.
simple-sketch
3 months ago by Yoh
Create minimalist sketches in a dedicated view, draw with a pencil, generate shapes, add text, save it to the vault or download it as an image.
Edit mode switch
3 months ago by Mara-Li
Add a button in the file header, in edit mode, to switch between source and live-preview.
CSV Editor
3 months ago by death_au
Edit CSV files.
Map View
3 months ago by esm
An interactive map view for your notes.
Image Toolkit
3 months ago by sissilab
When you click an image, it will be displayed in a popup layer and you can view, drag, zoom, rotate the image.
Card View Mode
3 months ago by PADAone
Enable to view your notes as cards.