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

Create a document editor example (and a build) #874

Closed
oleq opened this issue Mar 6, 2018 · 4 comments
Closed

Create a document editor example (and a build) #874

oleq opened this issue Mar 6, 2018 · 4 comments
Assignees
Labels
type:docs This issue reports a task related to documentation (e.g. an idea for a guide).
Milestone

Comments

@oleq
Copy link
Member

oleq commented Mar 6, 2018

Created on top of the do-it-yourself editor, the document editor example will correspond to what we have in v4.

Docs

WIP

screen shot 2018-03-06 at 17 45 36

screen shot 2018-03-06 at 17 45 03

@oleq oleq added status:confirmed type:docs This issue reports a task related to documentation (e.g. an idea for a guide). labels Mar 6, 2018
@oleq oleq added this to the iteration 15 milestone Mar 6, 2018
@oleq oleq self-assigned this Mar 6, 2018
@oleq oleq modified the milestones: iteration 15, iteration 14 Mar 6, 2018
@oleq oleq changed the title Create a document editor example Create a document editor example (and a build) Mar 7, 2018
Reinmar added a commit that referenced this issue Mar 13, 2018
…itor/ckeditor5-build-decoupled-document`. See #874 and #873.
@Reinmar
Copy link
Member

Reinmar commented Mar 14, 2018

That's already done!

@ghost
Copy link

ghost commented Feb 13, 2020

@Reinmar i need your help please , i updated to cke 5 editor in my angular app, i used document editor plugin and use onready function to render it but i'm not able to upload any image file from my gallery , My question is how can i catch the image upload file and display it in the email body?

i tried to configure the simple upload file adapter plugin but my application complains about the duplicate plugin , i'm not sure how can i use together

this is my onready fun

public onReady( editor ) {

    editor.ui.getEditableElement().parentElement.insertBefore(
        editor.ui.view.toolbar.element,
        editor.ui.getEditableElement()
    );

}

Any help will be appreciated!
thanks

@PaciekM
Copy link

PaciekM commented Jul 10, 2020

@oleq hello, I see that you have implemented 'Fullscreen editor' mode, any advices how to implement it in react tsx?

@oleq
Copy link
Member Author

oleq commented Jul 10, 2020

@PaciekM Check out #1235. There are some ideas there and even a working community solution to the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:docs This issue reports a task related to documentation (e.g. an idea for a guide).
Projects
None yet
Development

No branches or pull requests

3 participants