WIP: Create new node dialog

Implement folder selector UI element.
Retrieve actual folder structure from Notes library.
This commit is contained in:
Jonatan Heyman
2024-07-25 13:25:19 +02:00
parent 9ee66743d7
commit 5e34656c1d
9 changed files with 542 additions and 60 deletions

View File

@@ -103,6 +103,10 @@ const Heynote = {
return [{"path":"buffer.txt", "metadata":{}}]
},
async getDirectoryList() {
return []
},
async close(path) {
},