Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/KDE/klevernotes

A note-taking and management application using markdown.
https://github.com/KDE/klevernotes

Last synced: about 2 months ago
JSON representation

A note-taking and management application using markdown.

Awesome Lists containing this project

README

        

# 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](https://develop.kde.org/docs/getting-started/kirigami/introduction-getting_started/)
2. Download or clone the repo
3. Inside the directory run :

```sh
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`.