You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update v
* wip poc
* poc
* api poc
* Implemented basic block retrieval API functions
* tiny fixes
* Added marks API support, block conversion/insertion functions, and WIP markdown conversion
* Changed markdown parsing to use remark
* Added API support for serializing blocks to HTML and Markdown
* General cleanup & refactor
* Implemented PR feedback
* Added documentation to API functions
* Added basic HTML/Markdown conversion test cases and fixed some bugs
* Added more HTML/Markdown conversion test cases
* Fixed comments
* Added HTML/Markdown conversion test snapshots
* Small changes
* initial website
* Added text content for several sections
* Added API functions to update and remove blocks, improved distinction between `Block` and `BlockSpec` types
* Added "Accessing Blocks", "BlockSpec Objects" sections and other changes
* Finished text content for Introduction to Blocks
* Finished text content for Introduction
* Finished text content for Quickstart
* Finished text content for Manipulating Blocks
* Small change to Block Types
* update homepage
* update site
* Changes to most pages' text content and added live demos
* Added remaining unit tests
* sandpack vertical
* add vanilla js docs
* comment
* temp expose api
* Changed `BlockSpec` to `PartialBlock` and improved error messages
* add draggable to vanillajs example
* Added `replaceBlock` function, updated others.
* Added global props
* Fixed node conversion tests & snapshots
* Fixed format conversion tests & snapshots
* Fixed block manipulation tests & snapshots
* Commented out failing format conversion tests
* Fixed build failures
* Fixed list item parsing issue
* Changed API file structure
* Moved type import to dev dependencies
* Added `PartialBlock` and `replaceBlocks()` text
* changes to intro
* fix lockfile
* Updated editor API docs
* make api accessible via editor, hide tiptap initialization options (#106)
* make api accessible via editor, hide tiptap initialization options
* remove comment
* Fixed tests
* Fixed tests
* small renames + expose domElement
* improve block types
* Small fix to PartialBlock type
* Removed logs
* add comments about waitForEditor
---------
Co-authored-by: Matthew Lipski <[email protected]>
* add comment
* clean up timeout
* small cleanup
* rename to InlineContent
* Simplified text
* doc improvements
* Finished block types and other changes
* doc updates
* fix handlers and padding
* Added text cursor and inline content text
* General doc fixes
* doc suggestions
* unset css for heading
* Added customizing editor and small changes
* Removed generic inline content definition
* small doc fixes
* Changed styles structure
* Updated test screenshots
* Added React slash menu items
* Added icon to `ReactSlashMenuItem`
* Updated suggestion/slash menu item definitions and default commands
* small improvements
* Merged `EditorFunctions` and `BlockNoteEditor`
* Deleted `EditorFunctions` and updated docs
* Updated test screenshot
* Small changes
---------
Co-authored-by: yousefed <[email protected]>
0 commit comments