
Nintendo Switch: Performance isn't the key?
Nintendo always had a different approach to games - they didn't race for fps or resolution.
Read moreThanks to the full page HTML feature you can use CKEditor 5 to edit entire HTML pages (from <html>
to </html>
), including the page metadata. While the General HTML Support feature focuses on elements inside the content (the document’s <body>
), this feature enables markup mostly invisible to the end user.
Use the source editing feature toolbar button to view and edit the HTML source of the document. Pay attention to the underlying markup.
Nintendo always had a different approach to games - they didn't race for fps or resolution.
Read moreSony engineers at a conference spent much time describing their new SSD in detail. Is it a game-changer?
Read moreThe new Microsoft console allows playing some classics from the previous generations. Let's look at the game library.
Read moreNintendo always had a different approach to games - they didn't race for fps or resolution.
Sony engineers at a conference spent much time describing their new SSD in detail. Is it a game-changer?
The new Microsoft console allows playing some classics from the previous generations. Let's look at the game library.
To add this feature to your rich-text editor, install the @ckeditor/ckeditor5-html-support
package:
npm install --save @ckeditor/ckeditor5-html-support
And add it to your plugin list configuration:
import { FullPage } from '@ckeditor/ckeditor5-html-support';
ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [ FullPage, /* ... */ ],
} )
.then( /* ... */ )
.catch( /* ... */ );
Read more about installing plugins.
Here are some examples of the HTML elements you can enable with this plugin:
<!DOCTYPE html>
<html>
<head>
<title>
<meta name="description" content="Meta description">
CKEditor 5 has other features related to HTML editing that you may want to check:
Every day, we work hard to keep our documentation complete. Have you spotted outdated information? Is something missing? Please report it via our issue tracker.