flux.vision/web/content/blog/md2txt.md

13 lines
948 B
Markdown
Raw Normal View History

2025-12-20 22:28:48 +02:00
Title: md2txt
Date: 2025-10-20 23:00
2025-12-22 00:21:22 +02:00
Category: software
2025-12-20 22:28:48 +02:00
Slug: md2txt
Summary: Driven by my interest in retro, text-based systems, I built md2txt, a standalone CLI that converts Markdown into Micron and other niche formats such as Ancient Machine Book and Geminis gemtext.
As you might have guessed already I am a fan of retro technology and text based operating systems.
Expanding on my previous work on a converter from Markdown to Micron, the markup used by [NomadNet]({filename}../blog/reticulum.md), I created a standalone CLI called [md2txt](https://codeberg.org/randogoth/md2txt) that can also convert Markdown into other arcane text formats, like [Ancient Machine Book](https://web.archive.org/web/20231031005104/http://amb.osdn.io/) markup for DOS and also for the [Gemini Protocol](https://geminiprotocol.net/)'s *gemtext* format.
## Repository
2025-12-22 00:21:22 +02:00
* <i class="nf nf-linux-codeberg"></i> [md2txt](https://codeberg.org/randogoth/md2txt)