1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

API: Added more calls

This commit is contained in:
Laurent Cozic
2018-09-29 12:54:44 +01:00
parent a9e789f845
commit eb4aa2c026
8 changed files with 215 additions and 178 deletions

View File

@@ -170,6 +170,7 @@ class JoplinDatabase extends Database {
is_todo: _('Tells whether this note is a todo or not.'),
todo_due: _('When the todo is due. An alarm will be triggered on that date.'),
todo_completed: _('Tells whether todo is completed or not. This is a timestamp in milliseconds.'),
source_url: _('The full URL where the note comes from.'),
},
folders: {},
resources: {},