mirror of
https://github.com/heyman/heynote.git
synced 2025-08-18 18:38:34 +02:00
WIP: Create new node dialog
Implement folder selector UI element. Retrieve actual folder structure from Notes library.
This commit is contained in:
@@ -103,6 +103,10 @@ const Heynote = {
|
||||
return [{"path":"buffer.txt", "metadata":{}}]
|
||||
},
|
||||
|
||||
async getDirectoryList() {
|
||||
return []
|
||||
},
|
||||
|
||||
async close(path) {
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user