Go to file
jordi fita mas 88025b57a4 Replace isolated-block-editor in favor of @wordpress/block-editor
Despite the fact that Gutenberg developers did not care at all about
uses of this library outside WordPress until last year[0], and that it
is almost impossible to do something that goes beyond the very basic
without using “private APIs”, they insist that the isolated block
editor should be “deprecated”[1].

I do not particularly care much about the isolated block editor, as it
_does_ use all these private APIs and, thus, it is very difficult to
use unless you use the exact same dependencies, otherwise it emits a
weird error regarding “unlocking” things that are not “locked” (i.e.,
the new-fangled way of “protecting” private APIs[2]).  And,
apparently, things got easier with Gutenberg 18.5 with the
introduction of the BlockCanvas.

However, it is still a very frustrating experience, and the
documentation for most components and packages is next to
non-existent.

Nevertheless, i managed to get a barely functional editor that still
has some missing features, like the color of rich texts’ highlight
format[3], but it i believe it is a good base to grow the custom
editor on top of.

[0]: https://github.com/WordPress/gutenberg/issues/53874
[1]: https://github.com/WordPress/gutenberg/issues/57672#issuecomment-1883119040
[2]: https://developer.wordpress.org/block-editor/reference-guides/packages/packages-private-apis/
[3]: https://github.com/WordPress/gutenberg/issues/55036
2024-06-14 03:24:07 +02:00
cmd/tipus Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00
deploy Add authentication relations, views, and functions for PostgreSQL 2023-06-04 22:45:44 +02:00
editor Replace isolated-block-editor in favor of @wordpress/block-editor 2024-06-14 03:24:07 +02:00
pkg Add Isolated Block Editor to build our own Gutenberg-based editor 2023-06-09 14:18:10 +02:00
po Try to localize Gutenberg to Spanish, as an i18n test 2023-06-11 03:50:35 +02:00
revert Add authentication relations, views, and functions for PostgreSQL 2023-06-04 22:45:44 +02:00
test Add authentication relations, views, and functions for PostgreSQL 2023-06-04 22:45:44 +02:00
verify Add authentication relations, views, and functions for PostgreSQL 2023-06-04 22:45:44 +02:00
web Add Isolated Block Editor to build our own Gutenberg-based editor 2023-06-09 14:18:10 +02:00
.gitignore Replace isolated-block-editor in favor of @wordpress/block-editor 2024-06-14 03:24:07 +02:00
COPYING Add GPLv3 license text 2023-06-04 20:58:17 +02:00
Makefile Try to localize Gutenberg to Spanish, as an i18n test 2023-06-11 03:50:35 +02:00
go.mod Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00
go.sum Add the minimal golang web application to login users 2023-06-04 23:59:50 +02:00
package-lock.json Replace isolated-block-editor in favor of @wordpress/block-editor 2024-06-14 03:24:07 +02:00
package.json Replace isolated-block-editor in favor of @wordpress/block-editor 2024-06-14 03:24:07 +02:00
sqitch.conf Add authentication relations, views, and functions for PostgreSQL 2023-06-04 22:45:44 +02:00
sqitch.plan Add authentication relations, views, and functions for PostgreSQL 2023-06-04 22:45:44 +02:00
vite.config.mjs Replace isolated-block-editor in favor of @wordpress/block-editor 2024-06-14 03:24:07 +02:00