Commit Graph

2478 Commits

Author SHA1 Message Date
Lucas.Xu
ab687b9b7f
Merge pull request #644 from AppFlowy-IO/feat/insert-text-at-cursor
Feat: insert text at cursor
2022-07-19 20:00:40 +08:00
Vincent Chan
7b513a71a9 feat: handle Delete key 2022-07-19 18:40:43 +08:00
Vincent Chan
8c6c9f7c0d feat: transform betweens global/local cursor 2022-07-19 17:18:42 +08:00
Nathan.fooo
26c5dcd182
Merge pull request #643 from AppFlowy-IO/refactor/add_PB_suffix
Refactor/add pb suffix
2022-07-19 15:24:53 +08:00
Vincent Chan
abe0658cd3 feat: insert text at cursor 2022-07-19 15:24:51 +08:00
appflowy
8e18d3a937 chore: reanme flowy-user crate 2022-07-19 14:40:56 +08:00
Lucas.Xu
fef9e20e46 chore: add heading widget to example 2022-07-19 14:31:10 +08:00
appflowy
193527e043 chore: rename flowy-folder structs 2022-07-19 14:24:08 +08:00
appflowy
0ecff26636 chore: remove pb reference in util.rs 2022-07-19 13:07:30 +08:00
appflowy
e7c672cb7e chore: replace try_from with from 2022-07-19 11:31:04 +08:00
Lucas.Xu
4422d2b4d2
Merge branch 'AppFlowy-IO:feat/flowy_editor' into feat/flowy_editor 2022-07-19 10:56:25 +08:00
MikeWallaceDev
6d9c4619e4 fix: fixed flutter config variable for mac 2022-07-18 21:44:11 -04:00
Nathan.fooo
2981b685bc
Merge pull request #620 from MikeWallaceDev/fix_githooks
Fix githooks and remove Husky
2022-07-19 08:33:49 +08:00
MikeWallaceDev
f30f2485c6 fix: fixed colors when asking to install Rust 2022-07-18 20:08:13 -04:00
MikeWallaceDev
1cb8dbcfa4 fix: improved installation on MacOs
added MacOs install script
Removed Makefile, since we now use a bash script. This removes the dependency on make.
Removed Brewfile, since we now use a bash script
2022-07-18 15:24:25 -04:00
MikeWallaceDev
39900022db fix: improved development environment installation
moved and renamed /Makefile.toml to githooks.toml
added install script for Linux
2022-07-18 14:31:13 -04:00
Lucas.Xu
ee5c9d410b
Merge pull request #628 from vincentdchan/feat/delta-to-json
feat: delta to json
2022-07-18 21:08:35 +08:00
Vincent Chan
ac228a5316 refactor: better abstract style 2022-07-18 20:14:25 +08:00
Lucas.Xu
f526d29f59 chore: support https request in macOS platform. 2022-07-18 19:51:28 +08:00
Vincent Chan
f910b9dc61 feat: delta to string 2022-07-18 19:51:19 +08:00
Nathan.fooo
ff1b6f8f1d
Merge pull request #629 from AppFlowy-IO/refactor/rename_grid_cell
Refactor/rename grid cell
2022-07-18 19:42:53 +08:00
Lucas.Xu
5cba777410
Merge branch 'AppFlowy-IO:feat/flowy_editor' into feat/flowy_editor 2022-07-18 19:42:35 +08:00
Lucas.Xu
32e5947bed
Merge pull request #627 from vincentdchan/feat/transaction-builder
Feat: transaction builder
2022-07-18 19:41:37 +08:00
Lucas.Xu
9c43c465f8
chore: delete unused import 2022-07-18 19:38:42 +08:00
Vincent Chan
b75c142433 feat: re-export transaction_builder 2022-07-18 19:36:18 +08:00
appflowy
8683c2f343 fix: reload number cell 2022-07-18 19:27:01 +08:00
Vincent Chan
e9ce4c5f05 fix: make the finish() function private 2022-07-18 18:39:44 +08:00
Vincent Chan
9307edb50d feat: transaction builder 2022-07-18 18:04:58 +08:00
appflowy
cefd64034d refactor: add Grid prefix to some Grid cells 2022-07-18 17:48:33 +08:00
Lucas.Xu
d5015f0dfb feat: add url_launcher into dependency 2022-07-18 17:44:37 +08:00
Lucas.Xu
c26197fd24
Merge pull request #626 from vincentdchan/feat/text-delta-to-text-span
feat: text delta to text span
2022-07-18 17:01:49 +08:00
Vincent Chan
e92677d2ce Merge branch 'feat/flowy_editor' into feat/text-delta-to-text-span 2022-07-18 16:56:47 +08:00
Nathan.fooo
39fe3437e7
Merge pull request #621 from LucasXu0/feat/flowy_editor
feat: rebuild the widget when node changed.
2022-07-18 16:49:47 +08:00
Vincent Chan
4b7c997083 feat: text delta to text span 2022-07-18 16:47:38 +08:00
Lucas.Xu
de06188c5e feat: rebuild the widget when node changed. 2022-07-18 13:14:50 +08:00
Nathan.fooo
3961e85f6b
Merge pull request #625 from AppFlowy-IO/feat/add_pb_suffix_to_flowy_editor_crate
refactor: add PB suffix to flowy-editor crate's structs
2022-07-18 13:02:40 +08:00
appflowy
67f88fab0b refactor: add PB suffix to flowy-editor crate's structs 2022-07-18 11:58:39 +08:00
MikeWallaceDev
5035075e14 fix: removed references to Husky 2022-07-17 20:38:01 -04:00
MikeWallaceDev
ff0c6a9d98 feat: Added commit-msg hook
This will call commitlint to validate commit messages
2022-07-17 20:38:01 -04:00
MikeWallaceDev
6fcc37e15c fix: Made githook scripts executable 2022-07-17 20:38:01 -04:00
Nathan.fooo
609d103779
Merge pull request #619 from AppFlowy-IO/refactor/add_pb_suffix 2022-07-17 15:14:15 +08:00
appflowy
e45b14910b chore: add suffix PB to dart class 2022-07-17 14:49:29 +08:00
appflowy
1bf0f0f875 chore: add suffix PB to rust struct 2022-07-17 13:38:53 +08:00
appflowy
3a0b8bbd74 Merge branch 'main' into refactor/add_pb_suffix 2022-07-17 13:19:29 +08:00
Nathan.fooo
70100cdd3a
Merge pull request #618 from AppFlowy-IO/feat/insert_cell_test
Feat/insert cell test
2022-07-17 13:10:55 +08:00
appflowy
5ea3213c4e chore: fix tests 2022-07-17 12:57:25 +08:00
appflowy
cca577f967 Merge branch 'main' into feat/insert_cell_test 2022-07-17 11:54:58 +08:00
appflowy
8073414485 refactor: rename struct & add documentation 2022-07-17 11:49:37 +08:00
Nathan.fooo
29aafbaac4
Merge pull request #611 from LucasXu0/feat/flowy_editor
feat: Add node validator and update op methods
2022-07-17 10:49:30 +08:00
Nathan.fooo
c860d1bc0b
Merge pull request #617 from AppFlowy-IO/feat/add_more_grid_documentation 2022-07-16 21:03:10 +08:00