JotBirdJotBird
Open app
VS Code Extension

Publish Markdown from Visual Studio Code.

The JotBird extension for VS Code lets you publish any Markdown file to a shareable web page with one command. No account required. Just install and publish.

getting-started.md — my-project — Visual Studio CodeEXPLORERMY-PROJECTdocsMgetting-started.mdMchangelog.mdMcontributing.mdsrcMREADME.mdpackage.jsontsconfig.jsongetting-started.md1# Getting Started23Welcome to the project. This guide covers4everything you need to get up and running.56## Prerequisites78-Node.js 18 or later9-npm or yarn10-A terminal1112## Installation1314```bash15npm install16npm run dev17```1819mainMarkdownJotBird: Published

How it works

From install to published link in under a minute.

Step 1

Install

Install JotBird from the VS Code Marketplace or search “JotBird” in the Extensions panel.
Step 2

Publish

Open any Markdown file and run Cmd+Shift+P JotBird: Publish.
Step 3

Share

The link is copied to your clipboard automatically. Pages last 30 days without an account, 90 days with a free account, or forever with Pro.

Built for VS Code

Everything you need to go from Markdown file to web page without leaving your editor.

One-click publishing

Publish from the command palette, context menu, or explorer sidebar. Republish to update — same URL, fresh content.

Auto-copy to clipboard

The published URL is automatically copied to your clipboard after publishing. Ready to paste anywhere.

Status bar indicator

See the publish state of the current file at a glance in the VS Code status bar.

Context menu integration

Right-click any Markdown file in the editor or explorer to publish, copy link, or unpublish.

How it looks

Every published page gets a responsive URL — no ads, no tracking, no clutter, just your content. Markdown is rendered with proper typography, code blocks, headings, and lists. Here's an example.

Example of a published JotBird page showing rendered Markdown with headings, lists, and code blocks

Ready to publish from VS Code?

Install the free JotBird extension to start publishing Markdown files from your editor.

Guide

Getting Started

Everything you need to know about the JotBird VS Code extension.

Setup

Installation

Install from the VS Code Marketplace or search for “JotBird” in the Extensions panel.

  1. Open VS Code
  2. Go to Extensions (Cmd+Shift+X)
  3. Search “JotBird”
  4. Click Install

The extension activates automatically when you open a Markdown file.

Usage

Publishing

There are three ways to publish a file:

  • Command paletteCmd+Shift+P → “JotBird: Publish”
  • Editor context menu — Right-click in the editor → “JotBird: Publish”
  • Explorer context menu — Right-click a file in the sidebar → “JotBird: Publish”

Republishing the same file updates the existing page — same URL, fresh content. The published URL is automatically copied to your clipboard.

Reference

Commands

CommandDescription
JotBird: PublishPublish or update the current Markdown file
JotBird: Copy LinkCopy the published URL to the clipboard
JotBird: UnpublishRemove the published page
JotBird: Sign InSign in via browser (opens jotbird.com)
JotBird: Sign OutSign out of your account
JotBird: Upgrade to ProOpen the Pro upgrade page

Setup

Authentication

Connect your JotBird account to get 90-day links.

  1. Open the command palette (Cmd+Shift+P)
  2. Run JotBird: Sign In
  3. Your browser opens jotbird.com — sign in or create an account
  4. The token is sent back to VS Code automatically

You can also paste an API key manually from your account page.

Configuration

Settings

SettingDefaultDescription
jotbird.autoCopyLinktrueAutomatically copy the URL to the clipboard after publishing
jotbird.showStatusBarItemtrueShow the JotBird status bar item

Access settings via Settings → search “JotBird”, or add them directly to your settings.json:

{
  "jotbird.autoCopyLink": true,
  "jotbird.showStatusBarItem": true
}

Upgrade

Pro Features

Upgrade to JotBird Pro for permanent links that never expire.

You can upgrade from the command palette (JotBird: Upgrade to Pro) or from jotbird.com/pro.

The JotBird VS Code extension is open source. View on GitHub