What I’m trying to do
I have been looking around and found out that you’re able to make your own “flavour” of markdown. It would be nice to have the ability to have a custom syntax or even add to what obsidian already does.
One idea that I have is to build off of the ability to resize images by adding a pipe, |
, and then specifying the size and add a new keyword that’s called iframe
that just inserts an iframe
into the preview mode in obsidian without having to do <iframe src="https://google.com"></iframe>
. So something like [website | iframe](https://google.com)
.
Another idea is to use the carrot symbols, ^
, as a way to indicate superscript, just like how **
, on either side, indicates for bold text.
I hope I was able to explain what I want to achieve, but if I didn’t please just ask and I’ll try to explain further.