catdown-scrollsync
A Catdown plugin which synchronises editor scrolling with preview scrolling one way.
Installation
Install with NPM.
$ npm install --save catdown-scrollsync
use
it on your Catdown editor.
editor.use(require("catdown-scrollsync"));