Vincent Chan
|
afe11a4f91
|
fix: selection state mismatch
|
2022-08-11 13:47:49 +08:00 |
|
Lucas.Xu
|
eac54aefd7
|
Merge pull request #810 from LucasXu0/doc/flowy_selection_documentation
selection service documentation and implement auto wrap when selection changes.
|
2022-08-11 10:46:08 +08:00 |
|
Lucas.Xu
|
50f8e1f5d0
|
feat: implement automatically wrap when the selection changes
|
2022-08-10 20:07:54 +08:00 |
|
Lucas.Xu
|
1eec97c761
|
chore: refactor the service type
|
2022-08-10 20:07:54 +08:00 |
|
Lucas.Xu
|
ae0012ba37
|
docs: documentation for selection_service
|
2022-08-10 20:07:49 +08:00 |
|
Vincent Chan
|
223c8cafd4
|
fix: crashes when deleting emoji
|
2022-08-10 18:07:25 +08:00 |
|
Vincent Chan
|
b5ecd7dedc
|
test: next runes
|
2022-08-10 18:03:39 +08:00 |
|
Vincent Chan
|
c554720dff
|
fix: emoji position
|
2022-08-10 17:50:27 +08:00 |
|
Vincent Chan
|
bee1a04329
|
feat: compute string indexes
|
2022-08-10 17:50:27 +08:00 |
|
Vincent Chan
|
45556ae015
|
refactor: flutter style optional chaining
|
2022-08-10 17:50:27 +08:00 |
|
Vincent Chan
|
eb519f4e11
|
feat: add cache to text_delta
|
2022-08-10 17:50:27 +08:00 |
|
Vincent Chan
|
737e374a54
|
refactor: text-delta
|
2022-08-10 17:50:27 +08:00 |
|
Vincent Chan
|
a26b693807
|
feat: add comments to HTMLConvertert
|
2022-08-10 16:06:00 +08:00 |
|
Vincent Chan
|
0c0039ca95
|
Merge branch 'main' into feat/copy-styles
|
2022-08-10 15:28:39 +08:00 |
|
Vincent Chan
|
c2a295d9cd
|
feat: copy styles of text delta
|
2022-08-10 15:26:14 +08:00 |
|
Lucas.Xu
|
046faf3880
|
fix: unexpect behaviour when pressing enter key
|
2022-08-10 15:07:30 +08:00 |
|
Lucas.Xu
|
79591791c1
|
chore: move all code into src/
|
2022-08-10 14:33:54 +08:00 |
|
Vincent Chan
|
20fb714550
|
refactor: rename highlightColor to backgroundColor
|
2022-08-10 14:22:35 +08:00 |
|
Vincent Chan
|
430e9974be
|
feat: convert number list
|
2022-08-10 13:53:10 +08:00 |
|
Vincent Chan
|
e606306635
|
feat: converter
|
2022-08-10 13:39:29 +08:00 |
|
Vincent Chan
|
4140994fed
|
feat: paste ordered list
|
2022-08-10 13:17:58 +08:00 |
|
Vincent Chan
|
a59c809847
|
feat: copy checkbox style
|
2022-08-10 11:44:32 +08:00 |
|
Vincent Chan
|
d40a3c33fd
|
feat: copy paste check box
|
2022-08-10 11:28:56 +08:00 |
|
Nathan.fooo
|
7f249ebae2
|
Merge pull request #801 from LucasXu0/feat/text_style
Feat/text style
|
2022-08-09 19:53:31 +08:00 |
|
Lucas.Xu
|
6a27c490aa
|
fix: selection error in edge
|
2022-08-09 19:43:28 +08:00 |
|
Lucas.Xu
|
215587a507
|
chore: format code
|
2022-08-09 19:37:46 +08:00 |
|
Lucas.Xu
|
3e256be0b9
|
fix: checkbox placeholder error
|
2022-08-09 19:19:35 +08:00 |
|
Lucas.Xu
|
0650c40d9d
|
fix: checkbox error
pressing Enter after a checked-off item, the new checkbox is also checked off. it should be unchecked when it’s newly created.
|
2022-08-09 19:11:21 +08:00 |
|
Lucas.Xu
|
1391d202a9
|
fix: could not remove text style when pressing enter in empty text node
|
2022-08-09 19:03:55 +08:00 |
|
Lucas.Xu
|
4223324689
|
fix: cursor height error
|
2022-08-09 18:54:33 +08:00 |
|
Lucas.Xu
|
8fa55cfa08
|
feat: text insert and replace with selection styles
|
2022-08-09 18:19:11 +08:00 |
|
Lucas.Xu
|
b7cb4b647d
|
fix: the editor loses focus occasionally
|
2022-08-09 17:52:11 +08:00 |
|
Lucas.Xu
|
e9d8dc9657
|
feat: increase line spacing
|
2022-08-09 17:50:32 +08:00 |
|
Lucas.Xu
|
ac3af7e01b
|
Merge pull request #799 from LucasXu0/feat/text_style
fix: text align error
|
2022-08-09 15:33:28 +08:00 |
|
Lucas.Xu
|
255cb47876
|
fix: text align error
|
2022-08-09 15:32:28 +08:00 |
|
Nathan.fooo
|
befdb10554
|
Merge pull request #797 from AppFlowy-IO/fix/undo-redo-handler
fix: undo redo handler
|
2022-08-09 15:23:16 +08:00 |
|
Lucas.Xu
|
a032a0e8db
|
Merge pull request #798 from LucasXu0/feat/text_style
update text style and document style.
|
2022-08-09 15:22:14 +08:00 |
|
Lucas.Xu
|
6f32f749bc
|
fix: delete style widget error
|
2022-08-09 15:15:53 +08:00 |
|
Lucas.Xu
|
4464f2abfe
|
feat: make the text node widget align center.
|
2022-08-09 14:50:31 +08:00 |
|
Vincent Chan
|
7c58654fe8
|
fix: undo redo handler
|
2022-08-09 14:04:40 +08:00 |
|
Nathan.fooo
|
b9de45a110
|
Merge pull request #792 from LucasXu0/feat/mouse_cursor_style
Feat/mouse cursor style
|
2022-08-09 13:48:49 +08:00 |
|
Nathan.fooo
|
aaee3003ce
|
Merge pull request #793 from AppFlowy-IO/feat/refactor_plugin_path
Refactor plugins path
|
2022-08-09 12:37:52 +08:00 |
|
Lucas.Xu
|
b9c0c1209a
|
feat: support more command + x shortcut
|
2022-08-09 11:46:40 +08:00 |
|
Vincent Chan
|
8e310d233f
|
Merge pull request #790 from AppFlowy-IO/feat/copy-styles
Feat/copy styles
|
2022-08-09 11:30:30 +08:00 |
|
Lucas.Xu
|
f4a31768cb
|
feat: support rendering text background color and text color
|
2022-08-09 11:20:53 +08:00 |
|
Lucas.Xu
|
fdbecd7f10
|
fix: typo
|
2022-08-09 10:46:51 +08:00 |
|
Lucas.Xu
|
06d11a91d1
|
feat: lineThrough and underline can coexist
|
2022-08-09 10:44:00 +08:00 |
|
appflowy
|
61df3848e4
|
chore: update appflowy_board pub.dev config
|
2022-08-09 10:03:42 +08:00 |
|
Lucas.Xu
|
585c9f8753
|
fix: fix something wrong when deleting the text nodes
|
2022-08-08 23:28:40 +08:00 |
|
Lucas.Xu
|
af2f6a03d5
|
feat: implement logic that pressing enter key without shift key in text nodes
|
2022-08-08 23:18:07 +08:00 |
|