mirror of
https://github.com/bingryan/obsidian-markdown-export-plugin.git
synced 2026-07-22 07:10:24 +00:00
No description
Previously, embedded content was extracted from rendered HTML which converted code blocks (like mermaid) to their rendered form. This made it impossible to preserve the original code block syntax. Now reads raw markdown directly from source files, preserving all code blocks in their original format. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| src | ||
| .autorc | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| CHANGELOG.md | ||
| esbuild.config.mjs | ||
| export.gif | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian markdown export
This is a markdown export plugin for Obsidian (https://obsidian.md).
It allows you to export markdown to a package (including pictures) with one click.
Features
- Folders and single files are supported
- Include image attachments
- Option for use
GitHub Flavored Markdown Format - Embed content
- support output format:
html,md
[!IMPORTANT]
if you want set output outside of vault, set output use os absolute path, such as
Mac/Linux:
/Users/xxx/Documents/OutputWindows:C:\Users\xxx\Documents\OutputThe assets path should be relative to the markdown output's folder!
How to Install
From within Obsidian
you can activate this plugin within Obsidian by doing the following:
- Open Settings > Third-party plugin
- Make sure Safe mode is off
- Click Browse community plugins
- Search for "markdown export"
- Click Install
- Once installed, close the community plugins window and activate the newly installed plugin
