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

MarkdownVault

dhennessydhennessy19 downloads

Publish your notes directly to an app on your user's phones. Requires a free account at https://markdownvault.com.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

This is a plugin for Obsidian (https://obsidian.md) to allow you easily publish your vault to Markdown Vault (https://markdownvault.com), which in turn makes your notes available on a dedicated iOS app (also called Markdown Vault). Your published vault has a special 'sharing link' which you can share with your users so that they can easily download and view your content.

To use the plugin, you'll need to create a free account at https://markdownvault.com. There are also some optional features such as password protection that requires a paid subscription.

Additional documentation at https://docs.markdownvault.com/obsidian

Installation

Manual Installation

  • Download latest release
  • Extract to .obsidian/plugins/MarkdownVaultObsidianPlugin/
  • Restart Obsidian and enable

Configuration

The plugin needs 2 pieces of information, which you can obtain from your (free) account on https://markdownvault.com.

  • Vault UUID (identifies which vault you're publishing to)
  • API Key (secret key to authenticate you when publishing)

Usage

To publish your vault, either click the iPhone icon in your sidebar, or use the MarkdownVault: Publish command.


Developer guidelines

Quick starting guide for plugin devs:

  • Clone this repo to a local development folder. For convenience, you can place this folder in your .obsidian/plugins/MarkdownVaultObsidianPlugin folder.
  • Install NodeJS, then run npm i in the command line under your repo folder.
  • Run npm run dev to compile your plugin from main.ts to main.js.
  • Make changes to main.ts (or create new .ts files). Those changes should be automatically compiled into main.js.
  • Reload Obsidian to load the new version of your plugin.
  • Enable plugin in settings window.
  • For updates to the Obsidian API run npm update in the command line under your repo folder.

Releasing new releases

  • Update your manifest.json with your new version number, such as 1.0.1, and the minimum Obsidian version required for your latest release.
  • Update your versions.json file with "new-plugin-version": "minimum-obsidian-version" so older versions of Obsidian can download an older version of your plugin that's compatible.
  • Create new GitHub release using your new version number as the "Tag version". Use the exact version number, don't include a prefix v. See here for an example: https://github.com/obsidianmd/MarkdownVaultObsidianPlugin/releases
  • Upload the files manifest.json, main.js, styles.css as binary attachments. Note: The manifest.json file must be in two places, first the root path of your repository and also in the release.
  • Publish the release.

You can simplify the version bump process by running npm version patch, npm version minor or npm version major after updating minAppVersion manually in manifest.json. The command will bump version in manifest.json and package.json, and add the entry for the new version to versions.json

Adding your plugin to the community plugin list

  • Check the plugin guidelines.
  • Publish an initial version.
  • Make sure you have a README.md file in the root of your repo.
  • Make a pull request at https://github.com/obsidianmd/obsidian-releases to add your plugin.

How to use

  • Clone this repo.
  • Make sure your NodeJS is at least v16 (node --version).
  • npm i or yarn to install dependencies.
  • npm run dev to start compilation in watch mode.

Manually installing the plugin

  • Copy over main.js, styles.css, manifest.json to your vault VaultFolder/.obsidian/plugins/markdownvault/.

Improve code quality with eslint

  • ESLint is a tool that analyzes your code to quickly find problems. You can run ESLint against your plugin to find common bugs and ways to improve your code.
  • This project already has eslint preconfigured, you can invoke a check by runningnpm run lint
  • Together with a custom eslint plugin for Obsidan specific code guidelines.
  • A GitHub action is preconfigured to automatically lint every commit on all branches.

Additional links

Main Website: https://markdownvault.com Documentation: https://docs/markdownvault.com Privacy Policy: https://markdownvault.com/privacy/

88%
HealthExcellent
ReviewSatisfactory
About
Publish your Obsidian vault to Markdown Vault and generate a shareable link so others can download and view your notes in the Markdown Vault iOS app. Add optional password protection for restricted access.
PublishingIntegrations
Details
Current version
1.0.5
Last updated
2 weeks ago
Created
2 months ago
Updates
6 releases
Downloads
19
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Sponsor
Support
Author
dhennessydhennessy
markdownvault.com
GitHubdhennessy
  1. Community
  2. Plugins
  3. Publishing
  4. MarkdownVault

Related plugins

GitHub

Share as Gist

Share a note as a GitHub.com Gist.

Quartz Syncer

Manage and publish your notes to Quartz, the fast, batteries-included static-site generator.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

BRAT

Easily install a beta version of a plugin for testing.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Readwise Official

Sync highlights from Readwise to your vault.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

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.