rich-editor-swiftui icon indicating copy to clipboard operation
rich-editor-swiftui copied to clipboard

RichEditorSwiftUI is swift based library, it is made to make rich text editing easy with SwiftUI.

Results 11 rich-editor-swiftui issues
Sort by recently updated
recently updated
newest added

The text editor view does not conform to support for Dark Mode making it unusable when the device is set that way. Please support the text color changes necessary to...

the RichTextEditor works well (I'm trying out the demo app) but I can't use shortcuts such as Command + A to sele ct all text

The Text Editor works well but there are no variables to access the current AttributedString that represents the content on the editor.

Hello Canopas team, I ported the code to MacOS/Appkit over the weekend, project is on the zip bellow: [rich-editor-swiftui-main-3.zip](https://github.com/user-attachments/files/16494714/rich-editor-swiftui-main-3.zip) On this code: ``` import Foundation public class RichEditorState: ObservableObject {...

Hello guys, thanks for sharing this! I am currently using rich text editor by Daniel Sadi, but looking for a simpler version that I can customise. Do you guys plan...

# Changelog Created yml for codeql ## Maintenance - added codeql for analysing code quality

I am considering replacing the editor in an app I'm developing with rich-editor-swiftui and while checking out the demo discovered that it attempts to publish changes during view updates. Here's...

# Changelog [Quick description and/or mentions to other PRs] ## Breaking Changes - [List breaking changes] ## New Features - [List what was introduced] ## Bug Fixes - [List of...

# Changelog Added image support ## New Features - Supported image drop and export JSON with Quill Structure https://github.com/user-attachments/assets/01831cf6-c70d-4577-b94f-1354c323fb6a

Feature