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

A simple button to get data #121

Closed
oleq opened this issue Jun 21, 2021 · 1 comment · Fixed by #130
Closed

A simple button to get data #121

oleq opened this issue Jun 21, 2021 · 1 comment · Fixed by #130
Assignees
Labels
squad:core Issue to be handled by the Core team. type:feature

Comments

@oleq
Copy link
Member

oleq commented Jun 21, 2021

Writing editor.getData() every time I want to see the data output is annoying. And it gets even worse when the editor is not in the window scope and I have to log a DOM element, access element.ckeditorInstance... , and so on. I think the right place for global actions is somewhere in the red box

@pomek
Copy link
Member

pomek commented Jul 9, 2021

Consider adding an option for visualizing the data pipeline. I mean, showing the editor's data in a .ck-content container.

It could even be displayed as a modal.

@oleq oleq self-assigned this Nov 19, 2021
@pomek pomek added the squad:core Issue to be handled by the Core team. label Nov 30, 2021
pomek added a commit that referenced this issue Nov 30, 2021
Feature: Introduced editor quick actions toolbar (see #38) to log editor data, toggle editor read-only, and destroy editor. Closes #121. Closes #104.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
squad:core Issue to be handled by the Core team. type:feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants