1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: formiko
Section: editors
Priority: optional
Maintainer: Ondřej Tůma <mcbig@zeropage.cz>
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-docutils,
python3-setuptools,
Standards-Version: 4.1.3
Homepage: https://github.com/ondratu/formiko
X-Python3-Version: >= 3.8
Vcs-Git: https://github.com/ondratu/formiko-debian.git
Vcs-Browser: https://github.com/ondratu/formiko-debian
Package: formiko
Architecture: all
Depends:
gir1.2-gtksource-3.0,
gir1.2-gtkspell3-3.0,
gir1.2-webkit2-4.1,
librsvg2-common,
python3-docutils,
python3-gi,
python3-recommonmark,
${misc:Depends},
${python3:Depends},
Suggests:
vim-gtk3,
Description: reStructuredText and MarkDown editor and live previewer
Features:
* GtkSourceView based editor with syntax highlighting
* possible use Vim editor
* vertical or horizontal window splitting
* preview mode
* periodic save file
* json and html preview
|