appflowy-editor
appflowy-editor copied to clipboard
A highly customizable rich-text editor for Flutter. The AppFlowy Editor project for AppFlowy and beyond.
This problem is related to the paragraph, since after the paragraph there is no line it has nowhere to go.I made it so that even within a paragraph you can...
fix https://github.com/AppFlowy-IO/AppFlowy/issues/5189 https://github.com/AppFlowy-IO/appflowy-editor/assets/4517301/b0e8b370-6503-4e6a-a474-439c686ac3f7
https://www.loom.com/share/ae04ed7435a94231b1c485be4189f730
我不知道keyboard_service_widget.dart文件修改的作用,我的参考:https://github.com/AppFlowy-IO/AppFlowy/commit/f5cc6521fbcad8564c7193b705a5e5429b6d8e82 delta_input_on_replace_impl.dart内如果replacement开头出现空行,则无法正常处理输入法,但是replacement在non_delta_input_service.dart的apply方法内执行了format方法,导致无法在delta_input_on_replace_impl.dart内判断开头时是否是空格 但是用方向键移动插入指针到前面的字符不会产生响应,就像我下面这个视频展示的一样 https://github.com/AppFlowy-IO/AppFlowy/assets/31309149/b44039f7-c26e-49bf-a8a5-0c96e48ac3ec 但我不懂dart和flutter,不知如何修复,并且delta_input_on_replace_impl.dart的修复一定不符合规范和运行逻辑,我希望能帮我修好。 可以的话我希望能修复输入问题,插入指针移动问题需要修复的话,也可以联系我,我能够提供测试设备和环境。 修复fcitx5和wayland下无法输入中文问题 我的英文不好,用中文回答了十分抱歉。
#755 Previously, when Korean is editing, composing is not working correctly. composing region changed by the framework.
fixes #745 Previously the `moveVertical` function only moved the cursor 'node to node' without taking into consideration multiline nodes or some portion of a line with different fontSize (ex: a...
debounce for some IME, such as sogou Chinese input method.
This PR is an initial draft for the feature to provide a built-in converter that can convert from `Markdown` to `PDF`. The feature is using some code from [htmltopdfwidgets](https://github.com/alihassan143/htmltopdfwidgets) as...