Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crashmoney/read-txt.vim
A lightweight Vim plugin for syntax-highlighting my plain-text reading list.
https://github.com/crashmoney/read-txt.vim
reading reading-list vim vim-plugin
Last synced: about 2 months ago
JSON representation
A lightweight Vim plugin for syntax-highlighting my plain-text reading list.
- Host: GitHub
- URL: https://github.com/crashmoney/read-txt.vim
- Owner: crashmoney
- License: gpl-3.0
- Created: 2024-05-05T07:13:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T07:15:24.000Z (8 months ago)
- Last Synced: 2024-05-05T08:23:45.636Z (8 months ago)
- Topics: reading, reading-list, vim, vim-plugin
- Language: Vim Script
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# read-txt.vim
A lightweight Vim plugin for syntax-highlighting my `read.txt` file.
## Syntax
- series name and number in square brackets
- title and author separated by an em-dash (`option + -` on MacOS)
- date read enclosed in parenthesis
- ownership status at the end of the line
- `#`: borrowed, from a friend or library
- `+`: ownedAll together, it looks something like:
`[The Hunger Games 1] The Hunger Games – Suzanne Collins (2024-03-14)#`
## Credits
Inspired by [Jamie Rubin's reading list](https://jamierubin.net/2014/01/18/automating-my-reading-list-a-case-study-in-the-versatility-of-text-files/).