Vanessa219 / vditor

♏ 一款浏览器端的 Markdown 编辑器,支持所见即所得(富文本)、即时渲染(类似 Typora)和分屏预览模式。An In-browser Markdown editor, support WYSIWYG (Rich Text), Instant Rendering (Typora-like) and Split View modes.
https://b3log.org/vditor
MIT License
8.09k stars 844 forks source link

分屏预览模式左右同步滑动 #1639

Open aox7 opened 4 weeks ago

aox7 commented 4 weeks ago

你在什么场景下需要该功能?

分屏预览模式左右同步滑动

lute有什么api支持render html到源代码的行号对应吗。 比如一个解析后的代码块,我能确认它是源代码中对应的起始行和结束行吗。 SetJSRenderers只能拿到解析后的ILuteNode,直接设置lute options似乎也没有提供类似功能的api