-
Notifications
You must be signed in to change notification settings - Fork 19
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
Find a clean way to reuse code from text app #18
Comments
According to Julius, the nextcloud-text library is already usable to some degree. It's not released yet, but could already be used with |
marked this issue as related to #39 |
marked this issue as related to #83 |
marked this issue as related to #93 |
We've made a huge step forward here: starting with release 1.1.0, we use the new @nextcloud/text NPM package for the view mode. 🚀 |
Our plan is to expose an editor component as a global object in Text (similar to Short-term, we'll copy the logic that's currently implemented in Collectives into the new exposed Text component: loading RichTextReader with the page content from webdav in the front (for fast loading experience) and loading the full-fledged Editor with page content from syncService in the back. Mid-term, we might improve the performance in Text and get rid of having two seperate components (RichTextReader and Editor) there. |
nextcloud/text#3615 would be the upstream pull request for exposing text through an API |
Some stuff to cleanup when removing the current legacy Text integration (after migrating to the new editor API):
|
In GitLab by @azul on May 18, 2020, 15:59
(@import './../../apps/text/css/prosemirror';)
EditorWrapper
.Missing from !17
The text was updated successfully, but these errors were encountered: