obsidian note pls work
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user