Skip to content

A simple markdown editor for Ubuntu

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.MIT
Notifications You must be signed in to change notification settings

Gabriele69/crazy-mark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crazy Mark

A simple markdown editor for Ubuntu

Credits

Translations

Please help translating Crazy Mark on Transifex.

Installation

Ubuntu Store

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/.

Open Store

If you want to have access to the files in your home directory (e.g. ~/Documents), you can install the Open Store version.

Ubuntu Desktop

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.

Develop for Ubuntu phone

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.

Included third-party software

The following third-party software comes with Crazy Mark and is licensed as specified:

License and Copyright

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.

About

A simple markdown editor for Ubuntu

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 51.9%
  • JavaScript 26.7%
  • C++ 18.1%
  • QMake 2.1%
  • HTML 1.2%