Ryan Herr
Ryan Herr
@xplosionmind you could do it using [markdown-it-attrs](https://github.com/arve0/markdown-it-attrs) & markdown-it-container together: ```md ::: custom {.yellow .box} ### Hello ::: ``` ```html Hello ```
Here's how another plugin does it: https://github.com/ganesshkumar/obsidian-excel-to-markdown-table/blob/71917841c6855889193e7df5e1dd8aa77dc58e63/src/main.ts#L10-L14 ```js // Check for `Shift + Mod + V` triggered event. // Do not handle `Shift + Mod + V` events. if (evt.clipboardData.types.length...
I followed the FAQ instructions on cross-compiling for Windows on Linux, and got an error (below). I found out about Essentia thanks to Steve Tjoa's IPython Notebooks on music information...
Here's how another plugin does it: https://github.com/ganesshkumar/obsidian-excel-to-markdown-table/blob/71917841c6855889193e7df5e1dd8aa77dc58e63/src/main.ts#L10-L14 ```js // Check for `Shift + Mod + V` triggered event. // Do not handle `Shift + Mod + V` events. if (evt.clipboardData.types.length...
@seekme-ai What are you rendering? Scrolling through a large image, or something else?
Inspired by #2403, I also ran my [example with 2.1.1](https://colab.research.google.com/gist/rrherr/384a7b0f29a1ec79ced51eb706d9427c/moviepy211.ipynb). Here's my results: ```mermaid xychart-beta title "MoviePy rendering time for my video" x-axis "MoviePy version" [1.0.3, 2.1.1, 2.1.2] y-axis "Time...