appflowy
|
d01e5a0490
|
chore: update flutter version in ci
|
2022-08-09 13:11:39 +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 |
|
appflowy
|
9e090b0183
|
chore: fix typo: pannel -> panel
|
2022-08-09 11:59:22 +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
|
6d385e811f
|
refactor: move plugin application and presentation together
|
2022-08-09 10:38:11 +08:00 |
|
appflowy
|
61df3848e4
|
chore: update appflowy_board pub.dev config
|
2022-08-09 10:03:42 +08:00 |
|
Aryman
|
c8d5769b11
|
refactor: remove print statement
|
2022-08-09 01:45:56 +05:30 |
|
Aryman
|
1cca7acf1b
|
perf: added right click context menu functionality
|
2022-08-09 01:43:04 +05:30 |
|
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 |
|
Lucas.Xu
|
364a8e6ad2
|
chore: replace 'checkbox' with StyleKey.checkbox
|
2022-08-08 22:29:02 +08:00 |
|
Ian Su
|
d56e8c7673
|
fix: add icon_url in migration
|
2022-08-08 22:19:05 +08:00 |
|
Lucas.Xu
|
6dcf3b3fa7
|
feat: set mouse cursor style to text when hovering on the text node
|
2022-08-08 20:34:26 +08:00 |
|
Nathan.fooo
|
70fbcb0de9
|
Merge pull request #774 from AppFlowy-IO/feat/board_ui
Feat/board UI
|
2022-08-08 20:27:20 +08:00 |
|
Nathan.fooo
|
ef8d154736
|
Merge pull request #788 from LucasXu0/fix/ime_error
fix: could not delete character when using IME
|
2022-08-08 20:08:12 +08:00 |
|
appflowy
|
0abd62829c
|
chore: update pubspec path
|
2022-08-08 19:59:17 +08:00 |
|
Nathan.fooo
|
1f1ff07377
|
Merge pull request #781 from ChiragKr04/main
Fix: Added tooltip to open row as page
|
2022-08-08 19:15:32 +08:00 |
|
Vincent Chan
|
9d9b0e5878
|
feat: add stringify tag
|
2022-08-08 19:09:19 +08:00 |
|
Nathan.fooo
|
0bf4a79ec9
|
Merge pull request #787 from AppFlowy-IO/feat/add-default-impl-for-image
Feat: add default impl for image
|
2022-08-08 18:47:48 +08:00 |
|
Nathan.fooo
|
a138b32c8e
|
Merge pull request #786 from LucasXu0/feat/markdown_input
implement markdown input style, like, #, *, -, -[]
|
2022-08-08 18:47:16 +08:00 |
|
Nathan.fooo
|
46b775e4d9
|
Merge pull request #784 from naughtz/main
feature: MouseCursor for expanding row #687
|
2022-08-08 18:46:56 +08:00 |
|
appflowy
|
db5b3e3bd3
|
chore: update ui
|
2022-08-08 18:43:37 +08:00 |
|
Lucas.Xu
|
27ea5a11a9
|
feat: disable scroll when showing popuplist
|
2022-08-08 18:40:09 +08:00 |
|
Lucas.Xu
|
6e71ec23a1
|
feat: delete slash when using the popuplist and pressing enter key
|
2022-08-08 18:24:11 +08:00 |
|
Lucas.Xu
|
1ece5cfd9e
|
feat: binary search selection supports searching child nodes
|
2022-08-08 18:11:20 +08:00 |
|
Naughtz
|
0d1eb5e48d
|
Merge branch 'AppFlowy-IO:main' into main
|
2022-08-08 16:45:48 +08:00 |
|
Lucas.Xu
|
2f84d7e54e
|
fix: fix crash when selecting the last node
|
2022-08-08 16:17:17 +08:00 |
|
Lucas.Xu
|
dc018bc7e4
|
fix: could not delete character when using IME
|
2022-08-08 16:08:01 +08:00 |
|
Vincent Chan
|
91c62cb0ae
|
feat: add default impl for image node
|
2022-08-08 15:46:02 +08:00 |
|
Vincent Chan
|
e1b10ec791
|
Merge pull request #785 from AppFlowy-IO/feat/handle-triple-click-in-flowy-editor
Feat: handle triple tap for flowy editor
|
2022-08-08 15:35:06 +08:00 |
|
Lucas.Xu
|
19fc154681
|
feat: implement markdown input, like, #, *, -, -[]
|
2022-08-08 15:33:11 +08:00 |
|
Vincent Chan
|
7eb95def7c
|
feat: handle triple tap
|
2022-08-08 14:43:45 +08:00 |
|
Lucas.Xu
|
7855e5403c
|
feat: convert text to bulleted list style when inputing '* ' or '- '
|
2022-08-08 13:59:38 +08:00 |
|
Naughtz
|
237f2f6190
|
Merge branch 'AppFlowy-IO:main' into main
|
2022-08-08 13:39:46 +08:00 |
|
Lucas.Xu
|
849e19e1ef
|
fix: popuplist will not show when the selection is not collapsed
|
2022-08-08 13:37:56 +08:00 |
|
Lucas.Xu
|
4a00f3c2ca
|
Merge pull request #780 from LucasXu0/feat/fix_focus_error
customize flowy_rich_text style
|
2022-08-08 13:26:38 +08:00 |
|
Chirag Bargoojar
|
9f490eefb0
|
Merge branch 'AppFlowy-IO:main' into main
|
2022-08-08 10:33:27 +05:30 |
|
chiragkr04
|
51ba26adb0
|
fix: unnecessary import
|
2022-08-08 10:24:10 +05:30 |
|
Naughtz
|
31b5ef5e53
|
Merge branch 'main' of https://github.com/naughtz/appflowy
|
2022-08-08 12:05:13 +08:00 |
|
Naughtz
|
402b29b3e3
|
feature: MouseCursor for expanding row #687
|
2022-08-08 12:04:28 +08:00 |
|
Naughtz
|
79d19eba87
|
FR: MouseCursor for expanding row #687
|
2022-08-08 11:59:07 +08:00 |
|
Lucas.Xu
|
9e254f84d4
|
Merge pull request #775 from LucasXu0/feat/selection_optimizatiion
feat: optimize selection implement by binary search
|
2022-08-08 11:07:05 +08:00 |
|
Lucas.Xu
|
9b9de523da
|
fix: flowy_rich_text will not automatically wrap when the text exceeds a line
|
2022-08-08 10:54:09 +08:00 |
|
appflowy
|
971a5e245a
|
chore: rename folder
|
2022-08-08 10:49:00 +08:00 |
|
Lucas.Xu
|
25387cd0b0
|
feat: customizes quoted text style
|
2022-08-08 10:29:45 +08:00 |
|
Lucas.Xu
|
59838f5845
|
feat: customizes checkbox text style
|
2022-08-08 10:29:45 +08:00 |
|