explaingit

mikinko/justanothermd_editor

Analysis updated 2026-05-18

0C++Audience · writerComplexity · 2/5Setup · easy

TLDR

A free, single-executable Windows app that instantly views and edits Markdown files offline, with Mermaid diagrams, KaTeX math, and GitHub style rendering.

Mindmap

mindmap
  root((JAMD Editor))
    What it does
      Views Markdown
      Renders Mermaid
      Renders KaTeX
      Offline only
    Tech stack
      C++
      Win32 API
      WebView2
      CMake
    Use cases
      Quick notes
      Documentation
      Total Commander viewer
      Presentations
    Audience
      Windows users
      Writers
      Note takers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Open and read Markdown files instantly without installing a full editor.

USE CASE 2

Write documentation with a live preview of tables, diagrams, and math formulas.

USE CASE 3

Use it as a lightweight Markdown viewer plugin inside Total Commander.

USE CASE 4

Export Markdown notes to HTML or PDF for sharing.

What is it built with?

C++Win32 APIWebView2CMakePrism

How does it compare?

mikinko/justanothermd_editorachanana/mavsdkalange/llama.cpp
Stars00
LanguageC++C++C++
Last pushed2024-05-20
MaintenanceDormant
Setup difficultyeasymoderatemoderate
Complexity2/54/54/5
Audiencewriterdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Building from source requires Visual Studio, CMake, and the WebView2 SDK, but running the compiled executable needs nothing installed.

The project currently has no license file, so usage terms have not been declared.

In plain English

JustAnotherMD Editor, also called JAMD Editor, is a small Windows application for viewing and editing Markdown files. It is built in C++ using the Win32 API together with WebView2, Microsoft's built in web rendering component, so the whole program ships as a single executable file around half a megabyte in size. There is no installer and no background service, it runs fully offline with no telemetry or cloud connection. The main idea is to open a Markdown file instantly and show it rendered the way GitHub would show it, including tables, task lists, footnotes, strikethrough text, and GitHub style alert boxes like notes, tips, and warnings. It can also render Mermaid diagrams and KaTeX math formulas without needing an internet connection, and it uses Prism for code syntax highlighting with several selectable color themes. JSON, YAML, and TOML files can be viewed as a collapsible tree. Pressing Ctrl+E switches from the read only view into a split editor with a formatting toolbar for bold, italic, headings, quotes, lists, links, images, tables, and code blocks. It supports find and replace, pasting images directly into a document, autosave with crash recovery, and detecting when a file changes outside the program. A quick open shortcut searches recent files and the current folder, and there is a presentation mode that turns the document into slides based on headings or divider lines. Documents can be exported to HTML or PDF. The project is aimed at Windows users who work with a lot of Markdown files and want something lightweight rather than a large Electron based editor. It can also be used as a viewer plugin inside Total Commander. Building it from source requires Windows 10 or 11, Visual Studio 2022, CMake, and the WebView2 SDK. The project currently has no license file, so anyone using it should be aware that usage terms have not yet been declared.

Copy-paste prompts

Prompt 1
Help me write a README.md that uses GitHub style alerts and a Mermaid diagram to explain my project.
Prompt 2
Show me how to write a KaTeX math formula I can preview in a Markdown editor.
Prompt 3
Write a Markdown table of keyboard shortcuts I can paste into my notes.
Prompt 4
Draft a presentation outline in Markdown that a slide mode based on headings could display.

Frequently asked questions

What is justanothermd_editor?

A free, single-executable Windows app that instantly views and edits Markdown files offline, with Mermaid diagrams, KaTeX math, and GitHub style rendering.

What language is justanothermd_editor written in?

Mainly C++. The stack also includes C++, Win32 API, WebView2.

What license does justanothermd_editor use?

The project currently has no license file, so usage terms have not been declared.

How hard is justanothermd_editor to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is justanothermd_editor for?

Mainly writer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.