📝 Update documentation to include Obsidian MD extension details and its features

This commit is contained in:
2026-01-26 22:34:26 +00:00
parent defbb13741
commit eed82cd918

View File

@@ -4,9 +4,11 @@
This is a hybrid workspace combining: 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 - **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 ## Documentation Guidelines
### Writing Style ### Writing Style
@@ -181,8 +183,9 @@ Update relevant README.md files whenever you:
## Tools & Extensions Available ## 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) - Code Runner (quick code execution)
- Todo Tree (tracks TODO comments) - Todo Tree (tracks TODO comments)
- Bookmarks (mark important code locations) - Bookmarks (mark important code locations)
- ESLint (JavaScript linting) - ESLint (JavaScript linting)
- GitDoc (auto-commit on save)