Warning, /office/marknote/README.md is written in an unsupported language. File is not indexed.

0001 #  <img src="https://invent.kde.org/mbruchert/marknote/-/raw/master/logo.png">  Marknote
0002 
0003 A simple markdown note management app
0004 
0005 most formating features not supported yet
0006 
0007 <img src="https://i.imgur.com/tJba9pK.png.png"  height="350" > <img src="https://i.imgur.com/9DsuKFP.png"  height="350" >
0008 
0009 ## build instructions
0010 
0011 ### flatpak builder (with kde sdk)
0012 ```
0013 flatpak-builder tmp --force-clean --ccache --install --user org.kde.marknote.json
0014 ```
0015 ### cmake
0016 ```
0017 mkdir build
0018 cd build
0019 cmake ..
0020 make
0021 ```