Commit Graph

2469 Commits

Author SHA1 Message Date
51bc965029 feat: add bulleted-list and number-list 2022-07-28 19:59:15 +08:00
62b968bdfa chore: update roadmap.md 2022-07-28 19:44:35 +08:00
734b642fcc feat: add checkbox and heading style 2022-07-28 19:40:13 +08:00
2a09f69bec feat: double tap on text 2022-07-28 19:31:45 +08:00
583d838344 Merge pull request #727 from AppFlowy-IO/feat/handle-arrow-keys
Feat/handle arrow keys
2022-07-28 19:30:03 +08:00
b91c5d9c7b refactor: add hitTest method for selection service 2022-07-28 16:06:52 +08:00
1d3e5a9e8b feat: handle shift keys 2022-07-28 15:25:19 +08:00
883740d79a fix: assets of document 2022-07-28 15:02:50 +08:00
0ba7c53dad feat: remove unused imports 2022-07-28 14:41:29 +08:00
3e2883aa3b Merge branch 'feat/flowy_editor' into feat/handle-arrow-keys 2022-07-28 14:35:43 +08:00
6b59050ef3 Merge pull request #726 from LucasXu0/feat/flowy_editor_input_service
feat: add input service to handle text editing.
2022-07-28 14:26:15 +08:00
612e3dd50f feat: decorate TextSpan with global style 2022-07-28 12:10:19 +08:00
985fe14a8b feat: update RichText render style 2022-07-28 11:41:39 +08:00
97c0198e77 Merge pull request #721 from LucasXu0/fix/linux_arm64_build
fix: update faccess version from 0.2.3 to 0.2.4 for fixing linux-arm64 building
2022-07-28 09:51:25 +08:00
235107e298 Merge pull request #723 from Poly-Pixel/rust-lint-syntax-fix
Fix YAML syntax in rust_lint workflow
2022-07-28 09:41:42 +08:00
5309b2a757 style: run cargo fmt 2022-07-27 10:42:33 -04:00
c5560caf3c feat: import SvgPicture package to display SVG 2022-07-27 22:06:32 +08:00
5eb8a60f91 fix: add flutter action for access to dart 2022-07-27 10:02:22 -04:00
45a8566e61 feat: implement rich text component in flowy_ediotr and support markdown style rendering. 2022-07-27 20:24:26 +08:00
ddb2cb7d66 Merge pull request #728 from AppFlowy-IO/fix/transform-operation
Fix: transform error for path
2022-07-27 19:58:59 +08:00
9851b26f22 fix: transform error for path 2022-07-27 19:42:09 +08:00
53b982e7c9 feat: arrow up and down 2022-07-27 18:19:21 +08:00
17409213a3 chore: update README.md
Update the roadmap readme linking to GitBook
2022-07-27 17:32:57 +08:00
1e813524eb chore: update ROADMAP.md
update links and reorder the contents
2022-07-27 17:29:47 +08:00
4f45d52b6d Merge pull request #724 from MikeWallaceDev/doc_move_roadmap
fix: moved the roadmap to gitbook
2022-07-27 17:23:46 +08:00
e74f5e84dc feat: handle arrow keys 2022-07-27 15:53:37 +08:00
982cd62fcc Merge pull request #725 from AppFlowy-IO/feat/operation-transform
Feat: operation transform
2022-07-27 14:48:38 +08:00
445ff561b5 feat: implement handler - press the enter key in the edge of text node 2022-07-27 14:43:45 +08:00
033410aacd feat: transform operation in transaction builder 2022-07-27 13:56:49 +08:00
c72fead19c feat: operation transforming 2022-07-27 13:27:24 +08:00
84eed9e340 feat: refresh the selection when the metrics changed. 2022-07-27 12:16:23 +08:00
155b675dbe feat: implement input service(alpha) 2022-07-27 10:56:30 +08:00
16fdad83c2 fix: moved the roadmap to gitbook 2022-07-26 22:42:58 -04:00
0c20a7b092 fix: fix yaml syntax in rust_lint github workflow 2022-07-26 22:25:44 -04:00
5dde868e0b Merge pull request #722 from LucasXu0/feat/flowy_editor
chore: add selection_service documentation and resymbol shortcut service.
2022-07-27 10:21:05 +08:00
c048c8f623 fix: compute wrong upward selection 2022-07-26 23:31:56 +08:00
92675a1f48 Merge pull request #701 from AppFlowy-IO/feat/flowy_editor_documentation
chore: update operation documentation
2022-07-26 20:20:07 +08:00
cde2127dec feat: compute cursor and selection by [Selection] or [Offset] 2022-07-26 20:10:47 +08:00
114ae2b45d feat: compute cursor and selection by [Selection] or [Offset] 2022-07-26 18:40:53 +08:00
3f71613a84 chore: update ROADMAP.md v1.1 2022-07-26 14:33:35 +08:00
941671568e chore: remove unused import 2022-07-26 14:31:10 +08:00
6c937f3baf chore: update README.md
update AppFlowy roadmap links
2022-07-26 14:27:01 +08:00
274033afd3 chore: update ROADMAP.md v1 2022-07-26 14:23:41 +08:00
1907284534 chore: add selection_service documentation and resymbol shortcut service. 2022-07-26 13:36:32 +08:00
50a767286b Merge pull request #699 from sunny7dusk/feat_language_selector_356
feat: Initial implementation of updated language selector ui based on figma
2022-07-26 12:04:55 +08:00
7728206e42 Merge pull request #702 from AppFlowy-IO/feat/operation_transform_documentation
chore: add documentation for lib-ot crate
2022-07-26 11:59:33 +08:00
e89e40d652 fix: update faccess version from 0.2.3 to 0.2.4 for fixing linux-arm64 building (https://github.com/Freaky/faccess/pull/1) 2022-07-26 11:58:21 +08:00
b967453047 Merge pull request #709 from LucasXu0/feat/flowy_editor
feat: Implement arrow up/down/left/right event handler. #708
2022-07-26 11:54:44 +08:00
6b363fab52 Merge pull request #719 from MikeWallaceDev/feat_replace_commit_lint_with_gitlint
Feat replace commit lint with gitlint
2022-07-26 11:00:16 +08:00
7436f7de3e docs: made minor changes to grammar 2022-07-25 18:34:26 -04:00