Hello everyone, I created my first plugin: Extended Markdown Syntax. This plugin extend built-in markdown syntax in Obsidian with a few syntax taken from other markdown implementation, such as insertion, superscript, subscript and so on…
Looks fantastic and straight to the point! As it is not yet available through the Obsidian plugins, maybe a line or two on installing it manually or via BRAT.
Currently not. For now, !!...!! syntax can only be applied for alignment, and {...} syntax can only be used inside the highlight. Particularly, you can use {...} to customize inline text style via CSS, but make sure that it’s inside the highlight syntax.
So, if you type =={MYCLASS}myText==, the element will appear with two classes: cm-custom-highlight and cm-custom-highlight-MYCLASS (without cm in preview mode). Through those classes, you can add some style rule in your CSS snippet.
Come to think of, as the dataview devoted guy that I am, I’m more likely to use [jnfo:: My info on something] or [question:: Why use highlights, when I can use inline fields?] which allows for complete styling of the fields, (and allows for hiding of the key. This way, I’m able to denote why I want it highlighted, in addition to having an easy retrieval through querying.
It’s true though, haha . And, yes, my first purpose from making such highlight tagging is to colorize it more easily, as some plugins do this through html tags.