Aaryan Khandelwal
Aaryan Khandelwal
## What's new? Editors now support text color and highlights!! Users can now use toolbar, and slash commands to add text colors and background colors in the rich text editor...
#### Improvements: 1. Removed `line-through` text decoration from checked todo list items. 2. Added a color transition to todo list items for a smoother looking UI. #### GitHub issue: #5394...
[WEB-2502] chore: add a loader to the collaborative editor until it has synced with the live server
## Summary by CodeRabbit - **New Features** - Introduced a new loading interface for document editing and reading, enhancing user experience during loading times. - Added state management for server...
## Summary by CodeRabbit - **New Features** - Introduced a unique naming mechanism for the HocusPocus server, utilizing UUIDs for better identification. - Enhanced server configurability by allowing the server...
## What's new? A page can now be exported as a PDF and Markdown file. #### Media: https://github.com/user-attachments/assets/8e1ddecc-2936-4b8a-a6ad-6a20bb253d6a #### Other improvements: 1. Updated the default `font-family` of all the editors....
#### Problem: `MutationObserver` logic to update the custom theme is too expensive and unnecessary. #### Solution: Update the `applyTheme` function to select the themeElement with the attribute `[data-theme]` instead of...