Automattic / isolated-block-editor

Repackages Gutenberg's editor playground as a full-featured multi-instance editor that does not require WordPress.
343 stars 50 forks source link

still works? #223

Closed VictorCataDAW closed 1 year ago

VictorCataDAW commented 1 year ago

I am new in to this world of programming. I've been looking at wordpress and their gutenberg blocks and then this isolated block editor and the ability to add the sidebar editor. I have downloaded the code.zip, I have unzipped it and through the console I have tried to execute it but I have no result. I really don't know what to do to be able to run the sidebar editor, the isolated one can be run through a project at visual studio code. Can someone guide me on what I should do to be able to view it in the browser? Thanks and excuse my ignorance.

johngodley commented 1 year ago

Yes it still works. Tried to execute it how? What is the sidebar editor? I'm not sure what you mean about running it in VSCode, but it only runs in a browser.

VictorCataDAW commented 1 year ago

I mean... this is what I really see, is it?

Captura de pantalla 2023-04-20 a las 13 13 24

thank you in advance

johngodley commented 1 year ago

Yes, that is an example.

VictorCataDAW commented 1 year ago

ok, at this isolated block editor, when you choose a paragraph, it's possible to edit the code of this paragraph, as you can edit the code in wordpress ?

Captura de pantalla 2023-04-20 a las 13 21 58

thank you so much

johngodley commented 1 year ago

There are many options, including one for a visual/code edit mode:

https://github.com/Automattic/isolated-block-editor#props

VictorCataDAW commented 1 year ago

sorry for this question... how can I activate or modify these options?

johngodley commented 1 year ago

It should be detailed in the readme itself. You pass them in as the settings object. It's also shown in the example https://github.com/Automattic/isolated-block-editor/blob/trunk/src/browser/index.js

johngodley commented 1 year ago

Closing this for now, please reopen with more details.