MDC File Support
unlistedby Franklin WTH
Browse, view and edit .mdc files just like regular Markdown files.
MDC File Support
An Obsidian plugin that enables browsing, viewing, and editing .mdc files just like regular Markdown files.
What are .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.
Features
- Native
.mdcsupport — Open and edit.mdcfiles directly in Obsidian with full Markdown rendering (reading view, editing view, and live preview). - File explorer integration —
.mdcfiles appear in the file explorer and can be browsed like any other note. - Create new
.mdcfiles — Quickly create new.mdcfiles with a default template via the command palette. - Convert between
.mdand.mdc— Easily convert files between.mdand.mdcformats using commands or right-click context menu.
Installation
From Community Plugins (Recommended)
- Open Settings → Community Plugins in Obsidian.
- Click Browse and search for MDC File Support.
- Click Install, then Enable.
Manual Installation
- Download
main.js,manifest.json, andstyles.cssfrom the latest release. - Create a folder named
mdc-readerin your vault's.obsidian/plugins/directory. - Copy the downloaded files into the
mdc-readerfolder. - Restart Obsidian and enable the plugin in Settings → Community Plugins.
Usage
Once the plugin is enabled, .mdc files in your vault are automatically recognized and rendered as Markdown.
Commands
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. |
Context Menu
Right-click any .md or .mdc file in the file explorer to see conversion options.
License
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.