Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>OrgDownNew to Visual Studio Code? Get it now.
OrgDown

OrgDown

Idears

|
64 installs
| (1) | Free
OrgMode is the only reason I still keep Emacs on my device; that's why this extension was created.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Orgdown for VS Code

Orgdown Logo

OrgMode is the only reason I still keep Emacs on my device; that's why this extension was created.

Orgdown Screen Shot

Getting Started

This extension focuses on providing comprehensive syntax support and essential operational features for Org Mode. If you want to achieve the color scheme shown in the screenshots, we recommend installing the vscode-spacemacs-theme theme extension together with this one.

If you prefer the fancy coloring from the screenshots but don't want to switch your theme to Spacemacs globally, we provide a ready-to-use example settings file at examples/settings-orgdown.json. You can copy its contents into your user or workspace settings.json under "editor.tokenColorCustomizations" → "textMateRules". You can also modify the color values to better match your preferences just like what I did in this project ./.vscode/settings.json.

About The Project

Welcome to Orgdown! This is a Visual Studio Code extension dedicated to bringing the legendary organizational power of Emacs' Org Mode to the modern, accessible environment of VS Code. Our mission is to faithfully implement 80% or more of the core Org Mode feature set, such as robust syntax highlighting, code block execution, task management and so on.

This project is built with a professional-grade, test-driven architecture to ensure stability and maintainability.

Learn more at our project websites:

orgdown.org.

Features & Roadmap

We are systematically implementing the full Org Mode feature set. The implementation roadmap is organized into three main phases:

  • 🔵 Phase 1 — Readability (In progress)

    • Goal: make Org files comfortable and natural to read in VS Code for users who do not use Emacs.
    • Focus: robust syntax highlighting, reliable outline folding and navigation, and real-time preview of common constructs. Provide theme-friendly token colors and sensible defaults so shared Org files are readable without additional Emacs configuration.
  • Phase 2 — Writing & Export

    • Goal: improve the authoring and publishing experience for people writing with Org Mode in VS Code.
    • Focus: editing ergonomics (snippets, templates, inline helpers), live export previews, and smooth integration with export backends (HTML/Markdown/PDF) to make producing publishable output straightforward.
  • Phase 3 — Advanced Features

    • Goal: implement higher-level Org Mode capabilities to support workflows and automation.
    • Focus: Babel code block execution, project/task management (TODO workflows and agenda-like features), richer inspections and integrations with external tools and languages.

We prioritize quality, test coverage, and backward compatibility across all phases; see our contribution guide for details on how features are developed and reviewed.

How to Contribute

We welcome and encourage community contributions!

To get started, please read our comprehensive Contribution Guide. It contains everything you need to know about our architecture, testing philosophy, and step-by-step processes.

Our Architectural Philosophy

For those interested in the engineering principles behind the project, we follow a strict, documentation-driven design process:

  • The "Why": Our overall system design is detailed in our Architecture Document.
  • The "How": Our development process is detailed in the Contribution Guide.
  • Specific Decisions: Significant, specific design decisions are documented in our Architecture Decision Records (ADRs), located in docs/architecture_decisions/.

License

This project is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft