Commit Graph

2245 Commits

Author SHA1 Message Date
Nathan.fooo
afd87a41d4
Merge pull request #754 from LucasXu0/feat/flowy_editor_input_service
feat: implement bold text in toolbar service
2022-08-03 08:15:45 +08:00
Nathan.fooo
d6911b7b5f
Merge pull request #755 from AppFlowy-IO/feat/fix_install_macos
chore: fix install script errors
2022-08-03 08:15:00 +08:00
Nathan.fooo
16a7f2950e
Merge pull request #757 from AppFlowy-IO/feat/markdown
chore: add codec to lib-ot
2022-08-03 08:14:49 +08:00
appflowy
dc636a6e05 chore: add codec to lib-ot 2022-08-03 08:14:09 +08:00
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
weidong fu
386ee15f1b chore: fix install script errors 2022-08-02 14:06:07 +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
Nathan.fooo
5d1497f917
Merge pull request #753 from AppFlowy-IO/feat/lib_ot_documentation2
chore: update lib-ot documentation again and rename some structs
2022-08-02 09:52:26 +08:00
Lucas.Xu
5ecfc4ff2e feat: refactor the text editing code 2022-08-02 09:45:19 +08:00
appflowy
ff098c538e chore: rename fns 2022-08-02 09:11:04 +08:00
appflowy
00d81a329f chore: update lib-ot documentation again and rename some structs 2022-08-02 08:55:33 +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
Nathan.fooo
a47af561ab
Merge pull request #739 from Poly-Pixel/windows-dev-install-script
Add Windows development environment install script
2022-08-01 12:42:57 +08:00
Nathan.fooo
3385c2f7f8
Merge pull request #748 from AppFlowy-IO/feat/lib_ot_documentation
Feat/lib ot documentation
2022-08-01 12:42:28 +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
appflowy
57a95825d9 chore: rename flowyStr to OTString 2022-08-01 11:32:25 +08:00
Lucas.Xu
58856ccb1e feat: implement deleting text in multiple lines. 2022-08-01 11:29:04 +08:00
appflowy
f8c071e13d chore: update documentation about how the iterator/FlowyStr/Operation work 2022-08-01 11:18:42 +08:00
Lucas.Xu
c65f2e1b38 fix: delete text in single line 2022-08-01 10:42:38 +08:00
appflowy
798e16d3aa chore: update lib ot tests 2022-08-01 09:31:40 +08:00
Nathan.fooo
dda8c57823
Merge pull request #747 from AppFlowy-IO/feat/disable_push_hook_flutter_analyzer
chore: disable flutter analyze when push
2022-07-31 20:30:14 +08:00
Nathan.fooo
da92bcd91a
Merge pull request #746 from AppFlowy-IO/feat/fix_install_macos_sh
chore: fix instal_macos.sh download glint error
2022-07-31 20:29:05 +08:00
appflowy
8511829c42 chore: disable flutter analyze when push 2022-07-31 20:13:03 +08:00
Nathan.fooo
1b2161393c
Merge pull request #745 from AppFlowy-IO/ci/fix_docker_builder
ci: fix docker builder
2022-07-31 20:10:53 +08:00
appflowy
67f027bf3b chore: fix instal_macos.sh download glint error 2022-07-31 20:09:41 +08:00
appflowy
af61cae182 ci: fix docker builder 2022-07-31 19:43:52 +08:00
Nathan.fooo
44d9b8ab26
Merge pull request #744 from sky1095/fix/overlay-demo-example
fix: ProviderNotFound exception in overlay demo example
2022-07-31 17:35:18 +08:00
Nathan.fooo
9685aeb0cb
Merge pull request #707 from AppFlowy-IO/feat/flowy_grid_crate_documentation
chore: add documentation for flowy-grid crate
2022-07-31 17:33:12 +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