this post was submitted on 14 Oct 2023
13 points (100.0% liked)

Technology

1160 readers
48 users here now

A tech news sub for communists

founded 3 years ago
MODERATORS
 

Is there a style guide or convention for documents that exist as pure .txt files? I’m looking for the accepted convention to specify titles & headings, lists & dot points, and so on, but without the bold & italics formatting available in conventional word processors.

you are viewing a single comment's thread
view the rest of the comments
[–] spauldo@lemmy.ml 5 points 2 years ago* (last edited 2 years ago) (1 children)

Emacs has org-mode. It's similar to markdown, with a ton of extra functionality and the ability to export very nice documents in other formats like LaTeX, HTML, and OpenDocument. When read as plain text it's clear and easy to read.

It'll also act as a personal planner, a TODO list wrangler, format tables with spreadsheet capabilities, and a whole lot more. It's basically Emacs' killer app.

[–] RotaryKeyboard@lemmy.ninja 1 points 2 years ago

This is a great resource! Thanks!