diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2025-09-30 13:34:10 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2025-09-30 13:37:25 +0200 |
| commit | e75d9e371269a4e46bffa6b3dd1fc7d040e82750 (patch) | |
| tree | c1f2a9aa8022a2710af5e5a577578855584540df /README.md | |
| parent | 0bb27576a37de4bf76dab35c73fa8790fcfa706a (diff) | |
| download | gofu-2025.1.tar.gz | |
add mdeditv2025.1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 +<http://localhost:8080/> 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 |
