* feat: make the columns block same width width the editor
* chore: turn off column debug mode
* feat: add block selection container in outline block
* feat: use ratio instead of width in simple columns
* fix: document rules
* fix: turn off debug mode
* fix: update the existing columns block data
* feat: support nested list in callout block
* chore: update pubspec.yml
* feat: add new quote block
* feat: support nested list in quote block
* feat: refacotr quote block
* feat: optimize quote block align
* feat: support nested list in quote block
* fix: icon and drag menu overlap
* chore: update appflowy editor version
* feat: support trailing action builder for plugin blocks
* chore: update appflowy editor version
* fix: disable ai writer in table
* fix: enable header row by default when converting from md
* chore: add title when continue writing
* chore: rewrite using predefined format
* fix: mouse & keyboard event still propagate
* chore: bump editor ref
* Revert "feat: use flutter_distrubutor to build linux and macos packages (#7392)"
This reverts commit 6dc45c983071a1e6678e6aeda22a6323f73c5bda.
* fix: linux link issue
* fix: outline doesn't work well in columns
* fix: cannot drag a block under a table that’s in the second column
* fix: improve writing not working
* fix: show insert below and discard buttons even in overflow
* fix: incorrect predefined format initialization
* fix: generate image
* chore: multi-line related questions
* fix: add to undo history
* fix: disable keyboard service when using ai writer
* fix: disable drag nodes
* fix: strikethrough text after accepting
* fix: undo
* feat: refactor databse styles
* feat: support compact mode for databse
* feat: support dynamic height for board
* fix: add reference icon for database view in document
* feat: support data sync for database node in document
* fix: add hover effect in compact mode switcher
* fix: title of document not align correctly with a large screen
* fix: some launch review issues
* fix: auto hide the Hidden Groups unless the user clicks it to show
* fix: testing error
* chore: update board version
* chore: update database menu buttons
* fix: some launch review issues
---------
Co-authored-by: Lucas <lucas.xu@appflowy.io>
* feat: ai writer block
* test: fix integration tests
* chore: add continue writing to slash menu
* chore: focus issues during insertion
* fix: explain button position
* fix: gesture detection
* fix: insert below
* fix: undo
* chore: improve writing toolbar item
* chore: pass predefined format when using quick commands
* fix: continue writing in an empty document or at the beginning of a document
* fix: don't allow selecting text not in content
* fix: related question not following predefined format
* chore: replace two columns with 2 columns
* fix: hide drag menu when the doc is locked
* feat: add placeholder when editing the paragraph
* fix: ingore tab shortcut in document title
* feat: forward the video block to link preview block
* feat: support columns block in editor
* feat: upgrade simple columns block
* fix: build error
* feat: add column width resizer
* fix: drag visual border
* fix: drag button position issue
* feat: add rule to check if the column is empty
* fix: flutter analyze
* feat: add document rules to delete the columns if its children are empty
* feat: support adding image in columns block
* feat: integrate block actions in columns block
* feat: support dragging to create a columns block
* feat: drag a block into an existing columns block
* feat: add delete columns and delete column rules
* feat: dragging the block to the left side of another block to create a columns block
* feat: support 2-4 columns block in slash menu
* chore: disable debug flag in columns block
* chore: update pubspec.yaml
* chore: update translations and icons
* fix: cloud integration test
* fix: integration test
* fix: add shortcut to create Math Equation(#7331)
* chore: update code
Co-authored-by: Lucas <lucas.xu@appflowy.io>
---------
Co-authored-by: Lucas <lucas.xu@appflowy.io>
* fix: unable to click the swith to lock/unlock page
* fix: add divider above delete button on mobile
* fix: enable lock/unlock page by tapping the lock icon
* chore: update translations
* fix: hide cursor when the page is locked
* fix: the inline databaes still can be edited if the document is locked
* fix: disable auto update checker
* chore: change my account to account & app
* feat: support upload svg as icon
* feat: support upload icon by pasting a link
* feat: delete remote images when remove custon icons
* chore: add testing for pasting image link as custon icon
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* feat: support lock button in view more actions
* feat: add lock page on mobile
* feat: disable actions in locked page
* feat: disable more actions in locked page
* feat: support locked grid on mobile
* feat: support locked board/calendar on mobile
* fix: exclude lock page button from AI Chat
* feat: lock page
* feat: add pageLockStatus bloc
* feat: add lock status and unlock status in title bar
* feat: add loading lock status
* feat: disable moveTo, delete, rename, updateIcon operations if the page is locked
* fix: lock toast issue
* feat: support locked database
* feat: support locked grid
* feat: support locked title
* feat: support locked board
* feat: support locked calendar
* fix: support exporting to markdown with multiple images
* fix: support exporting to markdown with database
* fix: support exporting to markdown with date or reminder
* fix: support exporting to markdown with subpage and page reference
* chore: add some testing for markdown parser
* chore: add testing for exporting markdown with databse as csv
* fix: editor stuck on image loading loop when uploading image in row document
* test: editor stuck on image loading loop when uploading image in row document
* fix: unable to copy table from Apple Notes
* fix: disable pasting a table into another table
* fix: ignore the delete shortcut if the next node is a simple table node
* test: speed up copypasta tests
* chore: strip away markdown syntax if message is image only
* chore: paste image urls with no file extension
* test: add integration test
* test: group tests
* chore: apply code suggestions to 3 files
* chore: bump version 0.8.2
* feat: turn -> into to → in document
* Revert "chore: bump version 0.8.2"
This reverts commit 45efd4d7d7bd8436ee831c5af66dbed0a2bd7f77.
* test: add shortcut tests
* chore: only enable document integrity check when enableDocumentInternalLog is on
* feat: copy divider and table from ChatGPT
* test: add copy from ChatGPT test
* feat: support copying link from keyboard clipboard
* feat: support pasting table from Notion
* test: add google docs / googles sheets table test
* fix: google docs test
* fix: paste table from notion test
* fix: improve the document diff function to prevent partial ordering issues
* fix: improve the document diff function to prevent partial ordering issues
* fix: nested block padding issues
* fix: improve the document diff function to prevent partial ordering issues
* chore: update editor version
* test: add no diff test and update text diff test
* test: delete and insert text diff with different id
* test: insert single text / delete single text tests
* test: multiple delete and update diff
* test: multiple insert and update diff
* chore: revert cargo changes
* chore: remove unused code
* chore: optimize the code logic