wth46169467880 downloadsBrowse, view and edit .mdc files just like regular Markdown files.
An Obsidian plugin that enables browsing, viewing, and editing .mdc files just like regular Markdown files.
.mdc files?.mdc files are Markdown-based configuration files commonly used by AI coding tools like Cursor for defining project rules and conventions. They follow standard Markdown syntax with YAML frontmatter.
.mdc support — Open and edit .mdc files directly in Obsidian with full Markdown rendering (reading view, editing view, and live preview)..mdc files appear in the file explorer and can be browsed like any other note..mdc files — Quickly create new .mdc files with a default template via the command palette..md and .mdc — Easily convert files between .md and .mdc formats using commands or right-click context menu.main.js, manifest.json, and styles.css from the latest release.mdc-reader in your vault's .obsidian/plugins/ directory.mdc-reader folder.Once the plugin is enabled, .mdc files in your vault are automatically recognized and rendered as Markdown.
Open the command palette (Ctrl/Cmd + P) and search for:
| Command | Description |
|---|---|
| MDC File Support: Create new .mdc file | Create a new .mdc file with a default frontmatter template. |
| MDC File Support: Convert current .md file to .mdc | Rename the active .md file to .mdc. |
| MDC File Support: Convert current .mdc file to .md | Rename the active .mdc file to .md. |
Right-click any .md or .mdc file in the file explorer to see conversion options.