No toolbar button inserts table syntax, despite README describing table rendering as a feature #109

Open
opened 2026-09-01 00:21:15 -04:00 by jared · 0 comments
Owner

Severity: Low

The markdown toolbar (assets/js/markdown.js, ~lines 508-524) only offers bold/italic/code/heading/list/quote/link — no insert-template button for tables, and no inline help text pointing to the | Header | Header | / |---|---| syntax a user needs to know from scratch. The parser itself renders manually-typed table syntax correctly, so this is a UX gap, not a functional bug.

Fix: Add a table-insert toolbar button that inserts a small starter template (e.g. a 2x2 table with placeholder headers) matching the exact syntax parseMarkdown()'s table-detection regex expects.

**Severity:** Low The markdown toolbar (`assets/js/markdown.js`, ~lines 508-524) only offers bold/italic/code/heading/list/quote/link — no insert-template button for tables, and no inline help text pointing to the `| Header | Header |` / `|---|---|` syntax a user needs to know from scratch. The parser itself renders manually-typed table syntax correctly, so this is a UX gap, not a functional bug. **Fix:** Add a table-insert toolbar button that inserts a small starter template (e.g. a 2x2 table with placeholder headers) matching the exact syntax `parseMarkdown()`'s table-detection regex expects.
jared added the priority/lowux labels 2026-09-08 10:15:51 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LotusGuild/tinker_tickets#109