A simple markdown editor for Ubuntu
- Thanks to Sam Hewitt for creating the Ubuntu Icon Resource Kit which was used to create the application icon.
- Thanks to all translators on Transifex.
Please help translating Crazy Mark on Transifex.
Crazy Mark is available for download from the Ubuntu Store. Please note that due to the Ubuntu Touch confinement policies this version can only write to ~/.local/share/crazy-mark.timsueberkrueb/
.
If you want to have access to the files in your home directory (e.g. ~/Documents
), you can install the Open Store version.
Make sure you have all dependencies installed:
sudo apt update
sudo apt install qt5-default
sudo apt install qtdeclarative5-dev qtbase5-dev
sudo apt install qtdeclarative5-ubuntu-content1
sudo apt install libqt5svg5-dev
Clone, build and run:
git clone https://github.com/tim-sueberkrueb/crazy-mark
cd crazy-mark
qmake; make
./crazy-mark
Tested on Ubuntu 16.04.
Make sure you have the Ubuntu SDK installed.
Open the project (File > Open file or project > Select crazy-mark.pro
)
Select and/or create all necessary build kits in the Projects
tab.
Attach a device and click the run button.
The following third-party software comes with Crazy Mark and is licensed as specified:
- Marked.js by Christopher Jeffrey licensed under the MIT License (see LICENSE.MIT)
- Pecita font by Philippe Cochy licensed under the SIL Open Font License, Version 1.1.
Copyright © 2016 Tim Süberkrüb
This application is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
See LICENSE for more information.