SeptemberHX
SeptemberHX
This package seems enough for rendering the math: https://github.com/SamyPesse/codemirror-widgets
I think the image style renderer is not suitable for math because it still shows the `![]()` things. For math, it looks very messy with lots of inline math in...
I successfully rendered katex inline math string to equation in the markdown editor. However, I notice serious performance issues when there are many rendered equations in the editor: It can...
> I think you can render to an image and display that instead. It should perform better. Yes, I also think images should help. But unfortunately, I haven't found the...
It seems a good tool. I also check the obsidian's editor since it has already supported live preview markdown editor. It also directly insert the dom elements for rendered math,...
I successfully figured out how to colorize the admonition part in the editor:  However, It conflicts with the 'Align wrapped list items': Any idea how to solve the conflicts?
I have a HP Spectre X360 with i7-8565U, and my CPU will also drop to 600-800mhz when using applications that consume GPU heavily (Such as Epic Games Launcher). And the...
`$\colorbox{aqua}{\color{red}{f=ma}}$` should work fine.
I think the problem may be caused because of `packages/app-desktop/gui/NoteEditor/NoteBody/CodeMirror/utils/useExternalPlugins.ts` or related functions. It repeatedly load every plugin. For example, there are 4 plugins: `p1`, `p2`, `p3`, and `p4`. It...
这个我目前没有找到合适的解决方案。 我是用 Qt 的 screen 来判断有多少个屏幕的,Qt貌似没有很好的区分 xorg.conf 配置,导致 Qt 函数就上报了多个 screen。 后面我试试看这种情况下,是不是能够通过判断屏幕分辨率和位置等信息来判断是否是一个屏幕。