Support for native mobile platform targets e.g. Swift and Kotlin #4419
Matt2012
started this conversation in
Feature Requests
Replies: 1 comment
-
Just had a thought that maybe the answer to this is a tool that converts from the richer AST of plate.js to the simpler flatter editor.js and then use the existing plugins. That seems a dryer approach given that for native output we are looking at a focus on basic rich text, tables, images, and the ability to fall back to raw html. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One thing that Editor.js makes a big deal out of is that the underlying AST storage model permits outputting to different targets not just web. It has plugins for Swift and Kotlin for example:
https://github.com/Upstarts/editor.js-kit-ios
https://github.com/Upstarts/editor.js-kit-android
To be clear this is just for a native read-only experience.
This would be a great addition and opens up the platform as a great tool for creating mobile content via a web based admin tool.
Beta Was this translation helpful? Give feedback.
All reactions