From e75d9e371269a4e46bffa6b3dd1fc7d040e82750 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 30 Sep 2025 13:34:10 +0200 Subject: add mdedit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 469ca2c..cba0e8d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,15 @@ $ make && make install # List of applets +## `mdedit` + +This provides a very simple in-browser Markdown editor with a preview pane. +Run as `mdedit path/to/document.md localhost:8080` and then navigate to + to start editing. Changes will automatically be saved +to the server (and thus to the source file) after one second of no typing. +It is recommended to not listen on anything besides `localhost`; there is no +authentication or anything. + ## `prettyprompt` This renders my shell prompt. Among other things, it identifies the current -- cgit v1.3.1