John Traas
John Traas
Create new component to show code differences in a way similar to the way github shows differences. Fixes https://github.com/Lundalogik/hack-tuesday/issues/321
We're unsure as to how to go about handling underline with markdown as it is not supported. Probably we'll need to have conditional availability on the menu item for underline,...
Add's a new custom node spec to use for mentions in the Text Editor. Fixes https://github.com/Lundalogik/crm-feature/issues/4311
Fixes https://github.com/Lundalogik/crm-feature/issues/4301
Allow for custom plugins to be passed in to the text editor and initialised when editor is created
This is a proof of concept in its current state. Fixes https://github.com/Lundalogik/crm-feature/issues/4310
Adds a test suite that can be used to setup test environments for the text-editor. ## Summary by CodeRabbit - New Features - Improved table styling robustness in the text...
I'm exploring the possibility of having a pipeline to sanitize base64 data. This implementation includes several security measures: * - MIME type validation: Only allows specific image types (JPEG, PNG,...
This PR adds utility functions that use built in functions from prosemirror to handle operations related to creating/removing and toggling between list types in the text editor. Tests are also...
Fixes: https://github.com/Lundalogik/crm-feature/issues/4542 ## Summary by CodeRabbit - **Documentation** - Introduced comprehensive internal guidelines to promote consistency and quality in project development. - **Chores** - Updated internal configurations to ensure that...