Testing part deux

Ben Neely · June 16, 2026

Token

✅ Paste PAT, verify green, reload and confirm it persists

Write flow

✅ Title, date, excerpt, tags (add, delete, backspace) ✅ Slug preview updates as you type ✅ Live URL preview updates correctly (case preserved, no date in URL)

Tabs

✅ Write → Preview: line breaks render correctly, Markdown formats right ✅ Preview → Raw: front matter YAML looks correct, no categories field I don’t see any line breaks in the raw code but looks great in write and preview

Autosave

✅ Type something, pause 2 seconds, watch word count line flash “· saved” this is adorable but is likely not even something I need, but I like it a lot. Maybe make the “saved” persist, and so it would only vanish between saves. ✅ Close tab, reopen, confirm restore banner appears with title ✅ If body has image refs, confirm warning about re-attaching

Load picker

✅ Opens and shows both _posts and _drafts with correct colored pills ✅ Date and title display cleanly for all entries ✅ Loading a post populates all fields with original date preserved ✅ Loading a draft flips the draft toggle on automatically

Draft flow

✅ Write, toggle draft on, publish → confirm _drafts/ on GitHub ✅ Load it back, change title, toggle off, publish → confirm _posts/ has new file, _drafts/ old file is gone If I change the name of the published post, the old post hangs around, ex. 2026-06-16-Testing-part-deux-after-edit.md and 2026-06-16-Testing-part-deux.md are both there on repo and therefore blog

Images

✅ Paste screenshot in body → appears in image list with correct path

✅ Publish → lands in /images/slug/img1.jpg on GitHub Image refs survive autosave/restore (with re-attach warning)

GIF

✅ Tap + gif, pick file → stages correctly, ref in body

Handoff

✅ Attach .md file → appears in list with path Tap copy link → paste and confirm URL is correct Attach a second file → both appear independently ✅ Publish → both land in /shared/slug/ II think calling this handoff no matter what isn’t the right approach, but maybe I know to change the name, thinking of how this is useful to others, you want the link name to not be “handoff” as default. Could be “change name for URL hyperlink”. view handoff

Publish button

✅ Always visible after publishing — never disappears Success block shows file path and live URL ✅ New post button resets everything cleanly

✅ Light/dark

✅ Toggle persists on reload