Ke Wang

Results 16 comments of Ke Wang

If you are currently using the latest version of `uiwjs/react-codemirror`, then you can get the `EditorView`, `EditorState` and `HTMLDivElement` instances of CodeMirror with the `ref` parameter: ```tsx import React from...

@linonetwo yes, but the CME plugin missing a lot of documents. That is the problem. @kookma If you would like to add some snippets, just add a tiddler with the...

CME can read system snippets, too. If you write both types of them, snippets may appear twice. So should just write system snippets.

感觉是autolist拦截了codemirror的事件。那么暂时可能需要用Tab或者鼠标点击来解决了。 我还是第一次了解到texteditoroperation这种模块,我有时间了解一下,看起来是对所有文本编辑器都有效的模块。 最近在搞echarts,等过年前后可以搞一搞cme,我的计划清单里是有把这种列表补全加入进来的。 感谢你的支持!

额就是出现补全之后按 Tab 键就可以补全了。我这边测试是可以的。

wtf怎么都被挡了,那我没辙了XD

Adding this code to `$__plugins_tiddlywiki_codemirror_mode_tw5_tw5.css.tid` can help: ```css .CodeMirror-hints { z-index: 800 !important; } ```

Thank you, that sounds interesting. But Scan the CamelCase words every time may cause lags and affect the writing experience. I can try this idea later, but it is not...

Good idea! I will rewrite the clickable links method after the new parse mode.

@arunnbabu81 Well, the answer is simple: the [Edit Code] section is not necessarily the most complete code, the [Full Code] section is - for example, in the first example, if...