QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration. https://www.qownnotes.org/
Find a file
Patrizio Bekerle 42f5a37f11
#3115 webpage: update to VuePress 1.9.10
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
2024-09-23 09:11:04 +02:00
.github ci: use nix-shell 2024-09-18 20:34:22 +02:00
appveyor Fix various typos 2022-10-11 07:22:29 -04:00
build-systems just: migrate from make 2024-09-18 20:18:43 +02:00
docs/scripting/examples #3037 add: reloading of OpenAI UI, custom API key handling, hook documentation, example script additions, changelog entry and settings information 2024-06-14 19:40:12 +02:00
gitlab-ci scripts: move from /bin/bash to /bin/sh 2023-04-28 11:28:02 +02:00
icons #1016, moved icon 2018-09-07 14:35:03 +02:00
obs #2714: Migrate git branches from "develop" to "main" and "master" to "release" 2023-01-28 14:00:28 +01:00
screenshots #3051 doc: add new screenshot and move old one 2024-07-04 09:03:10 +02:00
scripts #3076 nix: wrapQtAppsHook script for Qt6 2024-08-07 19:54:48 +02:00
snap #1306 snap: add git template env var 2024-01-20 13:39:54 +01:00
src linter: fix line length 2024-09-18 20:23:09 +02:00
tests #2711: Activate Qt6 Evernote import tests 2023-02-04 11:21:33 +01:00
travis scripts: move from /bin/bash to /bin/sh 2023-04-28 11:28:02 +02:00
ubuntu-launchpad release: remove obsolete Ubuntu Mantic release 2024-07-16 19:50:31 +02:00
webpage #3115 webpage: update to VuePress 1.9.10 2024-09-23 09:11:04 +02:00
.clang-format Run Clang format script over the codebase 2023-01-26 17:01:10 +05:00
.envrc nix: use nix channel again 2023-09-17 10:53:01 +02:00
.git-blame-ignore-revs Run Clang format script over the codebase 2023-01-26 17:01:10 +05:00
.gitignore Ignore secrets folder 2022-07-17 13:13:37 +02:00
.gitlab-ci.yml #2714: Migrate git branches from "develop" to "main" and "master" to "release" 2023-01-28 14:00:28 +01:00
.gitmodules fakevim update (#2166, #2134) 2021-06-27 09:51:32 +02:00
.readthedocs.yml Add new markdown documentation, generated with MkDocs 2020-03-08 12:41:30 +01:00
.travis.disabled.yml #2714: Migrate git branches from "develop" to "main" and "master" to "release" 2023-01-28 14:00:28 +01:00
appveyor.yml #2714: Migrate git branches from "develop" to "main" and "master" to "release" 2023-01-28 14:00:28 +01:00
CHANGELOG.md pbek/qownnotesapi#49 doc: update changelog 2024-09-19 20:18:22 +02:00
crowdin.yaml i18n: migrate config for crowdin 4.1 2024-07-30 19:53:36 +02:00
default.nix #3076 nix: remove obsolete cmake flags 2024-08-14 21:59:27 +02:00
flake.lock #3061 nix: improve build system for older versions of Qt 2024-08-05 20:25:06 +02:00
flake.nix remove: obsolete qt5compat 2024-08-08 06:33:03 +02:00
justfile just: migrate from make 2024-09-18 20:18:43 +02:00
LICENSE added GNU GPL license 2014-12-16 17:26:32 +01:00
lychee.toml doc: fix broken links and update information 2024-09-18 21:31:28 +02:00
PRIVACY.md doc: add privacy policy 2024-09-17 21:40:38 +02:00
README.md doc: add privacy policy 2024-09-17 21:40:38 +02:00
shell.nix just: migrate from make 2024-09-18 20:18:43 +02:00

QOwnNotes

Installation | Changelog | Issues | Shortcuts | Documentation | Privacy Policy | Screenshots | Nextcloud API | Nextcloud App Page | ownCloud API | Telegram Group | IRC Chat | Gitter Chat | Mastodon | Twitter | Facebook | QOwnNotes Web Companion Firefox extension | QOwnNotes Web Companion Chrome extension | QOwnNotes Web App | QOwnNotes Tor Hidden Service

Build Status GitHub Actions Build Status Windows Snap Status Coverage Status Percentage of issues still open Crowdin Gitter chat

QOwnNotes is the open source notepad with Markdown support and todo list manager for GNU/Linux, macOS and Windows, that works together with Nextcloud Notes and ownCloud Notes.

You are able to write down your thoughts with QOwnNotes and edit or search for them later from your mobile device, like with Nextcloud Notes for Android or the Nextcloud / ownCloud web-service.

The notes are stored as plain text markdown files and are synced with Nextcloud's/ownCloud's file sync functionality. Of course other software, like Syncthing or Dropbox can be used too.

If you like the concept of having notes accessible in plain text files, like it is done in the Nextcloud / ownCloud notes apps to gain a maximum of freedom then QOwnNotes is for you.

Visit the project page here: QOwnNotes project page

To manage your todo lists in the web and on your mobile devices, you need to install the Tasks backend on Nextcloud or ownCloud.

To get more on-line features for your notes, like versioning and trash access, you might also want to install the QOwnNotesAPI app on your server.

To access your ownCloud notes from your mobile device you may want to get one of these:

On Android 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.

On iOS Notebooks may also work well (syncing notes via WebDAV).

Screenshot

Screenhot

You can visit the QOwnNotes project page for more screenshots.

Features

  • written in C++ and optimized for low resource consumption (no CPU and memory-hungry Electron app)
  • multiple note folders can be used
  • you can use your existing text or markdown files, no need for an import most of the time
  • older versions of your notes can be restored from your Nextcloud / ownCloud server (install QOwnNotesAPI on your server)
  • trashed notes can be restored from your Nextcloud / ownCloud server (install QOwnNotesAPI on your server)
    • there also is a local trash
  • sub-string searching of notes is possible and search results are highlighted in the notes
  • application can be operated with customizable keyboard shortcuts
  • external changes of note files are watched (notes or note list are reloaded)
  • differences between current note and externally changed note are shown in a dialog
  • markdown highlighting of notes and a markdown preview
  • spellchecking support
  • tabbing support for editing notes
  • scripting support and an online script repository where you can install scripts inside the application
  • implementation of the OpenAI completion API to be used in scripts
  • QOwnNotes Web Companion browser extension to a add notes from the selected text and other features
  • notes are getting their name from the first line of the note text (just like in the Nextcloud / ownCloud notes web-application) and the note text files are automatically renamed, if the first line changes
    • this feature can also be turned off, and you can use any filename you like
  • manage your Nextcloud / ownCloud todo lists (ownCloud tasks or Tasks Plus / Calendar Plus)
  • create Nextcloud Deck cards and link to them in your notes
  • encryption of notes (AES-256 is built in, or you can use custom encryption methods like Keybase.io (encryption-keybase.qml) or PGP (encryption-pgp.qml))
  • dark mode theme support
  • all panels can be placed wherever you want, they can even float or stack (fully dockable)
  • toolbars are fully customizable
  • support for freedesktop theme icons, so you can use QOwnNotes with your native desktop icons and with your favorite dark desktop theme QOwnNotes supports Freedesktop icon themes
  • support for hierarchical note tagging and note subfolders
  • support for sharing notes on your Nextcloud / ownCloud server
  • portable mode for carrying QOwnNotes around on USB sticks
  • Vim mode
  • distraction free mode, full-screen mode, typewriter mode
  • Evernote (now with large files) and Joplin import
  • QOwnNotes is available in over 60 different languages like English, German, French, Polish, Chinese, Japanese, Russian, Portuguese, Hungarian, Dutch and Spanish
    • Your help is very much appreciated to improve these translations or to translate QOwnNotes in more languages
    • Join the fun at Crowdin to help with the translations

Installation

Packaging status

Please visit Installation for all the ways to install QOwnNotes.

Building QOwnNotes

To get the most current features you can build the application from the source code. Download the latest source here: QOwnNotes Source on GitHub as ZIP

Alternatively you can also check out the code directly from the git repository:

git clone https://github.com/pbek/QOwnNotes.git -b release --depth=1
cd QOwnNotes
git submodule update --init

Then download Qt Creator, you will also need the packages qtwebsockets to build QOwnNotes with Qt6 (only qtwebsockets for Qt5). If you build under Windows, you want to stick to MinGw 64-bit.

Afterward open the project file src/QOwnNotes.pro and click on Build / Build Project QOwnNotes.

Or you can build it directly in your terminal:

cd src

# build binary translation files if you want another language than English
lrelease QOwnNotes.pro

# prepare build process and build the application
qmake
make -j4

Building QOwnNotes For Development

If you are going to work with the code, then you can do the following instead of the above:

cd src
qmake CONFIG+=DEV_MODE CONFIG+=debug ..
make -j4

The DEV_MODE variable enabled higher warning levels + precompiled headers.

Please feel free to contribute source code to this project, make suggestions or report troubles on the QOwnNotes issues page!

You can also visit QOwnNotes on GitHub.

Minimum software requirements

  • A desktop operating system, that supports Qt
  • Qt 5.5+ / Qt 6.0+
  • gcc 4.8+

Disclaimer

This SOFTWARE PRODUCT is provided by THE PROVIDER "as is" and "with all faults." THE PROVIDER makes no representations or warranties of any kind concerning the safety, suitability, lack of viruses, inaccuracies, typographical errors, or other harmful components of this SOFTWARE PRODUCT.

There are inherent dangers in the use of any software, and you are solely responsible for determining whether this SOFTWARE PRODUCT is compatible with your equipment and other software installed on your equipment. You are also solely responsible for the protection of your equipment and backup of your data, and THE PROVIDER will not be liable for any damages you may suffer in connection with using, modifying, or distributing this SOFTWARE PRODUCT.

Matomo Stats