diff options
| author | kj_sh604 | 2026-06-01 14:37:28 -0400 |
|---|---|---|
| committer | kj_sh604 | 2026-06-01 14:37:28 -0400 |
| commit | 6fd3f732dd6430a7e5644524b27ea6d60f5e2a45 (patch) | |
| tree | 33b28188e2d5b92a259cbaf149a7171a77a42b3f /README.md | |
| parent | 738de85c9b646ebd68b1677538581267cf1fb515 (diff) | |
refactor: upload photos
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
