Konzept
QOwnNotes
- QOwnNotes speichert Notizen in Ihren Notizordner als Markdown-Dateien
- Es kann mit Ihrem Nextcloud / ownCloud-Server kommunizieren, um Notizen öffentlich mit anderen Personen zu teilen
- Sie können auch auf Ihrem Nextcloud / ownCloud-Server über die QOwnNotesApi Nextcloud-App auf Ihren Notizverlauf und Papierkorb zugreifen
- Auf To-do-Listen auf Ihrem Nextcloud / ownCloud-Server kann über QOwnNotes zugegriffen werden
- Medien- / Anhangsdateien werden nicht von QOwnNotes synchronisiert!
- Die Dateisynchronisierung ist ein komplexes Unterfangen. Es gibt bereits großartige Dateisynchronisierungslösungen (siehe Nextcloud Desktop Sync Client).
Markdown-Notizdateien
- Sie besitzen alle Ihre Notizen und Medien- / Anhangsdateien!
- Ihre Notizen werden als Klartext Markdowndateien auf Ihrem Desktop-PC gespeichert
- Sie können einen beliebigen Texteditor neben QOwnNotes verwenden, um Ihre Notizdateien anzuzeigen oder zu bearbeiten
- Synchronisieren Sie Ihre Notizen auf anderen Geräten (Desktop & Mobile) mit Ihrem Nextcloud oder ownCloud-Client auf Ihrem Server
QOwnNotes-Browsererweiterung
Sie können Ihre Browser-Lesezeichen mit QOwnNotes verwalten oder sie als Webclipper verwenden.
The same bookmark parsing and indexing can also power a local suggestion API for Homepage.
Tips
Die Browsererweiterungen funktionieren offline, es ist keine Internetverbindung erforderlich. Weitere Informationen finden Sie unter QOwnNotes Web Companion-Browsererweiterung.
Homepage dashboard
QOwnNotes can expose a local HTTP endpoint for Homepage suggestionUrl support, backed by the same bookmark parsing and indexing used by the Web Companion data source.
- Enable it in
Settings -> Browser extension / command snippets - Turn on
Enable socket server - In
Bookmark suggestion API, enableEnable Homepage-compatible bookmark suggestions API - Set a port for the local endpoint
- Optionally set a security token if you want Homepage requests to authenticate
- The service binds to
127.0.0.1only
The endpoint is available as GET /suggest?q=home and supports an optional limit parameter (default 10, maximum 50) and an optional token parameter.
If you use the custom Homepage assets from docs/homepage/custom.js, set QON_TOKEN to the same security token configured in QOwnNotes.
Example Homepage configuration:
search:
provider: custom
url: https://example.com/search?q=
suggestionUrl: http://127.0.0.1:22224/suggest?q=
showSearchSuggestions: true
Tips
Please visit Homepage suggestion API for more information, including which Homepage settings file to edit and how to use the custom assets from docs/homepage.
QOwnNotes command-line snippet manager
Sie können Ihre Befehlsschnipsel mit QOwnNotes verwalten und auf der Befehlszeile ausführen.
Tips
Weitere Informationen finden Sie unter QOwnNotes-Befehlszeilen-Snippet-Manager.
QOwnNotes TUI
You can browse and edit your notes in the terminal with the keyboard-first QOwnNotes TUI. It works directly on your local Markdown note files and uses the note folders configured in QOwnNotes, following its note sorting settings.
Tips
Please visit QOwnNotes TUI for more information.
LanguageTool service
QOwnNotes can use a local or remote LanguageTool server for grammar and style checking in the editor.
- It is optional and works alongside the existing spell checker support
- Enable it in
Settings -> Editor, then configure your server URL, language, optional API key, and the categories you want to check - You can also toggle it quickly from the Spelling menu with
Check grammar with LanguageTool - Suggestions and actions are available from the editor context menu for detected issues
Tips
Please visit LanguageTool for more information.
Harper service
QOwnNotes can use a local Harper service for offline grammar and style checking in the editor.
- It is optional and works alongside the existing spell checker support
- Enable it in
Settings -> Editor -> Harper, then configure the transport,harper-lscommand or TCP target, dialect, and the linters you want to use - You can also toggle it quickly from the Edit menu with
Check grammar with Harper - Suggestions and ignore actions are available from the editor context menu for detected issues
Tips
Please visit Harper for more information.
Nextcloud Desktop Sync Client
Synchronisieren Sie Ihre Notizen mit anderen Geräten (desktop & mobile) mit Ihrem Nextcloud- oder ownCloud-Sync-Client mit Ihrem Server.
Tips
Natürlich können auch andere Lösungen wie Dropbox, Syncthing, Seafile oder BitTorrent Sync verwendet werden, um Ihre Notizen und andere Dateien zu synchronisieren.
Sie können auch git verwenden, um mit Tools wie gitomatic zu synchronisieren.
Nextcloud Server
Um online mit Ihren Notizen zu arbeiten, können Sie Server wie Nextcloud oder ownCloud verwenden.
Sie können Ihren eigenen Server hosten oder gehostete Lösungen verwenden.
Es gibt eine von der Community gepflegte Liste der Nextcloud-Anbieter sowie eine Liste der Geräte mit Nextcloud.
Portknox hat gemeldet, dass QOwnNotesAPI installiert ist.
Tips
Natürlich können auch andere Lösungen wie Dropbox, Syncthing, Seafile oder BitTorrent Sync verwendet werden, um Ihre Notizen und andere Dateien zu hosten.
QOwnNotesAPI Nextcloud-App
Mit der QOwnNotesAPI können Sie auf Ihre serverseitigen verworfenen Notizen und Notizenversionen zugreifen.
Tips
Bitte besuchen Sie QOwnNotesAPI Nextcloud App für weitere Informationen.
Nextcloud Notes Server App
Verwenden Sie Nextcloud Notes, um Ihre Notizen im Web zu bearbeiten.
Warnung
Beachten Sie, dass Nextcloud Notes derzeit nur bis zu einer Ebene von Unterordnern unterstützt.
Nextcloud Deck Server App
Sie können QOwnNotes verwenden, um Karten schnell in Nextcloud Deck zu erstellen.
QOwnNotes Android
QOwnNotes for Android is the recommended app to access your Nextcloud / ownCloud notes from your mobile device.
It is an offline-capable Markdown notes app for Android that synchronizes with your Nextcloud server through the Nextcloud Notes API and the QOwnNotesAPI app.
- It uses Room as the local source of truth, with edits cached immediately and synchronized when the server is reachable
- It talks to Nextcloud Notes and QOwnNotesAPI on your server, giving you access to note version history and the server-side trash bin
- Supports Single Sign-On import from the Nextcloud Files Android app
- Renders CommonMark and GitHub Flavored Markdown, checkbox lists with three states (open, done, partial), wiki links, tables, fenced code, and remote images
- Provides a Markdown editor with formatting actions, undo/redo, cursor preservation, and local draft persistence
- Lets you favorite notes with offline toggling and favorites-first ordering
- Create notes from text shared by other Android apps
- Offers light and dark themes on Android 9+
Tips
Please visit QOwnNotes Android for more information.
Other Android apps
- Nextcloud Notes für Android (Drittanbieter)
- You could also use any sync-tool like Synchronize Ultimate or FolderSync to sync your note files and use software like neutriNotes or Markor to edit your notes
iOS
- CloudNotes für iOS (Drittanbieter)
Tips
Sie können auch Notebooks verwenden und Ihre Notizen via WebDAV synchronisieren. Es gibt ein gutes Tutorial auf Taking Notes with Nextcloud, QOwnNotes, and Notebooks
api.qownnotes.org
Dies ist ein Onlinedienst von QOwnNotes, mit dem überprüft werden kann, ob eine neue Version der Anwendung verfügbar ist.
Er kommuniziert mit GitHub und schaut nach dem letzten Update, erhält eine passende Download-URL und kompiliert die Änderungen aus dem Changelog, verglichen mit der QOwnNotes-Version, die sie gerade als HTML nutzen, um den Update-Dialog anzuzeigen.
Zusätzlich stellt er einen Versionen RSS Feed und eine Implementierung der Legacy update checking API für ältere QOwnNotes-Versionen bereit.
Tips
Auf den Quellcode von api.qownnotes.org können Sie über GitHub zugreifen.
QOwnNotes Web-App
Sie können Fotos von Ihrem mobilen Endgerät in die aktuelle Notiz in QOwnNotes auf Ihrem Desktop einfügen, indem Sie die Web-App auf app.qownnotes.org verwenden.
Tips
Bitte besuchen Sie QOwnNotes Web-App für mehr Informationen.