Commit Graph

2243 Commits

Author SHA1 Message Date
Lucas.Xu
29fe4811c3 fix: selection areas could not overlay 2022-07-31 15:59:43 +08:00
Nathan.fooo
fde2538466
Merge pull request #736 from thisisamank/main 2022-07-30 11:49:30 +08:00
Poly-Pixel
19adfce065
Merge branch 'AppFlowy-IO:main' into windows-dev-install-script 2022-07-29 12:50:26 -07:00
Aman Kumar
35351eba62 fix: removed unused imports 2022-07-29 22:16:26 +05:30
Aman Kumar
d955b6ef7e feat: row count widget added 2022-07-29 22:14:53 +05:30
Lucas.Xu
b245841ec3 feat: implement text delete 2022-07-30 00:00:10 +08:00
Lucas.Xu
575e01c909 feat: implement text replacement in singe selection 2022-07-29 23:27:39 +08:00
Lucas.Xu
55d46edeaf fix: node change notifier doesn't work 2022-07-29 23:16:56 +08:00
Lucas.Xu
c4b3c54a7c chore: format code 2022-07-29 15:45:49 +08:00
Lucas.Xu
966eea2179 chore: format code 2022-07-29 15:36:17 +08:00
Nathan.fooo
39015f4d46
Merge pull request #733 from LucasXu0/feat/flowy_editor_input_service
Implement bulleted-list, number-list, checkbox and heading style.
2022-07-29 15:24:50 +08:00
Lucas.Xu
ed1dc8ccef feat: refactor render plugin service
1. abstract render plugin as service.
2. simplify plugin development.
3. delete unused code
2022-07-29 14:29:39 +08:00
Poly-Pixel
86799bbb96 fix: fix last command issue 2022-07-28 21:05:33 -07:00
Poly-Pixel
3caa565610 fix: fix remaining PATH issues 2022-07-28 20:04:46 -07:00
Lucas.Xu
c5e9008f4b feat: wrapping heading text with Padding instead of two SizeBoxs. 2022-07-29 10:42:00 +08:00
Lucas.Xu
e4c3a3ae84 feat: modify svg size 2022-07-29 10:38:02 +08:00
Lucas.Xu
7489455c20 chore: typo 2022-07-29 10:34:59 +08:00
Lucas.Xu
ec83a68602 chore: resolve conflicts. 2022-07-29 10:20:48 +08:00
Lucas.Xu
c050d6dbc5
Merge pull request #732 from AppFlowy-IO/feat/double-tap-on-text
Feat/double tap on text
2022-07-29 10:07:11 +08:00
David
8360dcdc82 feat: Add pl-PL translation
Add pl-PL.json including the new translation.
Updated app_widget.dart with the new language entry
Updated language.dart with the new language entry
2022-07-28 22:30:17 +02:00
Mike Wallace
04b06659f4
Merge pull request #663 from dezio/patch-1
Update README.md
2022-07-28 11:16:10 -04:00
Lucas.Xu
fce8ea1e80 feat: add checkbox style 2022-07-28 23:04:51 +08:00
Dennis Ziolkowski
781d62002f fix: Update README.md
Changed appearance of the "howtostar.gif". It was width="1000", which leads to a messy layout.

Also changed the alt text for the image to a better suiting one.
2022-07-28 10:49:54 -04:00
Lucas.Xu
32ee068c73 chore: resolve docker-compose.yml conflicts 2022-07-28 10:12:19 -04:00
тнomas
7a197df57c fix: Fixes docker-compose up error and warning 2022-07-28 10:12:19 -04:00
Lucas.Xu
51bc965029 feat: add bulleted-list and number-list 2022-07-28 19:59:15 +08:00
Annie
62b968bdfa
chore: update roadmap.md 2022-07-28 19:44:35 +08:00
Lucas.Xu
734b642fcc feat: add checkbox and heading style 2022-07-28 19:40:13 +08:00
Vincent Chan
2a09f69bec feat: double tap on text 2022-07-28 19:31:45 +08:00
Vincent Chan
583d838344
Merge pull request #727 from AppFlowy-IO/feat/handle-arrow-keys
Feat/handle arrow keys
2022-07-28 19:30:03 +08:00
Vincent Chan
b91c5d9c7b refactor: add hitTest method for selection service 2022-07-28 16:06:52 +08:00
Vincent Chan
1d3e5a9e8b feat: handle shift keys 2022-07-28 15:25:19 +08:00
Vincent Chan
883740d79a fix: assets of document 2022-07-28 15:02:50 +08:00
Vincent Chan
0ba7c53dad feat: remove unused imports 2022-07-28 14:41:29 +08:00
Vincent Chan
3e2883aa3b Merge branch 'feat/flowy_editor' into feat/handle-arrow-keys 2022-07-28 14:35:43 +08:00
Lucas.Xu
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
Lucas.Xu
612e3dd50f feat: decorate TextSpan with global style 2022-07-28 12:10:19 +08:00
Lucas.Xu
985fe14a8b feat: update RichText render style 2022-07-28 11:41:39 +08:00
Nathan.fooo
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
Nathan.fooo
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
Poly-Pixel
5309b2a757
style: run cargo fmt 2022-07-27 10:42:33 -04:00
Lucas.Xu
c5560caf3c feat: import SvgPicture package to display SVG 2022-07-27 22:06:32 +08:00
Poly-Pixel
5eb8a60f91
fix: add flutter action for access to dart 2022-07-27 10:02:22 -04:00
Lucas.Xu
45a8566e61 feat: implement rich text component in flowy_ediotr and support markdown style rendering. 2022-07-27 20:24:26 +08:00
Vincent Chan
ddb2cb7d66
Merge pull request #728 from AppFlowy-IO/fix/transform-operation
Fix: transform error for path
2022-07-27 19:58:59 +08:00
Vincent Chan
9851b26f22 fix: transform error for path 2022-07-27 19:42:09 +08:00
Vincent Chan
53b982e7c9 feat: arrow up and down 2022-07-27 18:19:21 +08:00
Annie
17409213a3
chore: update README.md
Update the roadmap readme linking to GitBook
2022-07-27 17:32:57 +08:00
Annie
1e813524eb
chore: update ROADMAP.md
update links and reorder the contents
2022-07-27 17:29:47 +08:00
Annie
4f45d52b6d
Merge pull request #724 from MikeWallaceDev/doc_move_roadmap
fix: moved the roadmap to gitbook
2022-07-27 17:23:46 +08:00