Obsidian-Code-Styler icon indicating copy to clipboard operation
Obsidian-Code-Styler copied to clipboard

Feature Request: Compatibility with dataview rendered codeblocks

Open mayurankv opened this issue 1 year ago • 4 comments

Summary

Be able to style codeblocks generated by dataview and dataviewjs from the dataview plugin.

Basic example

```dataviewjs
dv.span(`\`\`\`python <parameters here>
codeblock content
\`\`\``)
```

should have the parameters properly applied and be styled.

Motivation

For better compatibility.

Existing Requests?

No existing requests.

mayurankv avatar Jul 08 '23 11:07 mayurankv