All Projects → voldyman → Markmywords

voldyman / Markmywords

Licence: mit
Markdown editor

Programming Languages

vala
323 projects

MarkMyWords

A minimal markdown editor

Status: work in progress

Installation:

  • AUR package by emersion at https://github.com/emersion/aur-markmywords

  • PPA: ppa:voldyman/markmywords

    sudo add-apt-repository ppa:voldyman/markmywords
    sudo apt-get update
    sudo apt-get install mark-my-words
    
  • openSUSE package:

    sudo zypper ar -f obs://X11:Pantheon pantheon
    sudo zypper ref
    sudo zypper in markmywords
    

Screenshot

screenshot

Author: Akshay Shekher

How to build

sudo apt-get install libwebkit2gtk-3.0-dev 
sudo apt-get install libgtksourceview-3.0-dev
sudo apt-get install valac
git clone https://github.com/voldyman/MarkMyWords.git
cd MarkMyWords
mkdir build && cd build 
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr ../
make

Todo

  • [x] Markdown Parsing
  • [x] Live Preview
  • [x] File IO
  • [x] State management
  • [x] Monitor file for changes
  • [x] Export HTML
  • [x] Export PDF
  • [x] Preferences
  • [ ] Github markdown
  • [ ] Versatile keybindings
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].