https://github.com/jdtsmith/shakespeare.org
An emacs org-mode of the collected works of shakespeare
https://github.com/jdtsmith/shakespeare.org
Last synced: 5 months ago
JSON representation
An emacs org-mode of the collected works of shakespeare
- Host: GitHub
- URL: https://github.com/jdtsmith/shakespeare.org
- Owner: jdtsmith
- Created: 2023-01-31T16:27:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T15:50:30.000Z (over 1 year ago)
- Last Synced: 2024-05-20T12:35:34.787Z (over 1 year ago)
- Language: Python
- Size: 8.75 MB
- Stars: 38
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shakespeare.org
A collection of simple but very large [emacs org-mode](https://orgmode.org) files each comprised of the [collected plays of Shakespeare](./shakespeare.org).
The basic version has:
- 32,120 headings
- 147,582 lines
- 946,282 words
- 1,019 nested tags
- 5,399,120 characters
Useful for performance and other testing of org.
Additional files include shallower headline nesting, `TODO`/`DONE` keywords, and list and heading statistics.

## Variants
- default: full (4-level) nesting, with tags
- `_depthN`: headline nesting limited to a maximum depth of `N`
- `_notags`: tags omitted
- `_todo`: include random `TODO`/`DONE` keywords on headings
- `_stats`: include `[/]` or `[%]` statistics markers on relevant headings and lists
- `_checkboxes`: include list checkboxes `[X]`, with random completion
## Updates
### **May, 2024**
- Added `--todo`, `--stats`, and `--checkboxes` options, and associated files.
### **Mar, 2023**
- Added tags for all _titles_ (`:PLAY`, `:ACT`, `:SCENE`, etc.)
- Add separate headings for `INDUCT`, `INDUCTION`, `PROLOGUE`, `EPILOGUE`, `SUBTITLE1`
- Added `_notags` and `_depthN` variants
## Credits
[shakespeare-material](https://github.com/okfn/shakespeare-material)