📝 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.
## 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
<!-- docs/templates/concept-note.md -->
---
## <!-- docs/templates/concept-note.md -->
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`