Joplin is an open-source note-taking app. Capture your thoughts and securely access them from any device.This notebook covers how to load documents from a
Joplin
database.
Joplin
has a REST API for accessing its local database. This loader uses the API to retrieve all notes in the database and their metadata. This requires an access token that can be obtained from the app by following these steps:
Joplin
app. The app must stay open while the documents are being loaded.Joplin
’s note database to Markdown files (optionally, with Front Matter metadata) and use a Markdown loader, such as ObsidianLoader, to load them.