Obsidian-Code-Styler
Obsidian-Code-Styler copied to clipboard
Feature Request: Recognize curly fenced languages
In RMarkdown, and quarto, its common for code fences to have curly brackets:
```{r}
instead of:
```r
Woudl it be posible to highlght those as if their r code?
This should be included in the next release. Does it not currently work? (I'm doing a major refactor and this is explicitly built into the new code)
It does not work with quarto and RMarkdown curly braces as of version 1.1.7. I would also greatly appreciate this addition which can make it easier to use quarto in obsidian.
Ok thanks for the update! It will hopefully be released soon. It's a large refactor so it's taking some time but I'm actively working on it! The only issue with this is that the syntax highlighting still won't be supported since Obsidian doesn't recognise the languages properly. But after this refactor one of the things I'm considering is alternative syntax highlighting so this may still be possible in the future.