npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@xlsama/md

v0.1.10

Published

Edit local Markdown in your browser: one `md` command, live sync with AI-agent edits, auto-format on save. 浏览器里的本地 Markdown 编辑器。

Readme

writedown

English | 简体中文

Edit local Markdown in your browser. One md command opens a file or folder: a local daemon does the file I/O (no browser permission prompts), external changes from AI agents sync in live, and every save is auto-formatted.

writedown

Features

  • Instant open: md file.md or md dir auto-starts the daemon
  • WYSIWYG: hybrid rendering by Meowdown — syntax peeks out only at the cursor
  • Format on save: autocorrect for CJK spacing, oxfmt for layout; reflow never interrupts typing
  • Co-edit with AI agents: external changes sync in live
  • Link cards: a YouTube, X, or website URL on its own line renders as a player, tweet card, or site card — the markdown stays a plain URL
  • Paste keeps images: remote images in pasted markdown are downloaded next to the document and relinked locally, before the signed URLs expire
  • File tree with inline create/rename, fuzzy filename filter, outline, wikilinks, image paste, settings panel, light & dark themes
  • Start at login: md service install (launchd / systemd / Task Scheduler)

Install

Requires Bun ≥ 1.2 — install it first if you don't have it:

curl -fsSL https://bun.sh/install | bash       # macOS / Linux
powershell -c "irm bun.sh/install.ps1 | iex"   # Windows

Then:

bun add -g @xlsama/md        # or: pnpm add -g @xlsama/md
mise use -g npm:@xlsama/md   # or via mise

Upgrades (bun add -g @xlsama/md@latest) need no manual restart: the next md run restarts the daemon and open tabs reconnect automatically.

Usage

md notes.md          # open a file; its folder becomes the workspace
md ~/notes           # open a directory
md                   # reopen the last workspace
md config            # print the settings file path and contents
md service install   # start at login
md service uninstall
  • Default port 2233 (override with --port / MD_PORT), bound to 127.0.0.1 only
  • Settings live in ~/.config/md/settings.json, also editable in the in-app settings dialog

License

MIT