Case Summary turns a GMIAU case-summary export into the canonical gmiau-case-summary/1 JSON that other tools: Letter, Court Doc, Bundle Builder, and Evidence Exhibitor, use to auto-fill client and matter details. Paste the markdown text, drop a Case Summary PDF, or type the details out by hand, and it produces a ready-to-save JSON file.
.json, the one-page .pdf, and a new editable .html sheet: named to your Config pattern (default stem {ref} Case Summary {date}). The buttons in Detected fields re-save any one on demand.~/Work/00 Open Cases/Case Summaries/ (or wherever your tools look) so they are available to Letter, Court Doc, and other tools' Import Case Summary pickers. All three re-import here: drop the .html, .json or .pdf back in..html sheet, edit the fields, and press Save sheet: it saves over itself (or re-downloads) and stays re-importable everywhere.The main workspace. Choose Paste text to paste a markdown case summary, Drop PDF / JSON / HTML to drag one or more existing summaries (a CMS PDF, a gmiau-case-summary/1 JSON, or a saved editable HTML sheet), or Type it out to fill in a form by hand when there's no export to work from. Each convert auto-saves the JSON, PDF and editable HTML together; the right panel's buttons re-save any one, or copy the JSON. In batch mode you can process several files at once and Download all (JSON + PDF + HTML) saves every result's three files in one click. To add key dates, drop an AdvicePro Case Key Dates CSV alongside (or after) a summary: its rows are matched to the summary by client name and render as a dedicated Key Dates page in the PDF, editable in the HTML sheet. One CSV can hold several clients and still feed a batch.
Set the output filename pattern. The default is {ref} Case Summary {date}.json; you can change it here and it will persist across sessions. The pattern supports {ref} (case reference) and {date} (today's date).
App appearance (light / dark / system, theme family) and the app font. These settings sync across every GMIAU Shell tool.
### Client / ### Case / ### References section headings. Plain Label: value exports also work.gmiau-case-summary/1 data and all re-import here (and into Letter, Court Doc, etc.). The HTML sheet is the one you edit: it saves over itself.~/Work/00 Open Cases/Case Summaries/: that is where Letter and other tools look by default.Q. The reference field is blank.
A. The CMS export may use a different label spelling. Check the raw JSON (Show raw JSON button) and confirm the field name the parser is looking for matches your CMS version.
Q. Can I drop multiple PDFs at once?
A. Yes: switch to Drop PDF mode, drop several files, and use Download all JSON to get them in one go.
Q. Where should I put the output JSON?
A. Drop it into ~/Work/00 Open Cases/Case Summaries/ (symlinked as 02 Summaries/). Tools that import a case summary scan that folder automatically.
More: the GMIAU Caseworker User Guide in your Obsidian vault covers the full case-summary workflow and which tools consume the JSON., Confidentiality: this tool runs entirely in your browser; nothing is uploaded. The case reference, client name and all field values are confidential, keep the produced JSON on this machine and handle it through your normal channels.
CASE Case Summary <YYYY-MM-DD>.json
Tokens: {ref} = case reference (or CASE if unparsed), {date} = today as YYYY-MM-DD.
Persists to localStorage.ifyi_csc_filename_pattern; falls back to the One File key
caseSummaryConverter.filenamePattern (read via @@IFYI_CONFIG@@) and finally
the built-in default {ref} Case Summary {date}.json.
Add the key to ~/Work/Config/Tools-GMIAU-RB.conf to share across machines.
Syncs across every GMIAU Shell tool via ifyi_hide_guide_tab + ifyi_hide_config_tab.