[feat] Add Special Characters Button - #80
Conversation
|
Thank you for the PR. I'm not sure if it should be included in the main library until I make it truly tree-shakable. Now the priority is the package size. I'm thinking about adding subpackages. I can't promise I'll make this decision quickly, but I would prefer to save your work anyway. |
Hey @megahertz – sorry for the long wait and thanks for the feedback! I'll close the PR for now then. Gladly keep me posted. |
|
Thanks @Kniggishood . I want to keep this PR open as a reminder for myself. I have been moving to a new country for the last few months, which is why I cannot contribute as much. I'm still considering creating a monorepo and creating a subpackage for this button. |
Adds a new
BtnSpecialCharacterscomponent that opens a modal with Greek letters, math symbols, and arrows.Why
For our Flowcharts initiative, we currently use a custom editor. Users frequently need to insert special characters in rich text editors. This provides an intuitive way to access common symbols.
How
BtnSpecialCharacterscomponent using existingcreateButtonfactoryrsw-modal,rsw-btn)Testing
DefaultEditorBreaking Changes
None - this is purely additive