Giter Site home page Giter Site logo

Installation | Changelog | Issues | Shortcuts | Documentation | 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 times
  • 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
  • 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)
  • 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 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

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 checkout the code directly from the git repository:

git clone https://github.com/pbek/QOwnNotes.git -b master
cd QOwnNotes
git submodule update --init

Then download Qt Creator, open the project file src/QOwnNotes.pro and click on Build / Run.

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

qmake
make

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+
  • 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

QOwnNotes's Projects

api icon api

REST Web API for QOwnNotes for checking for new releases

gentoo-overlay icon gentoo-overlay

Gentoo overlay for QOwnNotes, the open source (GPL) plain-text file notepad with markdown support and todo list manager

homebrew-qc icon homebrew-qc

Homebrew tab for the QOwnNotes command-line snippet manager

md4c icon md4c

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.

qc icon qc

QOwnNotes command-line snippet manager.

qhotkey icon qhotkey

A global shortcut/hotkey for Desktop Qt-Applications

qon-build-test icon qon-build-test

This is a build test repository for QOwnNotes, the plain-text file notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration.

web-companion icon web-companion

Browser extension to browse bookmarks and create notes in QOwnNotes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.