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

Implement the view source feature for the classic editor #9647

Closed
Mgsy opened this issue May 7, 2021 · 3 comments · Fixed by #9736
Closed

Implement the view source feature for the classic editor #9647

Mgsy opened this issue May 7, 2021 · 3 comments · Fixed by #9736
Assignees
Labels
package:source-editing type:feature This issue reports a feature request (an idea for a new functionality or a missing option).

Comments

@Mgsy
Copy link
Member

Mgsy commented May 7, 2021

📝 Provide a description of the new feature

Extracted from #592.

This feature request is about introducing a feature for the classic editor that will allow switching to the source editing mode.


If you'd like to see this feature implemented, add a 👍 reaction to this post.

@Mgsy Mgsy added type:feature This issue reports a feature request (an idea for a new functionality or a missing option). squad:compat labels May 7, 2021
@Mgsy Mgsy added this to the iteration 43 milestone May 7, 2021
@adamerose
Copy link

Excited to see this! Source editing is important for my use case (and many others judging by this thread)

Can you give any comment on whether this will work with the Markdown plugin to toggle between WYSIWYG and raw text markdown?

@psmyrek
Copy link
Contributor

psmyrek commented May 21, 2021

Hi @adamerose, the goal is to be able to edit the source of the document, no matter if HTML or Markdown.

@harleenarora
Copy link

@psmyrek How to get the this plugin all files.

@Mgsy Mgsy modified the milestones: iteration 43, iteration 44 May 28, 2021
psmyrek added a commit that referenced this issue Jun 8, 2021
Feature (source-editing): Source editing feature for the classic editor. Closes #9647.

Feature (engine): Introduced `batchType` option in `editor.data.set()` which can be used to preserve the undo/redo steps and to add an additional item to the undo stack. Note that it will still replace the whole content and should not be used with real-time collaboration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:source-editing type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants