Creating Global Markets Summaries¶
A personal workflow for transforming economics lectures and presentations into structured, searchable trading knowledge.
Overview¶
graph LR
A[Video/Slides] --> B[NotebookLM]
B --> C[Summary Report]
B --> D[Mind Map Text]
D --> E[Mindomo SVG]
C --> F[Markdown File]
E --> F
F --> G[Cursor Organization]
G --> H[MkDocs Site] Step 1: Gather Sources¶
Upload to NotebookLM (Google's AI notebook):
| Source Type | Examples |
|---|---|
| YouTube videos | Lectures, talks, interviews |
| PDF slides | Conference presentations |
| Articles | Research papers, blog posts |
| Transcripts | If available separately |
Pro Tip
NotebookLM works best with multiple sources on the same topicβit cross-references them automatically.
Step 2: Generate Summary Report¶
First Prompt (Copy & Paste)¶
Assume the role of a financial expert explaining to a stocks swing trader.
Create a detailed report of this video/content that includes:
1. Executive Summary - Key thesis in 2-3 sentences
2. Main Concepts - Broken down by section/topic
3. Trading Implications - How each concept affects markets
4. Alpha Nuggets - Timeless knowledge tidbits that serve as a permanent knowledge base
5. Actionable Takeaways - Specific things to watch/trade
Format with clear headers, bullet points, and highlight trader-relevant insights.
What to Look For in the Output¶
- Clear structure with headers
- Trading-specific implications (not just academic theory)
- Memorable quotes or analogies
- Specific market examples mentioned
- Timeless principles vs. time-sensitive observations
Step 3: Generate Mind Map¶
Second Prompt (Copy & Paste)¶
Create a detailed mind map in Mindomo text format (to be imported).
Requirements:
- Keep at least 5 levels of depth minimum
- Main branches should be the major themes/sections
- Include specific examples and data points at leaf nodes
- Use clear, concise labels (not full sentences)
- Group related concepts logically
Step 4: Create SVG in Mindomo¶
Import Process¶
- Go to Mindomo
- Create new mind map β Import β Text outline
- Paste the mind map text from NotebookLM
- Adjust layout if needed (recommend: Org Chart Right or Map)
Export as SVG¶
- File β Export β Image β SVG
- Download the file
- Rename to match your markdown file:
Speaker-name_topic_date.svgorTopic-name.svg
Recommended Mindomo Settings¶
| Setting | Value |
|---|---|
| Theme | Dark background (matches site) |
| Layout | Org Chart Right or Map |
| Font | Clean sans-serif |
| Colors | Use branch colors for visual hierarchy |
Step 5: Create Markdown File¶
File Naming Convention¶
docs/global-markets/
βββ Speaker_topic_date.md # For dated content
βββ Speaker_topic_date.svg
βββ Speaker-name/ # For multiple from same speaker
β βββ Topic-one.md
β βββ Topic-one.svg
β βββ Topic-two.md
β βββ Topic-two.svg
Initial File Structure¶
Create a .md file with:
- Raw summary from NotebookLM (paste as-is)
- Source link (YouTube URL, date, event name)
- Any additional notes
Step 6: Cursor Organization¶
Prompt Template for Cursor¶
@docs/global-markets/[your-file].md @docs/global-markets/[your-file].svg
can you organize this file and add the SVG
What Cursor Will Add¶
- YAML frontmatter (title, description, tags)
- Source info block with icons
- SVG embed at top
- Structured sections with tables
- Mermaid diagrams where helpful
- Admonitions (tips, warnings, quotes)
- Trading takeaways highlighted
- Summary table at end
- Navigation entry in
mkdocs.yml
Step 7: Build & Deploy¶
After Cursor organizes the file:
# Cursor will offer to run this
mkdocs build
git add .
git commit -m "Add [Speaker]: [Topic] to Global Markets"
git push
Cloudflare Pages auto-deploys from the main branch.
Quality Checklist¶
Before pushing, verify:
- SVG displays correctly (check path in markdown)
- All source links work
- Tags are relevant and consistent with other articles
- Navigation entry added to
mkdocs.yml - No broken internal links
- Trading implications are clear (not just theory)
- At least one actionable takeaway table
Example Workflow Timeline¶
| Step | Time | Tool |
|---|---|---|
| Upload sources to NotebookLM | 2 min | NotebookLM |
| Generate summary | 1 min | NotebookLM |
| Generate mind map text | 1 min | NotebookLM |
| Create & export Mindomo SVG | 5 min | Mindomo |
| Upload files to repo | 1 min | VS Code/Cursor |
| Cursor organization | 2 min | Cursor AI |
| Review & push | 2 min | Terminal |
| Total | ~15 min |
Tagging Convention¶
Use consistent tags for searchability:
| Category | Tags |
|---|---|
| Topic | macro, fed, credit-cycle, liquidity, crisis |
| Type | market-structure, market-psychology, game-theory |
| Speaker | varoufakis, raghuram-rajan, etc. |
| Region | europe, asia, emerging-markets |
Resources¶
- NotebookLM - AI-powered notebook
- Mindomo - Mind mapping tool
- MkDocs Material - Theme documentation
- Mermaid - Diagram syntax reference