Skip to content
/ marknote Public

A simple markdown note management app

Notifications You must be signed in to change notification settings

KDE/marknote

Repository files navigation

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