Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Inscriptum

inscriptum131 downloads

Local-first rich text editor.

Add to Obsidian
Inscriptum screenshot
Inscriptum screenshot
  • Overview
  • Scorecard
  • Updates15

A comfortable WYSIWYG editor for creating structured documents.

Inscriptum lets you create and edit rich documents without having to write Markdown.

Write structured documents with headings, lists, todo items, tables, images, links, code blocks, and more — using a familiar visual editor.

Your documents stay local and under your control. No cloud storage, no account, and no lock-in.

Rich text editing example

The Obsidian plugin brings Inscriptum to your Obsidian vault, allowing you to use the editor alongside your existing notes and workflow.

Features

  • WYSIWYG rich text editing
  • Headings and structured documents
  • Todo lists and regular lists
  • Blockquotes
  • Tables with cell selection and styling
  • Images
  • Links and automatic URL/email linking
  • Code blocks with syntax highlighting
  • Switchable syntax highlighting themes
  • Bubble menu for quick formatting

Local-first

Inscriptum keeps your documents in your Obsidian vault.

There is no cloud service, no account, and no external storage required. Your documents and data remain on your device and under your control.

Installation

Via Community Plugins (recommended)

  1. Open Settings → Community plugins in Obsidian.
  2. Disable Restricted mode if it is on.
  3. Click Browse and search for Inscriptum.
  4. Install and enable it.

Alternatively, open the plugin page directly: Inscriptum on Obsidian Plugins.

Via BRAT

If you want to try the latest development versions before they are released, install Inscriptum using BRAT.

  1. Install BRAT in Obsidian.

  2. Open BRAT → Add Beta Plugin.

  3. Add:

    inscriptum/obsidian-plugin

  4. Install and enable Inscriptum.

Manually

  1. Download main.js, manifest.json, and styles.css from the latest release.

  2. Create the plugin directory:

    .obsidian/plugins/inscriptum/

  3. Copy the downloaded files into it.

  4. Reload Obsidian.

  5. Enable Inscriptum under Settings → Community plugins.

Development

Clone the repository and install dependencies:

git clone https://github.com/inscriptum/obsidian-plugin.git
cd obsidian-plugin
npm ci

Start the development build:

npm run dev

The development build runs in watch mode and automatically deploys the plugin to:

.obsidian/plugins/inscriptum/

Create a production build:

npm run build

Run tests:

npm test

Release

Releases are built automatically by GitHub Actions.

Create a new version and push the tag:

npm version patch
git push --follow-tags

The workflow builds the plugin, takes the release notes for the new version from CHANGELOG.md, and publishes the release automatically.

Before pushing the tag, add a ## [x.y.z] section to CHANGELOG.md describing the changes — the release will be created only if that section exists.

License

MIT © 2026 sumbad

HealthExcellent
ReviewCaution
About
Edit structured rich-text documents in a familiar WYSIWYG editor with headings, lists, todos, tables, images, links, and code blocks with syntax highlighting and a bubble menu for quick formatting. Keep files local in your Obsidian vault with no cloud storage or account required.
EditingFormattingTasks
Details
Current version
0.5.0
Last updated
3 hours ago
Created
4 weeks ago
Updates
15 releases
Downloads
131
Compatible with
Obsidian 1.6.6+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
inscriptuminscriptum
  1. Community
  2. Plugins
  3. Editing
  4. Inscriptum

Related plugins

Sort and Permute lines

Sort and Permute lines in whole file or selection.

List Callouts

Create simple callouts in lists.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Tasks

Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering. Maintained by Clare Macrae and Ilyas Landikov, created by Martin Schenck.

Thino

Quickly capture memos and display them in the sidebar with a heatmap. (Closed source)

Day Planner

Turn tasks from daily notes, the Tasks plugin, and calendars into time blocks on an editable timeline, with built-in time tracker.

Admonition

Admonition block-styled content.