📝 CHECKPOINT-20260815.mdv4.4 · 2026-09-05

TEAM CHECKPOINT — 2026-08-15

Session covered three SMF BBCode mods (LMV, RedBox, MD) plus live-server theme/CSS cleanup. One item remains genuinely unresolved — flagged clearly below, don't re-solve what's already fixed.

LMV BBCode mod — [lmv] — v3.4, stable

Markdown-viewer BBCode tag for .md attachments. All confirmed working live: URL form, attachment form, attach-NN, auto-detect, inline mode, scroll/noscroll, autodisplay + autodisplay-scroll/-noscroll toggle tags. Key fixes this session:

RedBox BBCode mod — [redbox] — v1.2, new, stable

New standalone mod, no dependency on LMV/MD/PDF. Self-contained inline box styling (no CSS file needed). Two ways to use:

MD BBCode mod — [md] — v12.5 — ⚠️ ONE BUG STILL OPEN

Fixed and confirmed this session:

Still open: code blocks in [md] output render with a mystery inline style="height: 33px" on the <code> element, visually compressing multi-line code onto what looks like one line. Confirmed:

Next step, not yet done: check the raw stored [md] source text (edit the post, source view, copy the literal stored text) to see whether the height artifact is already present before any parsing/rendering happens — would point to a server-side save-time cause, a different class of bug than anything ruled out above.

Live production server — housekeeping

ISEmisc / markdown search project — queued, not started

Full-text search facility for .md/.txt/.json attachments (including orchestrator's own shared_memory*.json logs). Design already locked in from an earlier session: word-index + store JSON pair (not a single blob), MiscIndexer.py/MiscSearch.py, modelled on PDFIndexer.py/PDFsearch.py. Not touched this session — still waiting on a fresh conversation to actually build it.