Fastest way to publish markdown from Neovim

.md
---
title: "My Note"
// 👇 just add this to publish
mdpubs:  
---

This markdown file will be instantly available at:
https://mdpubs.com/[id]

Get Your Free API Key

Free tier: 5 publishable markdown files, unlimited views.

For unlimited markdown files, it's $10 per month.

Documentation and Plugin Install Guide

Built for Neovim Users

Install Plugin in Neovim

Github Repo

  {
    "lsshawn/mdpubs.nvim",
    config = function()
      require("mdpubs").setup({
        api_key = "your_key",
      })
    end,
  }

Add to Frontmatter

Add mdpubs: to the frontmatter of your markdown.

---
title: "My Note"
mdpubs:  
---

Instant Publishing

Your content is live immediately at https://mdpubs.com/[note_id].

© 2025 MdPubs, built by Shawn.