Ricardo Amaral

Results 150 comments of Ricardo Amaral

Closing this for now since it depends on https://github.com/Doist/typist/pull/785.

Hey folks. Based on my experience, I don't think it's possible to have a minimal Tiptap editor **without** the `Paragraph` extension. AFAIK, `Document`, `Paragraph` and `Text` are required. Now, I'm...

This change introduced the following issue: ![firefox_gjEVM9odIA](https://github.com/user-attachments/assets/f394f1e0-6c4c-4b6c-91b3-f45d7e1fb057) I spent some time trying to tweak the RegExp to keep this fix and avoid the bug that introduced, but I have a...

> @rfgamaral what version are you using, because we've changed the regex since this was closed to remove the backtracking in: #5916 I tried with both the version that introduced...

@nperez0111 If I work on a PR for this, that gives the option to the consumer to have full control on link validation while having the default link validation as-is,...

@tanishbaansal We fixed this on our side with a [custom extension](https://github.com/Doist/typist/blob/main/src/extensions/rich-text/rich-text-link.ts) extending the built-in one. @bdbch Maybe something we could have natively? I'd prefer that, and get rid of the...

@tanishbaansal Look into the source code of our extension on Typist, and replicate the functionality on your side. I agree that this should be built-in (most extensions support Markdown shortcuts),...

@nperez0111 Did this issue not get fixed with #5445? Is there a reason why the issue remains open?

Yeah, it's a bit annoying restarting the computer in the middle of the night, and have the app autoplaying something and waking up everyone 😅 For me, it only plays...

Closing this since it depends on https://github.com/Doist/typist/pull/785.