svrx plugin for markdown, help us editing markdown like a ninja .
please confirm you have installed svrx already
npm i @svrx/cli -g
- Don't rely on special editors.
- Hot reload when file changes (not full render)
- Auto jump to the file you are editing
- Auto scroll to the area you are editing
- Two builtin theme
light
anddark
, follow github markdown syntax highlighter
svrx --markdown
or
svrx -p markdown?theme=light
const svrx = require('@svrx/svrx');
svrx({ plugins: [ 'markdown' ] }).start();
- theme:
string
, default isdark
, you can also uselight
to switch light mode. - auto:
boolean
, auto jump to the markdown you are editing. default istrue
MIT