-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it support edit with keyboard same way in editor.js ? #22
Comments
Hello, thanks for your question. For now you get out of the box only VIEW mode Functionality. |
Thanks for your reply. Yes, will check custom blocks and try to achieve a goal. meanwhile, we will wait for your update. thank you so much |
@ivanglushko what is i have custom blocks(from plugins) will it work on ios or only the default stuff from ios |
Hey, custom blocks can support any block type regardless of whether it is from existing plugin or it's your own internally designed block. All you need is to setup the block type, implement data model for it and a view. Here is a short guide:
Register is somewhere on app launch like this:
In order to render that block create a view which is configurable with your item model type
|
Any update? |
No plans to add editing mode for now. Everybody's welcome to contribute |
Have a question regarding functionality.
I download code and run it with Xcode 11.4, I am seeing editor with sample text in VIEW mode only. is there any way enable edit also with the same editor.
Thanks.
The text was updated successfully, but these errors were encountered: