How to Use This Wiki
Welcome to the TCAI Wiki — TraumaCare AI’s internal knowledge base. It’s a collection of plain-text Markdown pages stored in our shared Google Drive folder. You read and edit it using a free app called Obsidian. This page covers the basics to get you going.
Warning
One hard rule: never put PHI or PII in this wiki.
1. Get set up
- Make sure the
TCAI-Wikifolder is synced to your computer via Google Drive. - Download and install Obsidian from
obsidian.md(free). - Open Obsidian → Open folder as vault → choose the
TCAI-Wikifolder.
Note
Keep edits to one person at a time per page — Obsidian and Google Drive both syncing the same file simultaneously can create conflicted copies.
2. Find your way around
- Home page: open index — it’s the hub, with links to every section (Product, Technical KB, Clinical, Growth & Marketing, Miscellaneous).
- Folders: the left sidebar mirrors the wiki’s structure; browse it like any file tree.
- Search: press
Cmd+Oto jump to any page by name, or use the search icon to full-text search everything. - Backlinks: each page shows “what links here” so you can see related pages.
- Graph view: click the graph icon to see how pages connect visually.
3. Move between pages
Pages link to each other with wikilinks — double square brackets around a page’s name:
[[Mortality Prediction]]
Just click a link to follow it. To show different text than the page name, add a pipe: [[Mortality Prediction|our mortality model]].
4. Create or edit a page
- To add a page, right-click a folder → New note, or copy a starter from the
templates/folder (Reference, SOP, or Meeting Note). - Fill in the frontmatter at the top (the part between
---lines): atitle, a one-linedescription, anytags, and theupdateddate. - Write your content in Markdown —
#for headings,-for bullet lists,**bold**, etc. - Link it to at least one related page with a
[[wikilink]]so it’s not an orphan.
5. House conventions
- File names: human-readable Title Case, e.g.
Incident Response.md. - Folder names: lowercase-with-hyphens, e.g.
clinical-ops/. - Every page gets frontmatter and at least one link in or out.
- Use
draft: truein the frontmatter for work-in-progress pages.
The full rulebook lives in Working Conventions at the top of the wiki — read it before making bigger changes.
6. Handy tip
Want index to open automatically every time you launch the vault? Install the community plugin “Homepage” (Settings → Community plugins → Browse → Homepage) and set it to index.
TCAI Wiki — edited in Obsidian today, publishable as a website (via Quartz) later. No PHI/PII.