-
Notifications
You must be signed in to change notification settings - Fork 91
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
WIP: Make build run without additional ram #5818
base: main
Are you sure you want to change the base?
Commits on May 21, 2024
-
enh(editorFactory): only use named exports
Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d275d0b - Browse repository at this point
Copy the full SHA d275d0bView commit details -
cleanup(deps): remove proxy-polyfill
Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d8f3b2 - Browse repository at this point
Copy the full SHA 0d8f3b2View commit details -
cleanup(EditorFactory): inline serializPlainText
Also drop the content arg to the serialize function as it is never provided Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2609f5 - Browse repository at this point
Copy the full SHA f2609f5View commit details -
enh(serialize): also use markdown approach for plaintext
We simply overwrite the `toMarkdown` function and then rely on that. Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb72b03 - Browse repository at this point
Copy the full SHA cb72b03View commit details -
enh(Serializer): split from Markdown extension
We are now using this for serializing plaintext as well. Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c89a2e - Browse repository at this point
Copy the full SHA 0c89a2eView commit details -
refactor(Editor): move initialization into onOpened
We do need the session for initialization but we do not need the `documentSource` or `documentState` anymore Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d478878 - Browse repository at this point
Copy the full SHA d478878View commit details -
refactor(Serializer): make _createMarkdownSerializer internal
Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00a82fb - Browse repository at this point
Copy the full SHA 00a82fbView commit details -
fix(lint): only default export Serializer
Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43355d2 - Browse repository at this point
Copy the full SHA 43355d2View commit details -
* Use const arrow functions when no doc comment is needed. * Use the tiptap api to inspect editor state rather than reaching deep into the editor state. Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3df0294 - Browse repository at this point
Copy the full SHA 3df0294View commit details -
refactor(syncService): do not expose serialize()
Keep as `#getContent` internally. Use `serializeEditorContent(editor)` outside of the `SyncService`. Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3559f13 - Browse repository at this point
Copy the full SHA 3559f13View commit details -
refactor(Markdown): simplify serialization logic
The intermediate object with `serialize` and `serializer` is not needed anymore. Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7af0c9e - Browse repository at this point
Copy the full SHA 7af0c9eView commit details -
refactor(Editor.vue): use editor events not callbacks
No need pass the callbacks in createEditor. Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de6411d - Browse repository at this point
Copy the full SHA de6411dView commit details -
refactor(Editor.vue): early return for reconnects
Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40847ba - Browse repository at this point
Copy the full SHA 40847baView commit details -
fix(lint): also lint .ts files
Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e74c520 - Browse repository at this point
Copy the full SHA e74c520View commit details -
refactor(EditorFactory): split createRichEditor and createPlainEditor
Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d489836 - Browse repository at this point
Copy the full SHA d489836View commit details -
cleanup(RichText): unused component option
Seems to be unused at the moment. Also did not find any use for it in the commit that introduced it. Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cd8d8b - Browse repository at this point
Copy the full SHA 0cd8d8bView commit details -
refactor(Editor): split async
createEditor
fromonOpened
Signed-off-by: Max <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fae0ddf - Browse repository at this point
Copy the full SHA fae0ddfView commit details