-
Notifications
You must be signed in to change notification settings - Fork 133
Home
Julius Härtl edited this page Sep 5, 2023
·
10 revisions
Since the Notes app stores all contents as casual .md
or .txt
files, 3rd party apps don't need to interact with the Notes API directly. You can use any editor of your choice to manage your notes and synchronize them with the default Nextcloud client or using WebDAV
.
The Notes API provides a interface that focuses on the contents of the Notes app and allows an easy and backward compatible access to your notes.
- Nextcloud Notes Alexa Skill (currently not maintained)
- MyOwnNotes (currently not maintained)
- gkeep_to_nextcloud_notes: Python script to export notes from Google Keep as text files in a format which is compatible with the Notes app
- note: Script that turns selected text into a text file which is compatible with the Notes app
- notes: Command line tool to manage note files which are compatible with the Notes app
Documentation for people who want to integrate their apps with Nextcloud Notes