obsidian-shiki-plugin icon indicating copy to clipboard operation
obsidian-shiki-plugin copied to clipboard

Results 21 obsidian-shiki-plugin issues
Sort by recently updated
recently updated
newest added

There are currently some problems with this PR: ## This PR works en - feat - allow editing in linve preview. close #19 close #44 close #1 - support notaion...

This is more of an idea. It's related to #19, but still not direct editing. A row edit button is added to each line of the code block. When clicked,...

- [x] The Plugin is up to date - [x] Obsidian is up to date **Describe the bug** When in edit or read mode I tap or click on parts...

bug

It is hoped to **create an organization** for this purpose! @mProjectsCode - Can include an `obsidian-codeblock-enhance-min`, the new repository can help people download the min version via brat. (Just like...

- [x] The Plugin is up to date - [x] Obsidian is up to date **Describe the bug/To Reproduce** If this [sheets extended](https://github.com/NicoNekoru/obsidan-advanced-table-xt) plugin and shiki highlighter are both turned...

bug

- current version: 1.24.0 - latest version: 3.4.2 ```shell npm install shiki@latest ``` One feature supported by the new version is what I need: notationHightlight, notationDiff, ...... see https://shiki.style/packages/transformers#transformernotationdiff for...

Hi, I love some [Code Styler](https://github.com/mayurankv/Obsidian-Code-Styler) features. I wonder if it would be possible to add them. ### Icon and language name in header There are options to enable one...

Maybe this is already possible and I'm missing something obvious, but I'd like to be able to apply Expressive Code options globally. e.g. `wrap` and `showLineNumbers`. Currently I have to...

[Execute code plugin](https://github.com/twibiral/obsidian-execute-code?tab=readme-ov-file#running-in-preview-) requires tags in the format with `run-` appended as seen below ```run-python # code ```