Go to file
mark-hahn 712942dc6a Merge pull request #28 from chaserhkj/chaserhkj
Added support for markdown-preview-plus
2015-08-30 11:32:14 -07:00
lib Fixed a typo 2015-08-30 18:01:46 +08:00
.gitignore fixed dom walk bug 2015-05-18 23:17:01 -07:00
CHANGELOG.md bumped version 2015-06-04 12:23:59 -07:00
LICENSE.md first commit 2015-03-03 20:52:53 -08:00
README.md first release 2015-03-05 19:07:36 -08:00
package.json bumped version 2015-06-04 12:23:59 -07:00
test.md fixed roaster depencency 2015-04-18 14:16:08 -07:00

README.md

markdown-scroll-sync Atom editor package

Auto-scroll markdown-preview tab to match markdown source. See the project at github.


Image inserted by Atom editor package auto-host-markdown-image


Usage:

There is no atom command or keybinding. There are no config settings.

The package starts on load and watches for when it should sync. It will automatically sync when there are two panes where one active tab is a markdown file and another active tab is the markdown preview for that file. At that point it will scroll the preview to match the markdown file's scroll position.

When the markdown file is scrolled the preview is automatically scrolled to match. If the preview is scrolled then syncing is temporarily turned off until the main file is focused again. The markdown file is never automatically scrolled to match the preview.

License

Copyright Mark Hahn by MIT license.

Advertisement.

See other packages by mark-hahn at https://atom.io/users/mark-hahn/packages?direction=desc&sort=downloads.