Markup Editor is a editor for reStructuredText and Markdown.
Feature
support Markdown and reStructuredText
Pygments to support Syntax Highlight
support MathJax
Format table
VIM mode
HTML Preview
Synchronize scroll with preview window
drag and drop
Multiple workspaces
Customized template
Peview CSS Themes
Multiple editor windows
VIM
vim command:
h, j, k, l # move left, down, up, right ~, gu, gU # change uppper or lower case w, b, e # move forward or backward by word 0, ^, $ # move begin of line, first word of line, end of line gg, G # move document top and bottom ctrl+f, ctrl+b # page down and up d, db, dw, D, dd # delete back word, word, to end of line, line y, yy, x, X, p # copy, cut, paste i, a, A, o, O # insert, append, newline <, > # indent J, I # line join, and vertical insert u, . # undo and redo /, :/, /<search>, s/<search>/<replace/ # search and replace c, w, r # selection change, read and write n [file] # new window ,f # format table
vim mode:
normal
insert
visual
visual block
command: :w, :q
Install
in Linux:
pip3 install meditor --user
install with download from github:
# download source git clone https://github.com/liuyug/meditor.git cd meditor # for Virtualenv virtualenv ../virtualenv # on Linux source ../virtualenv/bin/activate # on Window cmd ../virtualenv/scripts/activate # on Window PowerShell Set-ExecutionPolicy -Scope CurrentUser RemoteSigned ../virtualenv/scripts/activate # check version, above 3.5 python --version pip --version # install 3rd packages pip install -r requirements.txt # prepre data files # ui window bash ui.sh # fetch reStructuredText documents bash help.sh # for Simple MathJax bash math.sh # for preview themes bash themes.sh # for icon theme that is used under win32 bash icon_theme.sh list bash icon_theme.sh <theme name> # install meditor python3 setup.py install . --user
Screen Shot
check screenshot directory to view more Themes
Other
Iconset: NuoveXT 2 Icons by Saki
Release files for meditor 2.13.38
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| meditor-2.13.38-py3-none-any.whl | Python 3 | none | any | Details |
Release files / meditor-2.13.38-py3-none-any.whl
| Download URL | meditor-2.13.38-py3-none-any.whl |
|---|---|
| Size | 871.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4a092f35d72bdc4b7282508c995752227a26969dba05a6f8598a6186b3affadb
|
|
BLAKE2b-256 checksum How to use checksums |
9c390e0c91e92fff9f42a50b38cc2b55956725cb756d68ec9f68f0aca500f674
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.6
|