sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.79k stars 1.12k forks source link

Get location of original and converted section locations #820

Open sada-narayanappa opened 2 years ago

sada-narayanappa commented 2 years ago

HI

I was wondering if I can get the location of mark-down and its corresponding converted html locations.

It will help me to sync the contents easily and also easy to locate the where I am typing.

In other words, if I can click on a location on left window, then I want to scroll and high light a section on the html side for easy editing.

thanks