mvdkwast
mvdkwast
Issue still exists, here is a test case : Seems to be related to #603, maybe #460 as well. ```html layout: true name: top layout top .content[ {{content}} ] layout...
Hi, The mono option is useful when you want to listen to music on a guitar amplifier, to practice for instance. Especially some older albums have instruments hard-panned to one...
Hi @Luiz-nyan, I'll look into it, should probably be an easy feature to implement.
I'm afraid this will take a little more time than what I have at the moment. Still seems like a good feature and welcoming pull requests :)
For obsidian URI links we should to handle the following : - links to documents, including in explicit directories - links to sections in other documents - links to sections...
>Remove link & remove text >I can't see why this would be too useful myself, but mentioning here anyway This option was in fact related to embedded (transcluded) documents. But,...
Great suggestion ! I will definitely look into this. I'd prefer to use an offline library for conversion, I'll have to do some research...
@Gaaruda, I could not use the same approach as with Excalidraw, since the MathJax is rendered as HTML elements, not SVG. So I did my own rendering and replace the...
I assumed you knew how to compile a plugin since you have one in your repositories. I pushed a commit with the `main.js`.
The implementation works, but adds 2MB to the plugin because it includes the entire MathJax lib and its fonts, which is kind of redundant because Obsidian should already have them....