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

Determine markings on non-plugin enriched content #11505

Open
moorscode opened this issue Nov 5, 2018 · 0 comments
Open

Determine markings on non-plugin enriched content #11505

moorscode opened this issue Nov 5, 2018 · 0 comments

Comments

@moorscode
Copy link
Contributor

We currently determine the markings based on the content after plugins have added their content to the "content".

This will provide situations where marker-buttons are shown but the marked content is not visible in the editor, thus "nothing happens" when clicking the button.

If we determine the markings on the content that is provided by the default editing experience and maybe provide a callback for plugins to receive marked content when applicable, the user experience will be improved.

Possible steps:

  • Don't show markings when they don't apply to the "editor content"
  • Provide API to present marked content back to external parties (plugins)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant