Commit Graph

2024 Commits

Author SHA1 Message Date
Lucas.Xu
c7432e640b feat: delay rendering selection(need to be refactored). 2022-08-02 20:22:39 +08:00
Lucas.Xu
397f43cbe1 feat: implement remove subtype if text node is empty when pressing enter key 2022-08-02 20:08:32 +08:00
Lucas.Xu
a1be60721e fix: pressing enter key in the edge of node doesn't work good. 2022-08-02 17:16:07 +08:00
Lucas.Xu
5fdcdbd357 fix: bulleted-list typo 2022-08-02 17:15:07 +08:00
Lucas.Xu
fa05170c86 chore: fix test error 2022-08-02 16:25:35 +08:00
Lucas.Xu
56ac86fb51 chore: add some comments in image plugins. 2022-08-02 15:44:32 +08:00
Lucas.Xu
b913db2301 Merge remote-tracking branch 'origin/feat/flowy_editor' into feat/flowy_editor_input_service 2022-08-02 15:15:48 +08:00
Lucas.Xu
14bd18e21c feat: implement enter key event handler and keep attributes after insert 2022-08-02 14:27:16 +08:00
Lucas.Xu
1ba15b321b feat: implement revert text in toolbar service 2022-08-02 11:47:48 +08:00
Lucas.Xu
9b6afcc5c9 feat: implement heading, quote, bulleted_list in toolbar service 2022-08-02 11:42:16 +08:00
Lucas.Xu
b11a127432 feat: implement italic, strikethrough and underline in toolbar service 2022-08-02 11:01:58 +08:00
Lucas.Xu
ba78f0073d feat: implement bold text in toolbar service 2022-08-02 10:25:18 +08:00
Nathan.fooo
598a910c0c
Merge pull request #752 from LucasXu0/feat/flowy_editor_input_service
feat: implement toolbar UI part.
2022-08-02 09:55:10 +08:00
Lucas.Xu
5ecfc4ff2e feat: refactor the text editing code 2022-08-02 09:45:19 +08:00
Nathan.fooo
b22c219ac5
Merge pull request #751 from AppFlowy-IO/reafactor/batch-insert-delete-nodes
Reafactor: batch insert delete nodes
2022-08-01 23:28:35 +08:00
Lucas.Xu
159fe63575 feat: implement edit text style by command + x 2022-08-01 22:41:30 +08:00
Vincent Chan
2f58c54b81 refactor: batch insert and delete nodes 2022-08-01 18:09:05 +08:00
Lucas.Xu
06cab949f2 chore: delete unused import, and sort the imports. 2022-08-01 18:05:19 +08:00
Lucas.Xu
846a273de8 feat: rename toolbar 2022-08-01 17:48:16 +08:00
Lucas.Xu
934cb6ab6b feat: implement toolbar UI part. 2022-08-01 17:42:37 +08:00
Vincent Chan
9b764731e7
Merge pull request #749 from AppFlowy-IO/feat/transaction-to-json
Feat: transaction to json
2022-08-01 17:20:56 +08:00
Lucas.Xu
63d8e18051
Merge pull request #743 from LucasXu0/feat/flowy_editor_input_service
Feat/flowy editor input service
2022-08-01 17:10:23 +08:00
Vincent Chan
46dba122bd refactor: remove named parameters 2022-08-01 13:22:06 +08:00
Vincent Chan
5e86b83eee feat: fromJson 2022-08-01 12:41:51 +08:00
Vincent Chan
2e2de29789 feat: transaction to json 2022-08-01 12:05:28 +08:00
Lucas.Xu
58856ccb1e feat: implement deleting text in multiple lines. 2022-08-01 11:29:04 +08:00
Lucas.Xu
c65f2e1b38 fix: delete text in single line 2022-08-01 10:42:38 +08:00
Lucas.Xu
d058f2d591 feat: bold the text by command/control + b/B 2022-07-31 17:16:07 +08:00
Lucas.Xu
b577489c2f feat: implement delete multiple text node and merge the text. 2022-07-31 16:14:12 +08:00
Lucas.Xu
89a0a5599e fix: cursor cannot be selected in same position. 2022-07-31 16:01:46 +08:00
Lucas.Xu
29fe4811c3 fix: selection areas could not overlay 2022-07-31 15:59:43 +08:00
Lucas.Xu
b245841ec3 feat: implement text delete 2022-07-30 00:00:10 +08:00
Lucas.Xu
575e01c909 feat: implement text replacement in singe selection 2022-07-29 23:27:39 +08:00
Lucas.Xu
55d46edeaf fix: node change notifier doesn't work 2022-07-29 23:16:56 +08:00
Lucas.Xu
c4b3c54a7c chore: format code 2022-07-29 15:45:49 +08:00
Lucas.Xu
966eea2179 chore: format code 2022-07-29 15:36:17 +08:00
Nathan.fooo
39015f4d46
Merge pull request #733 from LucasXu0/feat/flowy_editor_input_service
Implement bulleted-list, number-list, checkbox and heading style.
2022-07-29 15:24:50 +08:00
Lucas.Xu
ed1dc8ccef feat: refactor render plugin service
1. abstract render plugin as service.
2. simplify plugin development.
3. delete unused code
2022-07-29 14:29:39 +08:00
Lucas.Xu
c5e9008f4b feat: wrapping heading text with Padding instead of two SizeBoxs. 2022-07-29 10:42:00 +08:00
Lucas.Xu
e4c3a3ae84 feat: modify svg size 2022-07-29 10:38:02 +08:00
Lucas.Xu
7489455c20 chore: typo 2022-07-29 10:34:59 +08:00
Lucas.Xu
ec83a68602 chore: resolve conflicts. 2022-07-29 10:20:48 +08:00
Lucas.Xu
c050d6dbc5
Merge pull request #732 from AppFlowy-IO/feat/double-tap-on-text
Feat/double tap on text
2022-07-29 10:07:11 +08:00
Lucas.Xu
fce8ea1e80 feat: add checkbox style 2022-07-28 23:04:51 +08:00
Lucas.Xu
51bc965029 feat: add bulleted-list and number-list 2022-07-28 19:59:15 +08:00
Lucas.Xu
734b642fcc feat: add checkbox and heading style 2022-07-28 19:40:13 +08:00
Vincent Chan
2a09f69bec feat: double tap on text 2022-07-28 19:31:45 +08:00
Vincent Chan
583d838344
Merge pull request #727 from AppFlowy-IO/feat/handle-arrow-keys
Feat/handle arrow keys
2022-07-28 19:30:03 +08:00
Vincent Chan
b91c5d9c7b refactor: add hitTest method for selection service 2022-07-28 16:06:52 +08:00
Vincent Chan
1d3e5a9e8b feat: handle shift keys 2022-07-28 15:25:19 +08:00