Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kde/marknote
- Owner: KDE
- Created: 2023-04-25T00:51:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-01T01:23:43.000Z (7 months ago)
- Last Synced: 2024-05-01T12:02:05.345Z (7 months ago)
- Language: C++
- Homepage: https://invent.kde.org/office/marknote
- Size: 1.13 MB
- Stars: 22
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
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
## 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
```