From 3004446a29900306aaafd6a7cefa6984413ff482 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Mon, 26 Jan 2026 22:35:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20README=20with=20enhance?= =?UTF-8?q?d=20Obsidian-specific=20documentation,=20commands,=20and=20feat?= =?UTF-8?q?ures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 35 ++++++++++++++++++++++------------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f56f876..6b67e63 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A hybrid workspace combining Obsidian-style knowledge management with code development. +## 📚 Documentation + +**New to this workspace?** +- Setup: See [SETUP.md](SETUP.md) for installation on a new computer +- Obsidian Guide: See [docs/OBSIDIAN_GUIDE.md](docs/OBSIDIAN_GUIDE.md) for comprehensive guide + ## 📁 Structure ### Documentation (`/docs`) @@ -30,9 +36,10 @@ A hybrid workspace combining Obsidian-style knowledge management with code devel ### Creating Notes -- Press `Cmd+Shift+P` and type "Foam: Create New Note" to create a linked note +- Press `Cmd+Shift+P` and type "Obsidian: Open Today's Daily Note" for daily notes - Use `[[wiki-style links]]` to connect notes -- Daily notes: "Foam: Open Daily Note" +- Quick Switcher: "Obsidian: Quick Switcher" to navigate between notes +- Graph View: "Obsidian: Open Graph View" to visualize connections ### Linking Notes @@ -50,9 +57,10 @@ A hybrid workspace combining Obsidian-style knowledge management with code devel ### Documentation Features -- **Wiki-style linking** - Connect ideas with `[[links]]` -- **Backlinks** - See which notes reference the current note -- **Graph visualization** - Visual map of your knowledge +- **Wiki-style linking** - Connect ideas with `[[links]]` ("Obsidian: Show Backlinks") +- **Graph visualization** - Visual map of your knowledge ("Obsidian: Open Graph View") +- **Daily notes** - Quick capture with today's note ("Obsidian: Open Today's Daily Note") +- **Quick Switcher** - Fast navigation between notesowledge - **Daily notes** - Automatic daily note creation ### Code Features @@ -62,14 +70,15 @@ A hybrid workspace combining Obsidian-style knowledge management with code devel - **Code bookmarks** - Mark important code sections - **Todo tracking** - Track TODOs across all files -## 🎯 Useful Commands - -| Command | Shortcut | Description | -| --------------- | ---------- | ------------------------- | -| Create New Note | - | Foam: Create New Note | -| Open Daily Note | - | Foam: Open Daily Note | -| Show Graph | - | Foam: Show Graph | -| Run Code | Ctrl+Alt+N | Execute current file | +## 🎯 Useful Comma | Shortcut | Description | +| ------------------ | ---------- | ----------------------------------- | +| Daily Note | - | Obsidian: Open Today's Daily Note | +| Quick Switcher | - | Obsidian: Quick Switcher | +| Show Graph | - | Obsidian: Open Graph View | +| Show Backlinks | - | Obsidian: Show Backlinks | +| Run Code | Ctrl+Alt+N | Execute current file | +| Toggle Bookmark | Cmd+Alt+K | Mark/unmark code location | +| Show Todos | - | Todo Tree: Focus on View | | Toggle Bookmark | Cmd+Alt+K | Mark/unmark code location | | Show Todos | - | Todo Tree: Focus on View |