obsidian note pls work

This commit is contained in:
2026-01-13 12:42:23 +00:00
parent d2bada1555
commit 6a2b230ffa

View File

@@ -22,7 +22,7 @@ func InitNotes(config *NotesConfig) *Notes {
} }
func (notes *Notes) ParsePath(path string) (string, error) { func (notes *Notes) ParsePath(path string) (string, error) {
if path == "" { if path == "" || path == "/" {
path = "Index.md" path = "Index.md"
} }