shuzijun
shuzijun
第一次点击的时候,触发了全选,导致第二次把所有内容都变成了表格,这个后续修复一下。
> 缺少添加列和行的操作 这个可以参考快捷键: https://github.com/shuzijun/markdown-editor/wiki/%E5%BF%AB%E6%8D%B7%E9%94%AE
Need to install [markdown](https://plugins.jetbrains.com/plugin/7793-markdown) first
有复现的步骤和图片么,可以贴下
@auhouhs 去看了下vidtor的相关issues,没有用户讨论这个值的大小。感觉每个用户体验不一致,如果用户有需要可以同步模版自行改一下
I checked the documentation of vditor: > 目前大部分 Markdown 引擎会自动将换行符 \n 转换为 \,即软换行转硬换行。所以结尾用两个或更多空格的写法虽然稳妥,但是可能也会造成一些小问题:结尾空格在一些编辑器中并不可视;不小心按到或者习惯性按到会造成错误排版。介于这些小问题,可能用 \ 来折行是最稳妥的做法,但这又不太优雅。另外,在 CommonMark 规范中可以在文本结尾使用反斜杠 \ 来折行,但我也不太推荐这种写法。 > 综上,我的建议是不要使用结尾空格、\ 或者 \,因为现在几乎所有的 Markdown 引擎基本都已经支持软换行转硬换行了。 > At present, most Markdown...
看已经提了https://github.com/Vanessa219/vditor/issues/1330
下个版本支持,现在可以通过参考[自定义样式](https://github.com/shuzijun/markdown-editor/blob/main/assets/CustomStyle_ZH.md)同步模版(有可能有网络问题),然后在template/default.html增加一行 ``` "typewriterMode": true, ```
Sorry, I checked the description of [vditor](https://github.com/Vanessa219/vditor), RTL is not well supported yet.
没有相关配置,如果想更改颜色,可以参考[自定义样式](https://github.com/shuzijun/markdown-editor/blob/main/assets/CustomStyle_ZH.md),改起来有点复杂。 其他快捷键参考 [快捷键](https://github.com/shuzijun/markdown-editor/wiki/%E5%BF%AB%E6%8D%B7%E9%94%AE)