阿菜 Cai

Results 211 comments of 阿菜 Cai

> 嘿,我不明白需要做什么,所以可以用英语向我解释一下 Sorry, let me explain to you. 1. Support a drag and drop effect in the red position, which allows draw.io to be placed in different positions to prevent...

https://tencent.github.io/cherry-markdown/examples/multiple.html 你指的是这条线吗?没有发现错位哎? ![image](https://github.com/Tencent/cherry-markdown/assets/81673017/bda859da-a8b3-4c93-b8a2-f32c48c30640)

您看下这个呢?https://tencent.github.io/cherry-markdown/examples/index.html 好像也没有发现出问题?。。 ![image](https://github.com/Tencent/cherry-markdown/assets/81673017/00c2f1d0-e374-4202-bb04-898057469273)

> > 您看下这个呢?https://tencent.github.io/cherry-markdown/examples/index.html 好像也没有发现出问题?。。 ![image](https://user-images.githubusercontent.com/81673017/242804932-00c2f1d0-e374-4202-bb04-898057469273.png) > > 刚我发GIF图的时候,忘点击回复了,您看下我上面发的gif动画图应该就明白了。您刚发的这个演示是全屏和普通屏一样的尺寸,所以不会出现错位。 稍等 我改一下试试。

复现问题了: 当进行全屏之后,分割线被移动,但是选中点依然在之前的那个位置。会尽快修复一下的,谢谢。

> 1. 比如setting可以选择居右显示 > 2. 在屏幕比较小的情况下可以分行显示工具栏 1. 考虑直接使用`Scroll`进行滚动 2. 或者使用`Overflow adaptation`,对于超出的长度进行收集到一个下坠菜单上

[Api example](https://tencent.github.io/cherry-markdown/examples/api.html) Does this satisfy you? In the future, we will update a brand new document.

I personally believe that : 1. when embedded in Vue, you should correspond to the declaration cycle of new Cherry. ```ts let cherryMarkdown; onMounted(() => { cherryMarkdown = new Cherry(defaultConfig);...

> 需要讨论一个合理的方案 同样需要这个功能 --- 是否可以根据给的数据去精细控制到每一个数据的`check`的是否`disabled`。

I haven't learned about `monaco vscode apis`, but if I only want the editor to support the functionality of a certain language (language/worker), is using` monaco vscode apis` too complicated?