Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kde/marknote

A simple markdown note management app
https://github.com/kde/marknote

Last synced: 4 days ago
JSON representation

A simple markdown note management app

Awesome Lists containing this project

README

        

# MarkNote

Write down your thoughts.

Marknote supports a wide range of formating options usefully for taking every day notes, like bold, italic, underlined and strike through fonts as well as headings, lists, check boxes, images and more.

## Installation

Download on Flathub

## Build Instructions

### flatpak builder (with kde sdk)
```
flatpak-builder tmp --force-clean --ccache --install --user org.kde.marknote.json
```
### cmake
```
mkdir build
cd build
cmake ..
make
```
### kdesrc-build
```
kdesrc-build marknote
```