From eed82cd918e95a93555c0e0b54627871dab2f753 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Mon, 26 Jan 2026 22:34:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20documentation=20to=20in?= =?UTF-8?q?clude=20Obsidian=20MD=20extension=20details=20and=20its=20featu?= =?UTF-8?q?res?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/copilot-instructions.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index bf0ab2e..7bcfe85 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -4,9 +4,11 @@ This is a hybrid workspace combining: -- **Documentation**: Obsidian-style knowledge management with wiki-links and backlinks +- **Documentation**: Obsidian-style knowledge management with wiki-links, backlinks, and graph view - **Code Development**: Bookmarklets, scratchpad code, and project prototypes +**Obsidian MD**: This workspace uses the Obsidian MD for VSCode extension, which provides Obsidian features inside VS Code including graph view, backlinks, and Obsidian command palette integration. + ## Documentation Guidelines ### Writing Style @@ -181,8 +183,9 @@ Update relevant README.md files whenever you: ## Tools & Extensions Available -- Foam (wiki-links, backlinks, graph) +- Obsidian MD for VSCode (wiki-links, backlinks, graph view, daily notes, Obsidian integration) - Code Runner (quick code execution) - Todo Tree (tracks TODO comments) - Bookmarks (mark important code locations) - ESLint (JavaScript linting) +- GitDoc (auto-commit on save)