* feat: api for namespace setting
* feat: add publish timestamp
* feat: update api
* chore: update proto
* feat: add link impl for appflowy cloud
* feat: impl set and get default view for workspace
* chore: merge with main and update to latest cloud client api
* fix: ci build
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* feat: inline sub page mention
* fix: disable editing documents in trash
* fix: duplicate block behavior
* refactor: clean up code
* feat: use formatText function instead of modify delta manually
* fix: paste behavior format mention
* fix: default icon for mentioned pages
* fix: view new parent turn into page reference
* test: add base test
* chore: add feature flag
* chore: default flag to on
* fix: minor fixes to behavior
* fix: review and code cleanup
* fix: dart linter
* fix: content is required
* test: use doc title to rename page
* test: add test coverage
* test: fix wrong expect
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* fix: cover title issues
* fix: the selection should be cleared if selecting child node
* fix: exclude the blocks that are not supported in the 'turn into' types
* fix: add logs
* fix: floating toolbar ai status
* test: selecting the parent should deselect all the child nodes as well
* chore: 'Copy Link' to 'Copy link'
* fix: select all and turn into block doesn't work on Windows
* test: calculate turn into selection test
* fix: option button tests
* feat: observe mentioned block changes and navigate to block
* test: add delete mentioned block test
* chore: update editor version
* feat: navigate block in same page
* fix: sometimes turn into menu doesn't work
* test: add test
* fix: integration test
* feat: right click to open view more actions
* test: fix tests
* test: fix failing test
* fix: hide in move to page menu
* test: add simple test
* test: add negative case in cloud test
* chore: check code related to sidebar spaces
* fix: view item
* fix: clean up
* feat: select multiple lines with block selection style
* feat: multiple nodes conversion
* fix: exclude children for the block can't contain children
* chore: update editor version
* fix: unit test
* test: convert nested list to heading/quote/callout
* test: transform nodes at the same level into another block type
* test: add undo redo for turn into
* test: add multi lines integration test
* chore: remove debug logs
* fix: integration test
* feat: support publish on mobile
* chore: replace icons
* feat: support publish and copy link on mobile
* feat: support copy link
* feat: support copy share link
* chore: update icons
* fix: flutter analyze
* fix: ignore opening same page on mobile
* test: add copy link test on mobile
Corrected "Acknowledgements" to "Acknowledgments" in [README.md].
This pull request addresses a minor typo found in the repository. The typo has been corrected to improve clarity and maintain the quality of the documentation.
This change is purely cosmetic and does not affect functionality.
* fix: date issue when enbling time field
* chore: add integration test for date or reminder field
* chore: add test file to document_test_runner.dart
* fix: flutter analyze
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>