Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voldyman/MarkMyWords
Markdown editor
https://github.com/voldyman/MarkMyWords
Last synced: 29 days ago
JSON representation
Markdown editor
- Host: GitHub
- URL: https://github.com/voldyman/MarkMyWords
- Owner: voldyman
- License: mit
- Created: 2014-12-24T11:42:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T13:00:19.000Z (almost 4 years ago)
- Last Synced: 2024-05-19T02:08:49.672Z (7 months ago)
- Language: Vala
- Homepage:
- Size: 1.66 MB
- Stars: 213
- Watchers: 16
- Forks: 19
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - MarkMyWords - A minimal markdown editor (Applications / Accessories)
README
# MarkMyWords
A minimal markdown editor
**Status**: work in progress
Installation:
* AUR package by [emersion](https://github.com/emersion) at https://github.com/emersion/aur-markmywords
* PPA: _ppa:voldyman/markmywords_
```shell
sudo add-apt-repository ppa:voldyman/markmywords
sudo apt-get update
sudo apt-get install mark-my-words
```
* openSUSE package:```shell
sudo zypper ar -f obs://X11:Pantheon pantheon
sudo zypper ref
sudo zypper in markmywords
```## Screenshot
![screenshot](https://github.com/voldyman/MarkMyWords/raw/master/screenshots/screenshot-2015-1-29.png)
Author: Akshay Shekher
## How to build
```shell
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