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

ignoreMD

zhanpeng329-archzhanpeng329-arch14 downloads

Adds a hover formatting toolbar for Markdown headings, emphasis, lists, links, and code.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates3

ignoreMD adds a hover formatting toolbar for Markdown headings, emphasis, lists, links, and code.

Features

  • Shows a compact Md button while editing a Markdown file.
  • Opens a formatting panel when the pointer hovers over the button.
  • Applies common formats without requiring users to type Markdown syntax.
  • Supports headings, bold, italic, highlight, quote, unordered lists, ordered lists, task lists, inline code, code blocks, and links.
  • Runs locally without telemetry, network calls, or background tasks.

How to use

  1. Open a Markdown file in editing mode.
  2. Move the pointer over the Md button near the active line or selection.
  3. Select a format from the toolbar.

Install manually

  1. Download the release assets main.js, manifest.json, and styles.css.
  2. Create this folder in your vault: .obsidian/plugins/ignoremd/.
  3. Copy the release assets into that folder.
  4. Reload the app.
  5. Enable ignoreMD in Settings -> Community plugins.

Development

Install dependencies:

npm install

Run a development build in watch mode:

npm run dev

Run a production build:

npm run build

Run lint checks:

npm run lint

Release checklist

  1. Update manifest.json with the next SemVer version.
  2. Update versions.json if the minimum supported app version changes.
  3. Run npm run build.
  4. Create a GitHub release whose tag exactly matches the version in manifest.json.
  5. Attach manifest.json, main.js, and styles.css as individual release assets.

Community plugin entry

Use this entry when submitting to the community plugin list:

{
    "id": "ignoremd",
    "name": "ignoreMD",
    "author": "zhanpeng329-arch",
    "description": "Adds a hover formatting toolbar for Markdown headings, emphasis, lists, links, and code.",
    "repo": "zhanpeng329-arch/obsidian-CodeIndentation"
}

License

This project is licensed under the terms in LICENSE.

98%
HealthExcellent
ReviewPassed
About
Add a compact Md hover button that opens a formatting panel for headings, bold, italic, highlight, quotes, unordered/ordered/task lists, inline code, code blocks, and links. Apply common Markdown formats without typing syntax and keep everything local with no telemetry, network calls, or background tasks.
FormattingMarkdown
Details
Current version
1.0.2
Last updated
4 days ago
Created
2 weeks ago
Updates
3 releases
Downloads
14
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Author
zhanpeng329-archzhanpeng329-arch
GitHubzhanpeng329-arch
  1. Community
  2. Plugins
  3. Formatting
  4. ignoreMD

Related plugins

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

Blur

Create obfuscated blocks of text.

Columns

Create columns in Markdown.

Image Captions

Add captions to images with inline Markdown and link support. The caption format is compatible with the Commonmark spec and other Markdown applications.

Markdownlint

Use markdownlint to make the contents of your files more consistent.

Importer

Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, and HTML files.

Outliner

Work with your lists like in Workflowy or Roam Research.

Various Complements

Complete words similar to auto-completion in an IDE.

Easy Typing

Auto format when typing.

Fantasy Statblocks

Create, manage and view a Fantasy Bestiary with Dungeons and Dragons style statblocks.