Editor for reStructuredText and Markdown
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
meditor-2.13.38-py3-none-any.whl
(871.6 kB
view details)
File details
Details for the file meditor-2.13.38-py3-none-any.whl
.
File metadata
- Download URL: meditor-2.13.38-py3-none-any.whl
- Upload date:
- Size: 871.6 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a092f35d72bdc4b7282508c995752227a26969dba05a6f8598a6186b3affadb |
|
MD5 | 20e9e134b228ea79690cc8adf47539ba |
|
BLAKE2b-256 | 9c390e0c91e92fff9f42a50b38cc2b55956725cb756d68ec9f68f0aca500f674 |