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:
parent
49a06d6491
commit
c91921a125
2 changed files with 40 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue