universemaster

Results 26 issues of universemaster

Since the custom-classes plugin has major performance issues, and is no longer [maintained](https://github.com/LilaRest/obsidian-custom-classes/issues/12#issuecomment-1604008414) and the similarity to this plugin, how about incorporating the functionality from that plugin into this one?...

Now that chrome based browsers (from chrome 109) (as well as firefox) support [mathml (core)](https://caniuse.com/?search=mathml), maybe consider an integration with [temml](https://www.npmjs.com/package/temml). I **think** it will work as a drop in...

# Description # To Reproduce ``$\{ x^{-1} \}$`` # Expected Behavior Correct preview

bug

# Description Add this to the middle of your list of custom snippets: ``` { trigger: "that\*\* that", replacement: "that** ", options: "mAr" } ``` (I realise now that the...

bug

For example, if I want `\lambda`, I want to only need to type as may starting characters so as to distinguish it from other possibilities. So, I'd only need to...

The correct unicode character is ℏ https://www.compart.com/en/unicode/U+210F "Planck Constant Over Two Pi". However, previously the character was set to ħ https://www.compart.com/en/unicode/U+0127 "Latin Small Letter H with Stroke".

Different files require different highlights. For example, the settings could be stored in a .dynamic-highlights-settings file in a folder so that those setting apply for all files in the folder....

I'd like (an option) so that when I print to PDF, the dynamic highlights that I see in live preview mode are present on the exported PDF. The way I...

Many of the `.hsnips` files shared publicly on [github](https://cs.github.com/?scopeName=All+repos&scope=&q=path%3A.hsnips) are very long and with many different types of functionality. I would like to seperate my `.hsnips` into categories such as:...

It would be useful, especially when writing latex with unicode characters, to use `\p{...}` to match a whole unicode category. For example, these useful unicode categories seem supported in javascript...