Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.03 KB

README.md

File metadata and controls

54 lines (43 loc) · 1.03 KB

uText

uText is a markdown editor for ubuntu

For more information, please visit our website: http://launchpad.net/utext/ or http://www.atareao.es

Requirements

Required dependencies:

gir1.2-gtk-3.0,
gir1.2-gdkpixbuf-2.0,
gir1.2-webkit-3.0,
gir1.2-gtkspell3-3.0,
gir1.2-gtksource-3.0,
gir1.2-pango-1.0,
python3-chardet,
python3-jinja2,
python3-markdown,
python3-requests,
python3-bs4,
python3-xlib,
wkhtmltopdf,
pandoc,
html2ps,
gvfs-bin,
imagemagick

Download

To download the source:

$ git clone https://github.com/atareao/utext.git

Install

Add the repository and install.

sudo add-apt-repository ppa:atareao/utext
sudo apt update
sudo apt-get install -y \
    gir1.2-gtk-3.0 gir1.2-gdkpixbuf-2.0 gir1.2-webkit-3.0 \
    gir1.2-gtkspell3-3.0 gir1.2-gtksource-3.0 gir1.2-pango-1.0 \
    python3-chardet python3-jinja2 python3-markdown \
    python3-requests python3-bs4 python3-xlib \
    wkhtmltopdf pandoc html2ps gvfs-bin imagemagick \
    utext