Ben Kelly

Results 28 comments of Ben Kelly

That looks like a pretty solid plugin, but unfortunately it uses the KaTeX library, while the SE Network uses [MathJax](https://www.mathjax.org/). There may be some potential to switch over it KaTeX...

Now that we have external plugin support, this may be something we instead implement with a plugin vs shipping it with the editor itself.

There's a slight possibility that this is a breaking change for downstream clients using an older version of Less. Not sure if we care so much there, but I'd double...

@aaronshekey One of the reasons I didn't go with the `s-select` originally is because it covers too much text. What should we do in cases like this: ![image](https://user-images.githubusercontent.com/14169651/159741250-208ffaa5-ca13-4eb5-9b8e-836d57e8994b.png) If possible,...

@Justin-MSE That would depend on the teams in charge of implementation on that side of things. Enabling this feature is fairly trivial though, so I'll mention it to the folks...

The changes floating-ui have made look really cool, so I'm excited to see the progress on this one. Moving to floating-ui is definitely the right path forward for us, eventually....

Thank you for the PR! I'll try and review the next chance I get.

@giamir Sorry, I've been up to my eyeballs in non-Stacks-Editor related tasks this last week. I plan on getting a new release out by the end of the month (this...

@yellis I've committed a partial fix along with a few other tests I wrote to help me debug the issue. There are really a few problems here: 1. opening a...

Considering Stimulus's [tutorial component](https://stimulus.hotwired.dev/handbook/building-something-real#implementing-a-copy-button) is literally a "copy to clipboard" component, I feel like this feature is attainable.