mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
new frontend API - getCurrentNoteContent and onNoteChange
This commit is contained in:
@@ -34,5 +34,6 @@ $renderButton.click(render);
|
||||
export default {
|
||||
show: render,
|
||||
getContent: () => "",
|
||||
focus: () => null
|
||||
focus: () => null,
|
||||
onNoteChange: () => null
|
||||
}
|
||||
Reference in New Issue
Block a user