Vincent Chan
|
aba84a3ccd
|
feat: paste inside the TextNode
|
2022-08-03 15:33:54 +08:00 |
|
Vincent Chan
|
4e3e9d1a2c
|
feat: paste hyper link
|
2022-08-03 15:33:54 +08:00 |
|
Vincent Chan
|
67fd06366e
|
feat: handle HTMLElement
|
2022-08-03 15:33:54 +08:00 |
|
Vincent Chan
|
d283211671
|
feat: paste multi lines text
|
2022-08-03 15:33:54 +08:00 |
|
Vincent Chan
|
40c3f07be4
|
feat: use patch nodes
|
2022-08-03 15:33:54 +08:00 |
|
Vincent Chan
|
9ceced4648
|
feat: parse html
|
2022-08-03 15:33:54 +08:00 |
|
Vincent Chan
|
ee25f032db
|
feat: copy & paste key event handlers
|
2022-08-03 15:33:54 +08:00 |
|
tsuiyuenhong
|
7de2f7fa49
|
Merge remote-tracking branch 'origin/main' into feat/flowy_editor
|
2022-08-03 09:04:16 +08:00 |
|
Nathan.fooo
|
dfb6ff7d04
|
Merge pull request #264 from texhno/main
Small fixes for `docker-compose up` command's error and warning
|
2022-08-03 08:19:51 +08:00 |
|
Nathan.fooo
|
114e58ff14
|
Merge pull request #414 from verebes1/main
feat: Add Polish translation
|
2022-08-03 08:17:01 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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
|
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 |
|