Concept
QOwnNotes
- QOwnNotes stocke les note dans votre dossier de notes sous forme de fichiers Markdown
- Il peut parler à votre serveur Nextcloud / ownCloud pour partager publiquement des notes avec d'autres personnes
- Vous pouvez également accéder à l'historique de vos notes et à la corbeille sur votre serveur Nextcloud / ownCloud via l'application QOwnNotesApi Nextcloud
- Les listes Todo sur votre serveur Nextcloud / ownCloud sont accessibles depuis QOwnNotes
- QOwnNotes ne synchronise pas vos notes et vos fichiers multimédias / pièces jointes!
- La synchronisation de fichiers est une entreprise complexe, il existe déjà d'excellentes solutions de synchronisation de fichiers (voir Client de synchronisation de bureau Nextcloud)
Fichiers de notes en Markdown
- Vous possédez toutes vos notes et fichiers multimédias / pièces jointes!
- Vos notes sont stockées sous forme de fichiers Markdown en texte brut sur votre ordinateur de bureau
- Vous pouvez utiliser n'importe quel éditeur de texte que vous aimez à côté de QOwnNotes pour afficher ou modifier vos fichiers de notes
- Synchronisez vos notes avec d'autres appareils (bureau et mobile) avec votre client de synchronisation Nextcloud ou ownCloud sur votre serveur
Extension de navigateur QOwnNotes
Vous pouvez gérer vos signets de navigateur avec QOwnNotes ou l'utiliser comme web clipper.
The same bookmark parsing and indexing can also power a local suggestion API for Homepage.
Conseil
Les extensions de navigateur fonctionnent hors ligne, aucune connexion Internet n'est nécessaire. Veuillez visiter l'extension de navigateur QOwnNotes Web Companion pour plus d'informations.
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
Conseil
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.
Gestionnaire d'extraits de commandes en ligne de commande de QOwnNotes
Vous pouvez gérer les extraits de commandes avec QOwnNotes et les exécuter depuis la ligne de commande.
Conseil
Veuillez visiter Gestionnaire d’extraits de commandes en ligne de commande QOwnNotes pour plus d'informations.
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
Conseil
Please visit LanguageTool for more information.
Client de synchronisation Nextcloud pour ordinateur de bureau
Synchronisez vos notes avec d'autres appareils (ordinateur de bureau & mobile), vers votre serveur grâce aux clients Nextcloud ou ownCloud.
Conseil
Bien sûr, d'autres solutions comme Dropbox, Syncthing, Seafile ou BitTorrent Sync peuvent également être utilisées pour synchroniser vos notes ou d'autres fichiers.
Vous pouvez également utiliser git pour synchroniser, par exemple avec gitomatic.
Serveur Nextcloud
Pour travailler en ligne avec vos notes vous pouvez utiliser des serveurs, tels que Nextcloud ou ownCloud.
Vous pouvez héberger votre propre serveur ou faire appel à une solution hébergée.
Il existe une liste de fournisseurs Nextcloud gérée par la communauté, ainsi qu'une liste d'appareils fonctionnant avec Nextcloud.
Portknox a signalé qu'ils ont QOwnNotesAPI installé.
Conseil
Bien sûr, d'autres solutions comme Dropbox, Syncthing, Seafile ou BitTorrent Sync peuvent également être utilisées pour héberger vos notes ou d'autres fichiers.
App QOwnNotesAPI pour Nextcloud
QOwnNotesAPI vous permet d'accéder à vos notes mises à la corbeille et versions de notes côté serveur.
Conseil
Veuillez visiter App QOwnNotesAPI Nextcloud pour plus d'informations.
App serveur Nextcloud Notes
Utilisez Nextcloud Notes pour modifier vos notes sur le Web.
Avertissement
Gardez à l'esprit que Nextcloud Notes ne prend actuellement en charge qu'un seul niveau de sous-dossiers.
Nextcloud Deck server app
You can use QOwnNotes to quickly create cards in Nextcloud Deck.
Nextcloud Notes mobile app
To access your Nextcloud / ownCloud notes from your mobile device you can use different apps.
Android
- Notes Nextcloud pour Android (tiers)
Conseil
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 pour iOS (tierce partie)
Conseil
You can also use Notebooks and sync your notes via WebDAV, there is a good tutorial at Taking Notes with Nextcloud, QOwnNotes, and Notebooks
api.qownnotes.org
This is an online service provided by QOwnNotes to check if there is a new release of the application available.
It is talking to GitHub and checks for the latest release, gets a suited download url and compiles the changes from the changelog compared to the version of QOwnNotes you are currently using as html to show in the update dialog.
In addition, it also provides the Release RSS Feed and an implementation of the legacy update checking api for older versions of QOwnNotes.
Conseil
You can access the source code for api.qownnotes.org on GitHub.
QOwnNotes Web App
You can insert photos from your mobile phone into the current note in QOwnNotes on your desktop via the web application on app.qownnotes.org.
Conseil
Please visit QOwnNotes Web App for more information.