Add note project and improve directory creation

- Add Obsidian notes project configuration
- Enhance project launcher with automatic directory creation for local and remote paths

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yan Lin 2025-07-28 13:46:03 +02:00
parent 49a06d6491
commit c91921a125
2 changed files with 40 additions and 0 deletions

View file

@ -14,6 +14,13 @@
description = "Homelab Deployment";
};
note = {
template = "basic";
name = "note";
codePath = "/Users/yanlin/Obsidian/Personal";
description = "Obsidian notes";
};
blog = {
template = "content";
name = "blog";