From e9a033d4efa47b172ce858dbe707a679fdd846a7 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Tue, 7 Apr 2026 00:31:46 -0400 Subject: [PATCH] Add markdown cheat sheet modal to ticket comment editor A '?' button next to the MD/Preview toggles opens a reference modal covering all supported syntax: inline formatting, headings, lists, task lists, tables, code blocks, footnotes, emoji shortcodes, and ticket references. Co-Authored-By: Claude Sonnet 4.6 --- views/TicketView.php | 76 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) diff --git a/views/TicketView.php b/views/TicketView.php index e00bb10..a8cd9d3 100644 --- a/views/TicketView.php +++ b/views/TicketView.php @@ -526,6 +526,8 @@ $progressClass = $slaBreached ? 'lt-progress--red' : ($slaPct >= 75 ? 'lt-progr Preview + @@ -1317,4 +1319,78 @@ document.addEventListener('DOMContentLoaded', function () { }); + + +