📝 Improve formatting, add spacing, and enhance clarity in Obsidian guide documentation

This commit is contained in:
2026-01-26 22:35:14 +00:00
parent ad55992be3
commit d6f71c0023

View File

@@ -120,11 +120,13 @@ A mnemonic device using spatial memory.
Associate information with specific locations in a familiar space. Associate information with specific locations in a familiar space.
## Related ## Related
- [[Spaced Repetition]] - [[Spaced Repetition]]
- [[Mnemonic Devices]] - [[Mnemonic Devices]]
- [[Method of Loci]] - [[Method of Loci]]
## References ## References
- [[reference-material/moonwalking-with-einstein]] - [[reference-material/moonwalking-with-einstein]]
``` ```
@@ -136,15 +138,18 @@ Create index notes for topics:
# JavaScript MOC # JavaScript MOC
## Core Concepts ## Core Concepts
- [[ES Modules]] - [[ES Modules]]
- [[Async/Await]] - [[Async/Await]]
- [[Closures]] - [[Closures]]
## Projects ## Projects
- [[bookmarklets/README]] - [[bookmarklets/README]]
- [[scratchpad/experiments]] - [[scratchpad/experiments]]
## Resources ## Resources
- [[reference-material/you-dont-know-js]] - [[reference-material/you-dont-know-js]]
``` ```
@@ -181,15 +186,19 @@ Since this is a hybrid workspace:
# Bookmarklet: Highlight Links # Bookmarklet: Highlight Links
## Overview ## Overview
Highlights all links on a page. Highlights all links on a page.
## Implementation ## Implementation
See [[code/bookmarklets/highlight-links.js]] See [[code/bookmarklets/highlight-links.js]]
## Usage ## Usage
Generated via: `npm run bookmarklet -- code/bookmarklets/highlight-links.js` Generated via: `npm run bookmarklet -- code/bookmarklets/highlight-links.js`
## Related ## Related
- [[JavaScript Bookmarklets]] - [[JavaScript Bookmarklets]]
- [[Browser DOM Manipulation]] - [[Browser DOM Manipulation]]
``` ```
@@ -224,6 +233,7 @@ Show content from other notes:
```markdown ```markdown
## Memory Technique Summary ## Memory Technique Summary
![[memory-palace-technique]] ![[memory-palace-technique]]
``` ```
@@ -241,6 +251,7 @@ Search by tag using VS Code's search: `#in-progress`
```markdown ```markdown
## TODO List ## TODO List
- TODO: Research spaced repetition algorithms - TODO: Research spaced repetition algorithms
- FIXME: Update outdated references - FIXME: Update outdated references
- IDEA: Create MOC for learning techniques - IDEA: Create MOC for learning techniques
@@ -253,11 +264,12 @@ These show up in Todo Tree extension sidebar.
Create templates in `docs/templates/`: Create templates in `docs/templates/`:
```markdown ```markdown
<!-- docs/templates/concept-note.md --> ## <!-- docs/templates/concept-note.md -->
---
type: concept type: concept
created: {{date}} created: {{date}}
tags: [] tags: []
--- ---
# {{title}} # {{title}}
@@ -269,9 +281,11 @@ tags: []
## Examples ## Examples
## Related ## Related
- -
## References ## References
- -
``` ```
@@ -279,16 +293,16 @@ tags: []
You've switched from Foam to Obsidian MD. Here are the differences: You've switched from Foam to Obsidian MD. Here are the differences:
| Feature | Foam | Obsidian MD | | Feature | Foam | Obsidian MD |
|---------|------|-------------| | ------------------------ | ---- | -------------------------- |
| Graph View | ✓ | ✓ (Better visualization) | | Graph View | ✓ | ✓ (Better visualization) |
| Backlinks | ✓ | ✓ | | Backlinks | ✓ | ✓ |
| Wiki-links | ✓ | ✓ | | Wiki-links | ✓ | ✓ |
| Daily Notes | ✓ | ✓ | | Daily Notes | ✓ | ✓ |
| Quick Switcher | ✗ | ✓ | | Quick Switcher | ✗ | ✓ |
| Community | Good | Larger | | Community | Good | Larger |
| Obsidian App Integration | ✗ | ✓ Can open in Obsidian app | | Obsidian App Integration | ✗ | ✓ Can open in Obsidian app |
| Performance | Good | Better for large vaults | | Performance | Good | Better for large vaults |
## Integration with Obsidian App (Optional) ## 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 4. Use Obsidian's mobile app for notes on the go
Benefits: Benefits:
- Richer graph view with filters - Richer graph view with filters
- More theme options - More theme options
- Mobile app for capture - Mobile app for capture
@@ -308,14 +323,17 @@ Benefits:
## Troubleshooting ## Troubleshooting
**Links not working?** **Links not working?**
- Check `obsidian.vaultPath` in [.vscode/settings.json](.vscode/settings.json) - Check `obsidian.vaultPath` in [.vscode/settings.json](.vscode/settings.json)
- Ensure path is `/Users/fragginwagon/Developer/MemoryPalace` - Ensure path is `/Users/fragginwagon/Developer/MemoryPalace`
**Graph view not showing?** **Graph view not showing?**
- Create more notes with `[[links]]` - Create more notes with `[[links]]`
- Graph appears when you have interconnected notes - Graph appears when you have interconnected notes
**Daily notes in wrong location?** **Daily notes in wrong location?**
- Check `obsidian.dailyNotePath` setting - Check `obsidian.dailyNotePath` setting
- Should be `docs/daily` - Should be `docs/daily`