shuzijun / markdown-editor

IntelliJ Platform A full-featured WYSIWYG editor for markdown
https://plugins.jetbrains.com/plugin/17254-markdown-editor
Apache License 2.0
155 stars 35 forks source link

大纲点击没有导航效果; 展示页面和原始内容没有同步滚动 #13

Closed lxk696 closed 2 years ago

lxk696 commented 2 years ago

大纲点击没有导航效果; 展示页面和原始内容没有同步滚动

lxk696 commented 2 years ago

intellij 2021.2.2 ultimate edition

shuzijun commented 2 years ago

参考问题issues, 目前高度为自适应,大纲点击无法跳转。 前期指定过高度,但是出现了无法跟随窗口大小变化的问题。 可以先参考自定义样式,同步下模板,然后在 https://github.com/shuzijun/markdown-editor/blob/05ae808e51501779e1117b5cef858b38534d3dae/template/default.html#L220 的下方增加

"height":document.documentElement.clientHeight, 

之后重新打开文件。

gerryhjs commented 2 years ago

试过了 修改css的方式可以解决该问题