aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042026-03-16 14:23:06 -0400
committerkj_sh6042026-03-16 14:23:06 -0400
commitd497ccd6ee5428ecfa649a7d7b735baad5d453bb (patch)
tree5b244c18193da100a88904536bf1496392339f65
parentb28b79e99147070083e7ff309dee7f3615713eb6 (diff)
refactor: README.mdrefactor/rewrite
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 73e02b1..f8883d0 100644
--- a/README.md
+++ b/README.md
@@ -11,14 +11,14 @@ using Python and vanilla JavaScript.
## features
-- **sent-compatible format** — paragraphs = slides, `#` comments, `@image`
+- **sent-compatible format** - paragraphs = slides, `#` comments, `@image`
slides, `\` escapes
-- **keyboard navigation** — arrow keys, hjkl, space, enter, backspace, pgup/pgdn
+- **keyboard navigation** - arrow keys, hjkl, space, enter, backspace, pgup/pgdn
(same as sent)
-- **mouse navigation** — left-click right half = next, left half = prev, scroll
+- **mouse navigation** - left-click right half = next, left half = prev, scroll
wheel
-- **image upload** — upload images and insert `@filename` references (50 MB cap)
-- **export** — download as `.sent` file for local sent, or export `.pdf` for portability
+- **image upload** - upload images and insert `@filename` references (50 MB cap)
+- **export** - download as `.sent` file for local sent, or export `.pdf` for portability
## usage
### docker compose (recommended)
@@ -84,13 +84,13 @@ with multiple lines
## technology
-- **Python 3.12+** — Flask backend
-- **vanilla JavaScript** — no npm, no webpack, no react
-- **[noir.css](https://github.com/kj-sh604/noir.css)** — classless CSS
-- **Gunicorn** — production WSGI server
-- **fontconfig** — `fc-list` for font enumeration
-- **python-magic + libmagic** — content-based upload type checks
-- **Docker** — containerized with fonts pre-installed
+- **Python 3.12+** - Flask backend
+- **vanilla JavaScript** - no npm, no webpack, no react
+- **[noir.css](https://github.com/kj-sh604/noir.css)** - classless CSS
+- **Gunicorn** - production WSGI server
+- **fontconfig** - `fc-list` for font enumeration
+- **python-magic + libmagic** - content-based upload type checks
+- **Docker** - containerized with fonts pre-installed
## license