If you use AI tools like Claude, ChatGPT, Cursor, or Copilot regularly, you’re probably generating more markdown files than you can keep up with. Design docs, code explanations, architecture notes, API specs, research summaries — they pile up fast.
The problem isn’t generating them. It’s going back and actually reading them efficiently.
Most of us fall into one of two camps: we either squint at raw markdown in a terminal, or we awkwardly split-screen VS Code’s preview pane while trying to code. Neither is great. Both are slow.
This post walks through how to use Meva to cut through the friction and actually read your AI-generated notes faster — whether you have 5 files or 500.
Open a Folder, Not a File
The fastest way to start is to point Meva at an entire folder rather than opening files one at a time.
When you open a folder, Meva shows all your .md files in a sidebar with an expandable file tree. Click any file to see it rendered instantly — no import step, no vault setup, no configuration. Your files stay exactly where they are on disk.
This matters because AI-generated notes tend to be scattered. You might have Claude exports in Downloads, Cursor session notes in a project folder, and ChatGPT outputs saved to Desktop. Instead of hunting for individual files, just open the parent directory and browse.
From terminal: open -a Meva ~/Documents/ai-notes/
Use the Auto-Generated Table of Contents
AI tools produce long documents. A design doc from Claude can easily run 3,000+ words with nested sections, code blocks, and diagrams. Scrolling through the whole thing to find the section you need is slow.
Meva automatically generates a table of contents from every heading in the document. It appears in the sidebar and updates as the file changes. Click any heading to jump directly to that section.
This is especially useful for AI-generated architecture docs where you might need to jump between “Data Model,” “API Endpoints,” and “Error Handling” without reading the entire document top to bottom.
Navigate by Heading, Not by Scrolling
Beyond the sidebar TOC, Meva has keyboard shortcuts for heading-level navigation:
- ⌘+] — Jump to the next heading
- ⌘+[ — Jump to the previous heading
- ⌘+L — Jump to the first heading
Think of it like navigating code by function — you skip the body and land on the next meaningful section. For a long AI-generated document with 15-20 headings, this is dramatically faster than scrolling.
Combine this with Home (top of document) and End (bottom of document) for quick full-document navigation.
Use Tabs to Compare Documents
When you’re reviewing AI-generated work, you often need to cross-reference. Maybe you asked Claude to generate an API spec and a separate architecture doc, and you need to check that they align.
Meva supports multiple tabs. Open both files and switch between them with ⌘+1-9 (jump to a specific tab) or ⌘+Shift+] / ⌘+Shift+[ (next/previous tab).
No window management, no split screen. Just fast tab switching, like you’d do in a browser or code editor.
Let Live File Watching Do the Work
This is the feature that changes how you work with AI tools that stream output to files.
When you use Claude Code, Cursor, or any tool that writes directly to a .md file on disk, Meva watches for changes and re-renders automatically. You don’t refresh. You don’t reopen the file. The rendered view updates within milliseconds as the AI writes.
Set it up like this: open the target file in Meva, place it in a window next to your terminal, and start your AI session. As the tool generates output, you’ll see the beautifully rendered document building in real time — LaTeX equations, Mermaid diagrams, code blocks and all.
This is especially powerful for long generation sessions. Instead of waiting for the AI to finish and then trying to parse raw markdown in a terminal, you’re reading the rendered result as it’s being written.
Read LaTeX and Diagrams Without Extra Tools
AI tools — especially when explaining math, algorithms, or system design — frequently generate LaTeX equations and Mermaid diagrams embedded in markdown. Most viewers either skip these entirely or show the raw syntax.
Meva renders both natively:
- LaTeX: Both inline (
$E = mc^2$) and display ($$\sum_{i=1}^{n} x_i$$) blocks render as properly formatted equations. - Mermaid: Flowcharts, sequence diagrams, class diagrams, and architecture diagrams render as interactive SVGs.
- Code blocks: Syntax highlighting with automatic language detection across dozens of languages.
If you’re a student using ChatGPT to explain calculus, or an engineer using Claude to diagram a system architecture, this means you see the actual output — not the source code for it.
Search Within a Document
When you’re looking for a specific term, function name, or concept in a long AI-generated doc, use ⌘+F to open find-in-document.
Navigate through matches with ⌘+G (next match) and ⌘+Shift+G (previous match). This works across the full rendered document, including text inside code blocks and table cells.
For longer documents, this is faster than visually scanning, and it works especially well when you remember what the AI told you but not where in the document it said it.
Copy Code Blocks Quickly
AI-generated docs are often packed with code examples. When you find the snippet you need, Meva lets you copy individual code blocks or use the “Copy All Code” feature to grab every code block in the document at once.
This saves the tedious workflow of selecting code in a preview pane, accidentally grabbing surrounding text, and having to clean up the paste. The code you copy from Meva is clean — just the code, nothing else.
Export When You Need To Share
Not everyone on your team uses a markdown viewer. When you need to share an AI-generated doc with someone else:
- ⌘+Shift+E — Export to HTML (preserves all rendering, including LaTeX and diagrams)
- ⌘+P — Print or export to PDF
The HTML export is particularly useful for sharing rendered documents via email or Slack — the recipient sees the fully formatted document in their browser without needing any tools.
Customize Your Reading Environment
Reading comfort matters, especially for long documents. Meva offers:
- Theme cycling (⌘+T) — Switch between light, dark, and custom themes. Dark theme is easier on the eyes for extended reading sessions.
- Zoom (⌘++ / ⌘+-) — Adjust text size to your preference. Reset with ⌘+0.
- Sidebar toggle (⌘+B) — Hide the file tree and TOC when you want a distraction-free reading view.
A Complete Keyboard-Driven Workflow
Here’s what a fast reading session looks like when you put it all together:
open -a Meva ~/project/docs/— Open your docs folder from terminal- Click a file (or navigate with arrow keys)
- ⌘+L — Jump to the first heading to skip any preamble
- ⌘+] — Navigate through sections by heading
- ⌘+F → type search term → ⌘+G — Find the specific section you need
- Copy the code block you were looking for
- ⌘+2 — Switch to the next tab to cross-reference another doc
- ⌘+W — Close tab when done
Your hands never leave the keyboard. The entire workflow — open, navigate, find, copy, switch, close — takes seconds.
Get Started
Meva is available for macOS, Windows, and Linux. The free version includes all core reading features — folder browsing, rendering, keyboard navigation, live file watching, and the auto-generated table of contents.
Pro ($14.99, one-time) adds unlimited tabs, all 12 themes, full PDF/HTML export, and lifetime updates. No subscription.
Have questions or feedback? Reach out at hello@usemeva.com.