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

Nux Exporter

Jason Quesada GomezJason Quesada Gomez89 downloads

Consolidate a vault or folder into structured Markdown optimized for AI.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

Nux Exporter is an open-source Obsidian plugin that consolidates a complete vault or a selected folder into one structured Markdown document optimized for navigation and use with AI tools.

Features

  • Export the complete vault from the command palette.
  • Export a folder and all its subfolders from the file explorer context menu.
  • Generate a hierarchical table of contents with native Obsidian wikilinks.
  • Preserve source paths and add navigation back to the index.
  • Remove YAML frontmatter from source notes.
  • Convert wikilinks to readable text.
  • Convert embeds such as ![[image.png]] to [Imagen: image.png].
  • Extract readable text from Excalidraw notes without including compressed drawing data.
  • Calculate document, word, and character totals.
  • Exclude generated exports and ignored folders.

Ignored folders

The following folders are excluded by default:

  • The active Obsidian configuration directory (Vault.configDir).
  • .git
  • .trash
  • node_modules
  • ANEXOS

Usage

Export a folder

  1. In Obsidian's file explorer, right-click or long-press a folder.
  2. Select Export folder as consolidated documentation.
  3. Nux Exporter creates <Folder name>_AI.md inside the selected folder.

Only Markdown files inside the selected folder and its subfolders are included.

Export the complete vault

  1. Open the command palette.
  2. Run Export consolidated documentation.
  3. Nux Exporter creates <Vault name>_AI.md in the vault root.

Running an export again replaces the previously generated file at the same path.

Generated document

Each export contains:

  • Export scope and generation statistics.
  • A hierarchical, navigable index.
  • Context and interpretation rules for AI tools.
  • One section per source document.
  • A unique document ID, original path, and source folder.
  • Normalized Markdown content.

Installation

Community plugins

Nux Exporter is now available in the Obsidian community plugin directory.

Manual installation

  1. Download main.js, manifest.json, and styles.css from the latest GitHub release.
  2. Create <Vault>/.obsidian/plugins/nux-exporter/.
  3. Copy the downloaded files into that directory.
  4. Reload Obsidian.
  5. Enable Nux Exporter under Settings → Community plugins.

Privacy

Nux Exporter:

  • Does not collect analytics or telemetry.
  • Does not make network requests.
  • Does not require an account.
  • Does not access files outside the active Obsidian vault.
  • Processes and writes all content locally.

Compatibility

  • Minimum Obsidian version: 1.5.0.
  • Desktop and mobile are declared as supported.

Development

Requirements:

  • Node.js 18 or later.
  • npm 9 or later.

Install dependencies:

npm install

Start a development build:

npm run dev

Check TypeScript and create a production build:

npm run check
npm run build

The production bundle is generated as main.js in the repository root.

Contributing

See CONTRIBUTING.md for development and contribution guidelines.

Security

See SECURITY.md for vulnerability reporting instructions.

License

Nux Exporter is distributed under the MIT License.

HealthExcellent
ReviewPassed
About
Export a vault or selected folder into a single, structured Markdown document optimized for navigation and AI tools. Generate a hierarchical table of contents with wikilinks, convert embeds and Excalidraw to readable text, strip YAML frontmatter, and add source paths with navigation back to the index.
ExportAINavigation
Details
Current version
0.1.1
Last updated
Last month
Created
Last month
Updates
2 releases
Downloads
89
Compatible with
Obsidian 1.5.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Jason Quesada GomezJason Quesada Gomezjasonqg26
GitHubjasonqg26
  1. Community
  2. Plugins
  3. Export
  4. Nux Exporter

Related plugins

Semantic Notes Vault MCP

Give Claude Desktop and other AI assistants semantic access to your notes through a built-in Model Context Protocol (MCP) server.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Quick Switcher++

Enhanced Quick Switcher, search open panels, and symbols.

ChatGPT MD

A seamless integration of ChatGPT, OpenRouter.ai and local LLMs via Ollama into your notes.

Copilot

Run AI agents such as Claude Code, Codex, and OpenCode inside your vault. Turn your second brain into a smart assistant that gets knowledge work done.