From d6f71c0023ca1861af549baf0eecf9dc94780f3c Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Mon, 26 Jan 2026 22:35:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Improve=20formatting,=20add=20sp?= =?UTF-8?q?acing,=20and=20enhance=20clarity=20in=20Obsidian=20guide=20docu?= =?UTF-8?q?mentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/OBSIDIAN_GUIDE.md | 42 ++++++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 12 deletions(-) diff --git a/docs/OBSIDIAN_GUIDE.md b/docs/OBSIDIAN_GUIDE.md index b5e8097..ce2b4d7 100644 --- a/docs/OBSIDIAN_GUIDE.md +++ b/docs/OBSIDIAN_GUIDE.md @@ -120,11 +120,13 @@ A mnemonic device using spatial memory. Associate information with specific locations in a familiar space. ## Related + - [[Spaced Repetition]] - [[Mnemonic Devices]] - [[Method of Loci]] ## References + - [[reference-material/moonwalking-with-einstein]] ``` @@ -136,15 +138,18 @@ Create index notes for topics: # JavaScript MOC ## Core Concepts + - [[ES Modules]] - [[Async/Await]] - [[Closures]] ## Projects + - [[bookmarklets/README]] - [[scratchpad/experiments]] ## Resources + - [[reference-material/you-dont-know-js]] ``` @@ -181,15 +186,19 @@ Since this is a hybrid workspace: # Bookmarklet: Highlight Links ## Overview + Highlights all links on a page. ## Implementation + See [[code/bookmarklets/highlight-links.js]] ## Usage + Generated via: `npm run bookmarklet -- code/bookmarklets/highlight-links.js` ## Related + - [[JavaScript Bookmarklets]] - [[Browser DOM Manipulation]] ``` @@ -224,6 +233,7 @@ Show content from other notes: ```markdown ## Memory Technique Summary + ![[memory-palace-technique]] ``` @@ -241,6 +251,7 @@ Search by tag using VS Code's search: `#in-progress` ```markdown ## TODO List + - TODO: Research spaced repetition algorithms - FIXME: Update outdated references - IDEA: Create MOC for learning techniques @@ -253,11 +264,12 @@ These show up in Todo Tree extension sidebar. Create templates in `docs/templates/`: ```markdown - ---- +## + type: concept created: {{date}} tags: [] + --- # {{title}} @@ -269,9 +281,11 @@ tags: [] ## Examples ## Related + - ## References + - ``` @@ -279,16 +293,16 @@ tags: [] You've switched from Foam to Obsidian MD. Here are the differences: -| Feature | Foam | Obsidian MD | -|---------|------|-------------| -| Graph View | ✓ | ✓ (Better visualization) | -| Backlinks | ✓ | ✓ | -| Wiki-links | ✓ | ✓ | -| Daily Notes | ✓ | ✓ | -| Quick Switcher | ✗ | ✓ | -| Community | Good | Larger | -| Obsidian App Integration | ✗ | ✓ Can open in Obsidian app | -| Performance | Good | Better for large vaults | +| Feature | Foam | Obsidian MD | +| ------------------------ | ---- | -------------------------- | +| Graph View | ✓ | ✓ (Better visualization) | +| Backlinks | ✓ | ✓ | +| Wiki-links | ✓ | ✓ | +| Daily Notes | ✓ | ✓ | +| Quick Switcher | ✗ | ✓ | +| Community | Good | Larger | +| Obsidian App Integration | ✗ | ✓ Can open in Obsidian app | +| Performance | Good | Better for large vaults | ## Integration with Obsidian App (Optional) @@ -300,6 +314,7 @@ You can also open this workspace in the actual Obsidian app: 4. Use Obsidian's mobile app for notes on the go Benefits: + - Richer graph view with filters - More theme options - Mobile app for capture @@ -308,14 +323,17 @@ Benefits: ## Troubleshooting **Links not working?** + - Check `obsidian.vaultPath` in [.vscode/settings.json](.vscode/settings.json) - Ensure path is `/Users/fragginwagon/Developer/MemoryPalace` **Graph view not showing?** + - Create more notes with `[[links]]` - Graph appears when you have interconnected notes **Daily notes in wrong location?** + - Check `obsidian.dailyNotePath` setting - Should be `docs/daily`