chore: integrate old MemoryPalace files and configure auto-commit

This commit is contained in:
2026-01-26 17:19:26 -05:00
parent 23cb27503e
commit e763f5a9d5
24 changed files with 2032 additions and 34 deletions

View File

@@ -11,19 +11,23 @@ A hybrid workspace combining Obsidian-style knowledge management with code devel
- **concepts/** - Evergreen notes and core concepts
- **fleeting/** - Quick captures and temporary notes
- **assets/** - Images, diagrams, and attachments
- **reference-material/** - Reference docs and external materials
### Code (`/code`)
- **bookmarklets/** - Browser bookmarklets and utilities
- **junk-drawer/** - Miscellaneous code, scripts, and work-in-progress items
- **scratchpad/** - Experimental code organized by language
- python/
- javascript/
- typescript/
- **templates/** - Reusable code templates
- **utils/** - Build tools and generators (bookmarklet maker, etc.)
- **utils/** - Build tools and generators (bookmarklet maker, git tools, etc.)
## 🚀 Getting Started
**New to this workspace?** See [SETUP.md](SETUP.md) for complete setup instructions on a new computer.
### Creating Notes
- Press `Cmd+Shift+P` and type "Foam: Create New Note" to create a linked note
@@ -108,6 +112,18 @@ This project uses **ES modules** (import/export), not CommonJS (require):
- Use `import` and `export` statements in all JavaScript files
- See [code/templates/](code/templates/) for examples
## 🔄 Version Control
**Auto-commit enabled via GitDoc:**
- Automatically commits changes 1 second after save
- Auto-pushes after each commit
- Pull on workspace open
- View history with Git Graph (`Cmd+Shift+P` → "Git Graph")
- Rollback using Timeline (right-click file → "Open Timeline")
See [SETUP.md](SETUP.md) for git configuration and rollback instructions.
---
_Start exploring by creating your first note or diving into the code folders!_