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

joplin-plugin-joplin-md-mirror

v0.1.3

Published

Mirror your Joplin notes into a local Markdown directory for indexing, personal RAG workflows, archives, and other file-based tooling.

Downloads

1,327

Readme

Joplin Markdown Mirror

Mirror your Joplin notes into a local Markdown directory for indexing, personal RAG workflows, archives, and other file-based tooling.

Joplin Markdown Mirror screenshot

What it does

Joplin Markdown Mirror keeps a local Markdown mirror of your Joplin notes so the files can be consumed outside Joplin.

It is designed for workflows where your notes need to stay readable and usable as plain files, while still being easy to sync from inside Joplin.

Core workflow

1. Choose a local sync directory

Set Local sync directory in the Joplin Markdown Mirror settings section.

This directory becomes the destination for mirrored Markdown notes.

2. Run a sync command

The plugin provides two commands:

  • Joplin Markdown Mirror: Full Sync
  • Joplin Markdown Mirror: Incremental Sync

Full Sync rewrites the mirror and asks for confirmation first.

Incremental Sync only applies detected changes.

3. Let automatic sync keep the mirror fresh

Optional settings are available for:

  • Run incremental sync on startup
  • Run incremental sync after Joplin sync completes

These let the mirror update automatically without manual command runs every time.

4. Check sync status in settings

The plugin writes the latest sync result back into settings so you can quickly see:

  • Last sync mode
  • Last sync trigger
  • Last sync time
  • Last sync result

Settings

All plugin settings live under the Joplin Markdown Mirror section.

Available options

  • Local sync directory
  • Run incremental sync on startup
  • Run incremental sync after Joplin sync completes
  • Enable sync success toast
  • Last sync mode
  • Last sync trigger
  • Last sync time
  • Last sync result

Enable sync success toast is on by default and controls whether successful syncs show toast notifications.

Commands

The plugin registers these commands in Joplin:

  • Joplin Markdown Mirror: Full Sync
  • Joplin Markdown Mirror: Incremental Sync

Use these from the command palette or any Joplin UI surface that can invoke plugin commands.

Notes and caveats

  • The plugin mirrors notes as local Markdown files; it does not perform embeddings or retrieval itself.
  • Success toast behavior depends on Joplin's native notification system.
  • The mirror is intended to be consumed by downstream tooling such as personal RAG pipelines, local search, static processing, or archival workflows.

Installation

From Joplin plugin settings

Once the plugin is indexed by the official Joplin plugin directory, install it from Joplin's plugin manager.

From a .jpl file

You can also install the packaged plugin manually from a built release asset.

Local development

npm install
npm test
npm run dist

The packaged plugin is written to:

publish/com.sarsmini.joplin-md-mirror.jpl

Repository

  • Homepage: https://github.com/Sars666/joplin-md-mirror
  • Issues and source: https://github.com/Sars666/joplin-md-mirror

License

MIT