Module joplin_reader::note[][src]

Structs

NoteInfo

Contains general information about a note, and reads a part of the header when created to check if the note needs to be decrypted (and with which key).

NoteProperties

Contains the actual properties and content of a note. This follows the general structure of the note properties from Joplin minus the ones already read into NoteInfo. See: https://joplinapp.org/api/references/rest_api/#properties

Enums

JoplinEncryptionMethod

Joplin defines the various cipher suits and key lengths SJCL provides as methods in an enumerated fashion. Method 4 is used for key encryption, and method 1a for notes. Everything else is deprecated (and also considered unsecure).

JoplinItemType

Various types of items a joplin file can be. See: https://joplinapp.org/api/references/rest_api/#item-type-ids