superle3
superle3
True, but parsing would be hard to impossible and you have the plugin https://github.com/RyotaUshio/obsidian-inline-math that replaces $...$ to ${}...{}$ whenever a space would take you out of inline math and...
semi-related to #68, also did you experience any issues with this snippet?
in inline math matrix shortcuts now work as of#362, the first two of `And if we are inside of a begin ... end block: ` is not needed.
tried to do this with the following snippet ```ts const vimObj = window.CodeMirrorAdapter.Vim vimObj.defineEx("abc", "", async (cm, params) => { this.app.commands.executeCommandById("obsidian-auto-link-title:enhance-url-with-title") await new Promise((resolve) => setTimeout(resolve, 1000)) }) ``` and...
probably not, as we have to use `Decoration.replace` to hide the original text, but it also hides all widgets.
~~Enclose it in a group/non-captured group so (....) or (?:...). $ gets put at the end but that doesn't work when there are multiple options.~~ sorry quickly scanned the question....
Hi @Testudinidae , I'm going to start merging my prs in 2 weeks if I don't hear from you back which might cause merge conflicts. I understand that pr has...
@Testudinidae I changed `doc.slice(..).toString` to `doc.sliceString`, merged the 3 transactions at the end into 1 for style and performance reasons and remove the edge case for `\` as `$\$` is...
Hi, I can't reproduce this with latex suite 1.9.8 and obsidian 1.9.12. Can you still reproduce this (in a sandbox vault with latex suite) or has it gone away?
A comment for the other behaviour could be added, but I presume the default option `\vec` still makes sense for most other cases.