imzbf / md-editor-v3

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
https://imzbf.github.io/md-editor-v3
MIT License
1.51k stars 145 forks source link

关闭输入提示 # 后的弹框 和 全屏问题 #629

Closed maoruibin closed 1 month ago

maoruibin commented 1 month ago

Describe the issue

  1. 默认输入#后会自动弹框,我如何可以关闭这个,因为我想输入#后弹出我自己的辅助窗口。
  2. 点击全屏后,整个页面都是编辑器页面,此时工具栏上我自定义了一个按钮,点击按钮需要显示一个 element-UI 中的 对话框,发现被挡住了,我可以限制全屏后的展示区域吗,或者你有什么好的方案 推荐吗? 感谢 🙏

Procedure version

4.17.3

Reproduction link

https://inbox.gudong.site/#/

maoruibin commented 1 month ago

补充一个问题,我现在想在 toolabr 和 输入区域之间插入一个输入框,这个是不是目前也不支持,对此你有什么好的建议吗?

imzbf commented 1 month ago

关于第二点,样式的问题,你只需要提高相应的UI组件的z-index。

imzbf commented 1 month ago

在toolbar与输入框之间是没有插槽可以使用的,目前还没有拆分组件的计划,所以建议你考虑在布局上调整一下

maoruibin commented 1 month ago

ok 感谢解答,我准备自己调整样式