Deepak Kumar
Deepak Kumar
## Bug Description While typing in tasks editor, if content becomes larger than the available space, it doesn't scroll further. Due to which, the some parts at end of the...
## Description This PR adds sub-actions to quick actions in ActionBar component. ### Issue - #3183 ### Screenshot
## Description This PR adds recaptcha on login form. One can add any one of three recaptcha vendor - 1. Google Recaptcha - https://developers.google.com/recaptcha/docs/v3#programmatically_invoke_the_challenge 2. HCaptcha - https://docs.hcaptcha.com/invisible#programmatically-invoke-the-challenge 3. Turnstile...
## Description This PR is under WIP. - [x] Emit events on WebSocket - [x] Add subscription resolver - [ ] Hookup frontend
**Describe the bug** In docs, it is written that`BlockNoteViewProps` type is exported. But, on using it, it's not actually exported. So, its hard to create a generic component in Next.js...
**Is your feature request related to a problem? Please describe.** Currently, `defaultBlockSpecs` has heading, paragraph, bulletListItem, numberedListItem, image and table. So, when a editor is rendered, one can choose any...
## Description Update runcommand doc to add default and accepted values. - Closes #5259