cherry-markdown
cherry-markdown copied to clipboard
[Feature request] issue汇总
- 在代码块预览区域可以下拉切换语言 (done https://github.com/Tencent/cherry-markdown/pull/464 )
- ~在左侧编辑区域,代码快区域内不需要出现float menu和bubble menu~ (该功能优先级不高,不再考虑)
- 输入联想功能,实现时可以增加输入代码块时联想出语言的能力 (done https://github.com/Tencent/cherry-markdown/pull/473 )
- 支持导出.md文件的功能 (done https://github.com/Tencent/cherry-markdown/pull/399 )
- 提供一个扩展语法实现hover到超链接可以iframe预览
- 提供一个扩展语法实现输入超链接后,回显带iframe预览的链接
- 支持插入腾讯文档、谷歌文档,并支持预览
- 插入公式时给几个常用公式的模板 (done https://github.com/Tencent/cherry-markdown/pull/537 )
- ~预览区域支持标题折叠~ (已有专门的issue跟进https://github.com/Tencent/cherry-markdown/issues/542 ,不在这里跟进)
- ~考虑增加更多文字特效,如气泡~(该功能优先级不高,不再考虑)
(done https://github.com/Tencent/cherry-markdown/pull/537 )
关于公式增加常用模板,在实现时还可以考虑在右侧预览区域增加更多功能,可参考(https://latexlive.com):
需求背景 ~提升在编辑列表类型内容时的效率。支持通过tab/shift+tab快速切换列表层级~
详细描述
- 通过“-”进行无序列表的输入
- 换行后,第二行会自动补全“-”
- 此时点击tab,无法将当前行切换为子集(除非先把光标移动到“-”之前)
- 希望可以支持在此情况下直接跳转
已有专门的issue跟进(https://github.com/Tencent/cherry-markdown/issues/540 ),不在这里跟进。
关于公式增加常用模板,在实现时还可以考虑在右侧预览区域增加更多功能,可参考(https://latexlive.com):
这个也有吧 #537
有了有了,done (https://github.com/Tencent/cherry-markdown/pull/537 )