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
The blocksuite codebase seems to be very tightly coupled to the affine codebase. The default editors assume the use of affine's blocks and make use of keyboard handling which cannot be overridden or easily customized. Use of line connectors is assumed. The toolbar cannot be customized.
I've spent nearly two weeks with the code base and have struggled. For example, when trying to build a block with an inline editor, the toolbar highjacks key presses and switches tools. There is very little comments or documentation. Lots of code files that scroll forever though.
Can you explain to me how Blocksuite has value outside of Affine? Blocksuite was advertised as a framework for building editor applications, but it seems like its only useful for building another Affine.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The blocksuite codebase seems to be very tightly coupled to the affine codebase. The default editors assume the use of affine's blocks and make use of keyboard handling which cannot be overridden or easily customized. Use of line connectors is assumed. The toolbar cannot be customized.
I've spent nearly two weeks with the code base and have struggled. For example, when trying to build a block with an inline editor, the toolbar highjacks key presses and switches tools. There is very little comments or documentation. Lots of code files that scroll forever though.
Can you explain to me how Blocksuite has value outside of Affine? Blocksuite was advertised as a framework for building editor applications, but it seems like its only useful for building another Affine.
Beta Was this translation helpful? Give feedback.
All reactions