/catdown-scrollsync

Catdown plugin. Synchronises preview scrolling to editor scrolling.

Primary LanguageJavaScriptMIT LicenseMIT

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"));