Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes and additions to editor API #4780

Merged
merged 9 commits into from Oct 10, 2023
Merged

Fixes and additions to editor API #4780

merged 9 commits into from Oct 10, 2023

Commits on Oct 10, 2023

  1. fix(editorApi): Allow to toggle outline via the API

    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Oct 10, 2023
    Copy the full SHA
    13e4c83 View commit details
    Browse the repository at this point in the history
  2. fix(MarkdownContentEditor): Remove obsolete code

    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Oct 10, 2023
    Copy the full SHA
    2295037 View commit details
    Browse the repository at this point in the history
  3. fix(editorApi): Allow to configure autofocus and fix focus command

    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Oct 10, 2023
    Copy the full SHA
    1ec3b77 View commit details
    Browse the repository at this point in the history
  4. fix(editorAPI): Expose onLoaded handler

    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Oct 10, 2023
    Copy the full SHA
    0bfb7a2 View commit details
    Browse the repository at this point in the history
  5. fix(editorApi): Allow to configure shareToken

    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Oct 10, 2023
    Copy the full SHA
    5ab4a02 View commit details
    Browse the repository at this point in the history
  6. fix(editorApi): expose save function

    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Oct 10, 2023
    Copy the full SHA
    59007c6 View commit details
    Browse the repository at this point in the history
  7. refactor(editorApi): add private function getEditorComponent

    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Oct 10, 2023
    Copy the full SHA
    5f5cb98 View commit details
    Browse the repository at this point in the history
  8. fix(editorApi): Emit outline toggleing from MarkdownContentEditor

    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Oct 10, 2023
    Copy the full SHA
    99ef6a1 View commit details
    Browse the repository at this point in the history
  9. fix(editorApi): Allow to pass in ReadonlyBar component

    Signed-off-by: Jonas <jonas@freesources.org>
    mejo- committed Oct 10, 2023
    Copy the full SHA
    d080153 View commit details
    Browse the repository at this point in the history