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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Image insertion position at cursor position and Updated placeholder text. #3224

Merged
merged 3 commits into from
Dec 22, 2023

Commits on Dec 21, 2023

  1. Fix position bug in the UploadImagesPlugin widget decoration and adju…

    …st transaction to correctly insert image node and set meta data for image removal.
    Palanikannan1437 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    a0a4f2b View commit details
    Browse the repository at this point in the history
  2. Update CSS styles in editor.css to remove margin top and bottom on im…

    …ages and img placeholders and adjust the margin on the table in the editor container.
    Palanikannan1437 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9ab0252 View commit details
    Browse the repository at this point in the history
  3. Better typescript support for images extension.

    Update the `Command` extension in `slash-commands.tsx` to include a `SlashCommandOptions` type for better TS support and allow spaces in the suggestion options and modify the `image` suggestion's search terms to include "img" in addition to "photo", "picture", and "media".
    Palanikannan1437 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5f4f1c7 View commit details
    Browse the repository at this point in the history