Hello everyone!
I just developed a VSCode extension obsidian-snippets that allows you to select a code block from any script, and then paste it into Obsidian note in an organised way (with the daily date), using the appropriate language format, all in just one click.
The main goal is to be able to centralize our code snippets in Obsidian as quickly as possible, without overthinking it!
a selection from a c++ header file creates a code block snippet with type βhβ which does not show any syntax highlighting. I had to change the code block type to cpp to show this.
There is a similar issue with python, a selection create a code block snippet with the type py in place of python, and py doesnβt show the syntax highlighting.