You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First: amazing project, very excited to see it ported to MathJax 3!
I have an extension for XyJax that adds
the ability to apply arbitrary colors to arrows
the ability to add data-* attributes on arrows
In XyJax 2, I did this by adding to xypic.repositories.modifierRepository. This doesn't seem to be exposed in XyJax 3. Please give a way to access the modifierRepository so I can port my extension.
Additionally, it would be very helpful to be able to use characters other than [A-Za-z] in arrow modifiers. Currently, I have to do a convoluted base52 encoding/decoding in order to include colors or data.
First: amazing project, very excited to see it ported to MathJax 3!
I have an extension for XyJax that adds
data-*
attributes on arrowsIn XyJax 2, I did this by adding to
xypic.repositories.modifierRepository
. This doesn't seem to be exposed in XyJax 3. Please give a way to access themodifierRepository
so I can port my extension.The source code for my extension is https://github.com/ysulyma/rp-xyjax/blob/main/src/index.ts#L222, so you can see what I'm doing. A live example of these extensions is at https://liqvidjs.org/math/?t=3:00.
Additionally, it would be very helpful to be able to use characters other than
[A-Za-z]
in arrow modifiers. Currently, I have to do a convoluted base52 encoding/decoding in order to include colors or data.The text was updated successfully, but these errors were encountered: