Linc
Linc
I'm doing PR --- some pr note: ``` main.ts::registerCodeBlockProcessors() new CodeBlock() CodeBlock.ts::CodeBlock::constructor() render() Highlighter.ts::renderWithEc(); ec.render(); toHtml() ``` I don't quite understand why. For now, I'll just directly `codeToHtml`. There are...
Grammar and Effect: 
https://github.com/user-attachments/assets/5d359a58-a21d-4cb7-b414-f4b5ac23caff How about that. I referred to the textarea on the https://shiki.style/ page. The principle is to stack textarea and pre together. > [!warning] > This strategy has a drawback:...
try to use min version: https://github.com/LincZero/obsidian-shiki-plugin/actions/runs/15153335319
https://github.com/user-attachments/assets/3f32108e-7f49-47ed-977d-5e03563c7c9c I referred to the textarea on the https://shiki.style/ page. The principle is to stack textarea and pre together. > [!warning] > This strategy has a drawback: it is very...
## Review note - Switching renderMode.codemirror in the Settings is the original behavior of the plugin. (If you merge, you can choose to modify this option back to the codemirror...
Reconstruct, then switch back to draft. Refactor: Extract "editable codeblock" as a universal module that is independent of Obsidian, so that this module can be used jointly in this project...
latest developments: online demo: https://editableblock.github.io/EditableBlock/ It is not ruled out that a new warehouse and plugins will be created.
Additional: Another tool that can help reduce errors when migrating from other document builders to vuepress or adding vuepress builders from existing documents. `img_not_found` plugin: It is allowed to modify...
Document supplement after the completion of this PR #1647 : (I'll write the document here for now. Once the PR is completed, I'll copy it over to the document side.)...