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.
{ref} Case Summary {date}.json).~/.case-summaries/ (or wherever your tools look) so it is available to Letter, Court Doc, and other tools' Import Case Summary pickers.The main workspace. Choose Paste text to paste a markdown case summary, Drop PDF to drag one or more exported PDFs, or Type it out to fill in a form by hand when there's no export to work from. For PDFs you can batch-process several files at once and download them all in one click. The right panel shows the detected fields and lets you download the JSON or copy it to the clipboard.
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.~/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 ~/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 ~/Documents/Work/Config/Tools-GMIAU-RB.conf to share across machines.
Dracula themes are dark-only β switching to Light keeps them dark.
Syncs across every GMIAU Shell tool via ifyi_hide_guide_tab + ifyi_hide_config_tab.