new content
This commit is contained in:
parent
8338b702b4
commit
dc22c58f0c
9 changed files with 138 additions and 0 deletions
13
web/content/blog/md2txt.md
Normal file
13
web/content/blog/md2txt.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Title: md2txt
|
||||
Date: 2025-10-20 23:00
|
||||
Category: code
|
||||
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 Gemini’s 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
|
||||
|
||||
* [md2txt](https://codeberg.org/randogoth/md2txt)
|
||||
Loading…
Add table
Add a link
Reference in a new issue