aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkj_sh6042026-06-01 14:37:28 -0400
committerkj_sh6042026-06-01 14:37:28 -0400
commit6fd3f732dd6430a7e5644524b27ea6d60f5e2a45 (patch)
tree33b28188e2d5b92a259cbaf149a7171a77a42b3f /README.md
parent738de85c9b646ebd68b1677538581267cf1fb515 (diff)
refactor: upload photos
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 52009b3..555b107 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,6 @@ a simple web app that converts markdown to pdf.
## features
- markdown to pdf export
-- local browser image storage with markdown snippet insertion
- paper size, margin, font, line spacing, and page number options
- syntax-highlighted code blocks
- always produces a pdf (reportlab fallback if weasyprint fails)
@@ -20,8 +19,8 @@ a simple web app that converts markdown to pdf.
## image usage
-1. store an image locally from the page
-2. click `insert into markdown`
+1. upload an image from the page (stored on the server for your current browser session)
+2. click `insert image` to add a `session-image://...` markdown token
3. generate pdf