onlinehtmleditor.dev Open in urlscan Pro
13.35.58.91  Public Scan

URL: https://onlinehtmleditor.dev/
Submission: On June 12 via api from US — Scanned from DE

Form analysis 0 forms found in the DOM

Text Content

ONLINE HTML EDITOR

powered by CKEditor

 * Online HTML editor user guide
 * Real-time collaboration editor user guide


ONLINE HTML EDITOR

Real-time collaboration editor
Edit HTML source code
filter HTML (By default this editor is configured to allow all HTML
features. Read more)

Rich Text Editor
Show blocks
Choose language

Import from WordExport to WordExport to PDFFind and replaceSelect all
WProofreader text checker

Link
Upload image from computerInsert image

Open file manager
Insert table

Block quote
Insert media

Insert code blockInsert code block

Insert HTMLPage breakHorizontal line
Special characters

Insert a math equation - MathType
Paragraph

BoldItalicUnderlineStrikethroughSuperscriptSubscriptCode
Basic styles

Remove Format
Paint formattingPaint formatting

Case change

Text alignment

Bulleted ListBulleted List

Numbered ListNumbered List

Decrease indentIncrease indentUndoRedo




 * 
 * 
 * 


Switch to WYSIWYG editor
x



1

​





CLEAN HTML OUTPUT ON THE GO

Here are the 2 different editors available on this website:

• with direct access to edit HTML markup,

• with real-time collaboration.

With both editors, you can create clean HTML output with the easiest WYSIWYG
editing possible. If you've already started writing rich-text content, all you
have to do is paste it in onlinehtmleditor.dev, make your adjustments, extract
HTML output from view-source mode and reuse it anywhere on the web!

More on CKEditor 5




EASY HTML EDITING

CKEditor 5's HTML source code editing feature allows it to be used as an online
HTML editor. It includes syntax highlighting to make it easier for you to follow
code. It can be forced to accept any type of code includingtags by simply
turning off the HTML filtering. You can also switch to WYSIWYG mode anytime to
check how your code output looks!


CLEAN YOUR HTML CODE

For situations where you would like to clean and fix up invalid HTML, you can
use CKEditor 5's source code editing feature as well. After switching to source
code mode, all you have to do is to paste in your HTML and CKEditor 5 will
automatically fix it. You can again switch back and forth to WYSIWYG mode
anytime to edit content more easily.


CONVERT WORD DOCUMENT AND GOOGLE DOCS TO HTML

CKEditor 5 has excellent copy-paste with constant improvements. Whether you are
copy-pasting from Google Docs, Word, Excel or LibreOffice, CKEditor will get you
your exact content. This makes it better than any ordinary tool to turn your
existing Word and Google Docs and LibreOffice documents to HTML. Simple as,
paste your content, and click source code mode to see the HTML output.




COLLABORATIVE WRITING

If you're looking for an alternative to Google Docs real-time collaboration, but
you also need HTML output, CKEditor 5 is a go! You can use it to comment on
selected parts of the content, text, images, tables or suggest edits with its
track changes feature.

To collaborate with your colleagues or friends all you have to do is to share
the link. Each time you load the page, a special document ID gets attached to
the URL. Each document ID and its content stays active for an hour after the
last user disconnects from it so you do not immediately lose your content. Also,
there isn't a limit for the number of collaborators!

Collaboration makes it easier to create your content quickly and efficiently.
With CKEditor 5, where you write, comment, discuss and proofread the content are
unified so you don't lose time switching between applications to edit and
discuss. If some of your collaborators prefer Markdown, CKEditor 5 has you
covered there too!

Learn about CKEditor 5 collaboration features


WHY CKEDITOR?

WYSIWYG editors in your software often misbehave. This is usually because they
are out-of-date or simply are not reliable. Unfortunately, many developers opt
for simple, lightweight, do-it-yourself-editors based on assumptions without
doing proper research or testing for their individual use case. This leaves the
end users frustrated.

However, both CKEditors are built with 16 years of experience in WYSIWYG
rich-text editing by a team of 40+ developers. We consistently listen to user
concerns, trends, new feature requests to help us build our editors.
Architectures that can handle complex structures and the constant improvements
makes the editors stronger than any other examples.


THE BEST WYSIWYG ONLINE HTML EDITOR AROUND

What sets CKEditor apart from other online HTML tools is its originality! There
are many websites and articles that include lists of best online HTML editors.
What these listicles won't tell you is that although they have different names,
many of the mentioned tools are simple implementations of CKEditor!

Now you've found the original online HTML editor! Whether you are looking for a
quick online solution or to implement the editor in your own software, CKEditor
will always provide you the latest and greatest WYSIWYG features. But if you are
looking for some guidance on deciding which editor is the best for you, we can
also help with that!

How to choose the perfect editor

Onlineeditor_image-04


ONLINE HTML EDITOR FEATURES


THIS SECTION PRESENTS A WHOLE VARIETY OF FEATURES THAT CKEDITOR HAS TO OFFER

Onlineeditor_image-05

STYLING AND FORMATTING

The Basic Styles plugin provides the ability to add some basic text formatting
to your document. It adds the Bold, Italic, Underline, Strikethrough, Subscript
and Superscript toolbar buttons that apply these styles. If you want to quickly
remove basic styles from your document, use the Remove Format button provided by
the Remove Format plugin.

Onlineeditor_image-08

COPY FORMATTING

The optional Copy Formatting plugin provides the ability to easily copy text
formatting from one place in the document and apply it to another. To copy
styles, place your cursor inside the text (or select a styled document fragment)
and press the button or use the Ctrl+Shift+C keyboard shortcut.

Onlineeditor_image-09

REMOVING TEXT FORMATTING

The Remove Format plugin provides the ability to quickly remove any text
formatting that is applied through inline HTML elements and CSS styles, like
basic text styles (bold, italic, etc.), font family and size, text and
background colors or styles applied through the Styles drop-down. Note that it
does not change text formats applied at block level..

Onlineeditor_image

AUTOFORMATTING

The Autoformat feature in CKEditor 5 allows you to quickly apply formatting to
the content you are writing. While it can be customized, by default it can be
used as an Markdown alternative. For example you bold by typing **text** or
__text__ , create bulleted lists with * or -, create headings with #, ## or ###.

Onlineeditor_image-12

BLOCK-LEVEL TEXT FORMATS

The Format plugin provides the ability to add block-level text formatting to
your document. It introduces the Paragraph Format toolbar button that applies
these text formats. The formats work on block level which means that you do not
need to select any text in order to apply them and entire blocks will be
affected by your choice.

Onlineeditor_image-18

TABLES

This plugin adds the Table Properties dialog window with support for creating
tables and setting basic table properties, such as: number of rows and columns,
table width and height, cell padding and spacing, table headers setting, table
border size, table alignment on the page and table caption and summary.

Onlineeditor_image-16

INSERTING IMAGES

The default Image plugin supports inserting images into the editor content. This
plugin supports left and right alignment. It also allows setting image border as
well as pixel-perfect alignment (by setting the horizontal and vertical
whitespace). Links can be added to an image easily from the Image Properties
dialog. A file manager such as CKFinder can be integrated for image upload and
storage support.

Onlineeditor_image-10

PASTING CONTENT FROM LIBREOFFICE

The Paste from LibreOffice plugin allows you to paste content from LibreOffice
Writer and maintain original content structure and formatting.

Onlineeditor_image-06

PASTING CONTENT FROM GOOGLE DOCS

The Paste from Google Docs plugin allows you to paste content from Google Docs
and maintain original content structure and formatting.

Onlineeditor_image-07

PASTING CONTENT FROM MICROSOFT EXCEL

The Paste from Word plugin allows you to also paste content from Microsoft Excel
and maintain original content structure and formatting.

Onlineeditor_image-17

PASTING CONTENT FROM MICROSOFT WORD

The Paste from Word plugin allows you to paste content from Microsoft Word and
maintain original content structure and formatting. It automatically detects
Word content and transforms its structure and formatting to clean HTML.

Onlineeditor_image-15

CODE SNIPPETS

This plugin allows you to insert rich code fragments and see a live preview with
highlighted syntax. Its original implementation uses the highlight.js library,
but the plugin exposes a convenient interface for hooking any other library,
even a server-side one.

Onlineeditor_image-13

EMBEDDING MEDIA RESOURCES

The Media Embed plugin allow to embed resources (videos, images, tweets, etc.)
hosted by other services (like e.g. YouTube, Vimeo, Twitter) in the editor.

Online HTML WYSIWYG Editor © 2024 - all rights reserved.Terms of usePrivacy
PolicyCookies policy

We use cookies and other technologies to provide you with a better user
experience.

AgreeLearn more
×

You are not online!

Thank you for using MathType. We have detected you are disconnected from the
network. We remind you that you'll need to be connected to use MathType.

Please refresh the page if this message continues appearing.