Commit Graph

902 Commits

Author SHA1 Message Date
Lucas.Xu
562da32586
Merge pull request #1220 from citricacid2/num-list
feat: added numbered list to the slash menu
2022-10-05 22:31:22 +08:00
Ishan Pandhare
8ee5c6ed25
added translation for pt_PT (#1219) 2022-10-05 21:26:55 +08:00
Lucas.Xu
2501c15a8f chore: update l10n and fix selection_menu_widget_test 2022-10-05 21:07:45 +08:00
Ankur
176668049c
feat: Added fr_CA translation (#1212)
Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>

Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
2022-10-04 20:30:45 +08:00
Ankur
069a23c96b
feat: Added hu-HU translation (#1214)
Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>

Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
2022-10-04 20:30:06 +08:00
Ankur
c403e083cc
feat: Added id-ID translation (#1217)
Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>

Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
2022-10-04 20:29:38 +08:00
citricacid2
3e620ed335 feat: added numbered list to the slash menu 2022-10-03 17:00:17 -04:00
PapuleX
1eaf97b669
feat: Add Czech language (#1207) 2022-10-03 09:45:45 +08:00
Alessio Marinelli
35fbf99fb1
feat: Added it_IT translation (#1200) 2022-10-02 20:25:06 +08:00
Alessio Marinelli
7b8aa78e95
feat: Added fr_FR AppFlowy editor translation (#1201) 2022-10-02 20:21:00 +08:00
Lucas.Xu
5e7a54183a
Merge pull request #1133 from flappyBug/fix/click-selection-menu-item-delete-text
fix: remove keyword when click selection menu item
2022-10-01 21:09:54 +08:00
Lucas.Xu
c0df0badec
Merge pull request #1143 from MrHeer/feat/markdown_syntax_to_code_text
feat: backquote to code text
2022-10-01 21:08:37 +08:00
Lucas.Xu
d115a8a79e
Merge pull request #1196 from yabamiah/feat_pt-BR_translate
feat: translate AppFlowy Editor to pt_BR
2022-10-01 21:07:35 +08:00
Lucas.Xu
3156568594
Merge branch 'main' into feat/markdown_syntax_to_code_text 2022-10-01 19:35:08 +08:00
Melvin Blokhuijzen
9206e2cdff feat: Add translation for Embed code 2022-10-01 11:56:36 +02:00
Melvin Blokhuijzen
b20aaecc01 feat: Translate into dutch language 2022-10-01 11:53:48 +02:00
Nathan.fooo
f355ff01e4
Merge pull request #1197 from AppFlowy-IO/feat/support_drag_group
Feat/support drag group
2022-10-01 17:19:07 +08:00
appflowy
62d0a31a76 refactor: save default group order 2022-10-01 16:50:54 +08:00
Yaba
adda0218fa feat: translate AppFlowy Editor to pt_BR 2022-10-01 00:06:29 -03:00
appflowy
5763e289ef feat: support moving group 2022-09-30 20:44:41 +08:00
Lucas.Xu
8d39dac145 chore: disable IME support for the Web platform 2022-09-29 11:33:27 +08:00
Lucas.Xu
0a49a18280 fix: could not insert space sometimes on the web 2022-09-28 23:36:44 +08:00
Lucas.Xu
6ec93d49c2 feat: set link menu as auto focus 2022-09-28 23:03:02 +08:00
Lucas.Xu
99cb2430f7 fix: could not insert link on the Web 2022-09-28 23:01:22 +08:00
Lucas.Xu
ab0131c19c feat: disable apply operation when setting editable = false 2022-09-28 11:49:31 +08:00
Lucas.Xu
6230d0ad9f feat: add commands and update checkbox logic 2022-09-28 11:21:42 +08:00
Lucas.Xu
b578067092
Merge pull request #1166 from LucasXu0/code_block
Implement code block feature for appflowy editor
2022-09-27 15:58:46 +08:00
Lucas.Xu
af877913d7 feat: add auto detect language and remove the unused package 2022-09-27 14:36:40 +08:00
Lucas.Xu
86a6f5827d chore: revert the example.json 2022-09-27 14:24:59 +08:00
Lucas.Xu
31ba12d289 fix: disable built-in toolbar items for non-built-in widget 2022-09-27 11:14:58 +08:00
Lucas.Xu
5421c156c3 fix: tab & enter test 2022-09-26 18:13:45 +08:00
Lucas.Xu
ff9cf905fa feat: implement simple code block 2022-09-26 16:55:49 +08:00
Lucas.Xu
2d32e02dba feat: tab for 4 spaces 2022-09-26 16:55:32 +08:00
Lucas.Xu
ec97735e94 fix: prevent to copy the style in some cases when pressing the enter key in the front of the text 2022-09-26 16:55:06 +08:00
Lucas.Xu
49fb0470ab fix: should not notify the parent node when the subtype is not changed 2022-09-26 16:54:13 +08:00
Nathan.fooo
7037378947
Merge pull request #1162 from AppFlowy-IO/fix/1156
fix: calculate overlap
2022-09-26 11:40:02 +08:00
nathan
ee463037e3 fix: calculate overlap 2022-09-26 11:26:17 +08:00
He Linming
9604bc06bb
test: add unit test for backquote to code 2022-09-26 10:40:45 +08:00
He Linming
39bbfe109d
feat: backquote to code text 2022-09-26 09:48:00 +08:00
Nathan.fooo
882043ef96
Merge pull request #1160 from AppFlowy-IO/fix/view_action_auto_width
fix: auto width for view action
2022-09-26 08:53:35 +08:00
nathan
b2d2e071bd fix: auto width for view action 2022-09-25 22:05:22 +08:00
Lucas.Xu
d1d5b37c14 Merge remote-tracking branch 'origin/main' into fix/click-selection-menu-item-delete-text 2022-09-25 16:28:22 +08:00
Lucas.Xu
e8f5b1ade3
Merge pull request #1157 from LucasXu0/remove_selection_menu_widget_test
chore: remove the selection_menu_widget_test.dart
2022-09-25 16:13:22 +08:00
Lucas.Xu
62c2da06d4 chore: remove the selection_menu_widget_test.dart 2022-09-25 15:55:28 +08:00
nathan
42995b6baf fix: auto resize Action list 2022-09-25 15:01:39 +08:00
Nathan.fooo
a1b54e0646
Merge pull request #1132 from richardshiue/fix-blue-tint
Fix blue tint
2022-09-25 09:32:04 +08:00
Lucas.Xu
55be554cc7
Merge pull request #1144 from LucasXu0/web_support
Support web platform for AppFlowy Editor
2022-09-24 15:50:38 +08:00
Lucas.Xu
6bda1fd2ea fix: delete the nested bulleted list will lost the children nodes 2022-09-24 12:01:23 +08:00
Lucas.Xu
d648f2b5b9 fix: merge current text node's children to previous text node 2022-09-23 23:08:48 +08:00
Lucas.Xu
ab353551d1 feat: implement find the forward nearest text node 2022-09-23 22:59:56 +08:00