Man page - formiko(1)

Packages contains this manual

Manual

FORMIKO

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
FILES
BUGS
AUTHOR

NAME

formiko - reStructuredText and MarkDown editor and live previewer

SYNOPSIS

formiko [options] [FILE]

DESCRIPTION

Formiko is reStructuredText and MarkDown editor and live previewer. It is written in Python with Gtk3 and Webkit2. It use Docutils and recommonmark Common Mark parser.

This version use SourceView as editor and GtkSpell3 as spell checker.

OPTIONS

-h , --help

Show help options

-p , --preview

Preview only

FILE

Specifies the file to open when formiko starts. If this is not specified, formiko will load a blank file with an "Untitled Document" label with ReStructuredText format.

FILES

˜/.config/formiko.ini

Your personal configuration file. Formiko store your options automatically when you make change.

˜/.cache/formiko/window.ini

Your personal cache file. Formiko store there values about window size and paned panels.

˜/.cache/formiko/WebKitCache

This is your WebKit preview cache.

BUGS

If you find a bug, please report it at the GitHub issues tracker. See https://github.com/ondratu/formiko/issues .

AUTHOR

Ondřej Tůma (mcbig@zeropage.cz)