Obsidian Plugin banner
tldraw tldraw

Obsidian Plugin

Development community

Description

A plugin to integrate tldraw into Obsidian.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Tldraw in Obsidian Plugin

https://github.com/holxsam/holxsam/assets/41220650/1786cc75-3a15-431f-b13a-e8f51cfde952

This Obsidian plugin allows users to use [Tldraw](https://tldraw.com), which is a tiny little drawing app, inside of Obsidian. Users can draw, plan, and use all of Tldraw's tools to augment their Obsidian experience. The data for each drawing is stored as a regular markdown file similar to the Excalidraw plugin meaning users will always have access to their data in plain markdown. Users have the option to switch between the Tldraw view or the markdown view in case they wish to include backlinks, tags, or any other elements to facilitate linking their drawings with their existing knowledge base.

TIP: You can toggle between the view modes, using the command palette, keyboard shortcuts, status bar toggle at the bottom right, file menu, and context menu. See the plugin settings tab for customization options as well.

Plugin Usage Guides

Development Goals

The main goals of this plugin and repo is to keep up to date with the Tldraw's latest version and to add these features:

  • Preview the drawing when a tldraw file is referenced in markdown.
  • Add markdown notes into tldraw.
  • Export and import tools.

Structure

  • src/ - Source code for the Obsidian plugin
  • dist/ - Compiled output (generated during build)
    • development/ - Development build
    • production/ - Production build
  • release/ - Files that are needed for the plugin release
    • manifest.json
    • versions.json
  • test/ - End-to-end tests (WebdriverIO) and fixture vaults

`manifest.json` and `versions.json` are updated by `npm run make-release-files` and should be committed if there are any changes.

Installation

Community Plugins (Recommended)

Tldraw in Obsidian is now available on