Josh Crawford

Results 1329 comments of Josh Crawford

Fixed in [3.0.0-beta.17](https://github.com/verbb/formie/releases/tag/3.0.0-beta.17)

Great idea - not currently possible, but certainly adding to the list to add as a field setting.

Added in https://github.com/verbb/events/commit/7ebb73585e2cd735817ad0da9d510043d293bdf7

Added in [2.0.6](https://github.com/verbb/events/releases/tag/2.0.6)

Not implemented currently, but you can handle this logic yourself. ```php $hasDownVoted = Comments::$plugin->getVotes()->hasDownVoted($comment, $user); $hasUpVoted = Comments::$plugin->getVotes()->hasUpVoted($comment, $user); ```

I’ll look into support via the Footnotes plugin, but might even just bundle it as a first party feature as it might require a bit more work than Redactor and...

It's a known issue, we're working on it, and should be fixed in Craft 5.5 and Hyper 2.1. See https://github.com/verbb/hyper/issues/189

Can't seem to replicate that with special characters, sorry! Can you let me know if it's a specific link type (or any), and if you also see this behaviour in...

Hmm, thanks for confirming, I'll continue to try and replicate that!

@ryanleichty Out of interest, does this happen when you're _not_ in the slide-out editor interface? From memory, there's some complications/handling for that, that's different to when it's outside the slide-out.