Skip to content

A note-taking and management application using markdown.

Notifications You must be signed in to change notification settings

KDE/klevernotes

Repository files navigation

KleverNotes

A convergent markdown note taking application.

Dependencies

  • Kirigami
  • Qt Quick Controls

Installing

  1. Install the required packages, which you can find on this page
  2. Download or clone the repo
  3. Inside the directory run :
mkdir build
cd build
/usr/bin/cmake  -Wno-dev -G Ninja ../
/usr/bin/ninja

/usr/bin/cmake is the default path to cmake, replace it by yours if it's different.

Same goes for /usr/bin/ninja.