An open API service indexing awesome lists of open source software.

https://github.com/Chailotl/awesome-plaintext

A curated list of plaintext software and resources.
https://github.com/Chailotl/awesome-plaintext

List: awesome-plaintext

awesome awesome-list lists plaintext

Last synced: 4 months ago
JSON representation

A curated list of plaintext software and resources.

Awesome Lists containing this project

README

        

# Awesome Plaintext

A curated list of plaintext software and resources.

Storing your data in plain text files makes them readable, version-controllable, and future-proof.

## Contents

- [Accounting](#accounting)
- [Calendar](#calendar)
- [Desktop Wiki](#desktop-wiki)
- [General](#general)
- [Languages](#languages)
- [Music Sequencing](#music-sequencing)
- [Note Taking](#note-taking)
- [Project Management](#project-management)
- [Publishing](#publishing)
- [Recipe Management](#recipe-management)
- [Synchronization](#synchronization)
- [Task Management](#task-management)
- [Task Runner](#task-runner)

## Accounting

- [Plain Text Accounting](https://plaintextaccounting.org/)
- [Ledger](https://ledger-cli.org/)
- [hledger](https://hledger.org/)
- [Beancount](https://beancount.github.io/)
- [Transity](https://github.com/feramhq/transity)

## Calendar

- [Calendar.txt](https://terokarvinen.com/2021/calendar-txt/)
- [calcurse](https://calcurse.org/)
- [When](https://www.lightandmatter.com/when/when.html)
- [sdep](https://git.tronto.net/sdep/file/README.md.html)

## Desktop Wiki

- [Obsidian](https://obsidian.md/)

## General

- [The Plain Text Project](https://plaintextproject.online/)

## Journaling

- [Journal.TXT](https://journaltxt.github.io/)
- [Obsidian](https://obsidian.md/)

## Languages

### Data Serialization

- [YAML](https://yaml.org/)
- [JSON](https://www.json.org/json-en.html)

### Markup

- [Markdown](https://www.markdownguide.org/)
- [Org-mode](https://orgmode.org/)
- [reStructuredText](https://docutils.sourceforge.io/rst.html)
- [AsciiDoc](https://asciidoc.org/)

## Music Sequencing

- [textbeat](https://github.com/flipcoder/textbeat)
- [bliplay](https://github.com/detomon/bliplay)

## Note Taking

- [Obsidian](https://obsidian.md/)
- [Org-mode](https://orgmode.org/)

## Project Management

- [The Unreasonable Effectiveness Of Plain Text](https://www.youtube.com/watch?v=WgV6M1LyfNY)
- [GitHub Issues](https://github.com/features/issues)

## Publishing

- [Blot](https://blot.im/)
- [Jekyll](https://jekyllrb.com/)
- [Hugo](https://gohugo.io/)
- [WriteFreely](https://writefreely.org/)
- [bashblog](https://github.com/cfenollosa/bashblog)
- [mdBook](https://rust-lang.github.io/mdBook/)
- [Sphynx](https://www.sphinx-doc.org/)
- [Astro](https://astro.build/)

### Platforms

- [GitHub Pages](https://pages.github.com/) - free
- [Bear Blog](https://bearblog.dev/) - free
- [mataroa](https://mataroa.blog/) - free/paid
- [Obsidian Publish](https://obsidian.md/publish) - paid
- [write.as](https://write.as/) - paid

## Recipe Management

- [Chowdown](https://chowdown.io/)
- [Cooklang](https://cooklang.org/)
- [Grocery format](https://github.com/cnstoll/Grocery-Recipe-Format)

## Synchronization

- [SyncThing](https://syncthing.net/)
- [FreeFileSync](https://freefilesync.org/)
- [GoodSync](https://www.goodsync.com/)
- [Resilio Connect](https://www.resilio.com/individuals/)

### Version Control

- [GitHub](https://github.com/)
- [GitLab](https://gitlab.com/)

## Task Management

- [Todo.txt](http://todotxt.org/)
- [Obsidian](https://obsidian.md/)
- [Org-mode](https://orgmode.org/)

## Task Runner

- [Maid](https://github.com/egoist/maid)