Working with a Document

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

m (Spacing removed)
(Article expansion)
Line 2: Line 2:
 
This section describes how to work with a document in CKEditor.  
 
This section describes how to work with a document in CKEditor.  
  
 +
== Creating Online Text ==
 
Since CKEditor is an online editor, documents created in it differ in some aspects from documents created in desktop applications. Text entered in a browser-based editor differs from a paged medium such as print mainly in that it is not divided into physical pages. Because of that the document created in CKEditor does not have a fixed size or format, like Letter or A4, and flows freely to fill the available screen estate, both in the editing and in preview mode.
 
Since CKEditor is an online editor, documents created in it differ in some aspects from documents created in desktop applications. Text entered in a browser-based editor differs from a paged medium such as print mainly in that it is not divided into physical pages. Because of that the document created in CKEditor does not have a fixed size or format, like Letter or A4, and flows freely to fill the available screen estate, both in the editing and in preview mode.
  
On the other hand, when browsing the features supported by CKEditor, you will soon find that most functions of a desktop editor are available here and work in a highly intuitive manner. Among the most important features that let you to work with a document in CKEditor are:
+
Another important thing to note is that CKEditor is usually used in a browser-based environment, to create text published in the Internet and viewed in web browsers. Since different web browsers differ in their implementations of Internet standards and assume different default values for some formatting settings, the same content may not look alike for each user.
 +
 
 +
== Writing As You Know It ==
 +
On the other hand, when browsing the features supported by CKEditor, you will soon find that most functions of a desktop editor are available here and work in a highly intuitive manner. To write text, use the same basic keys that you are used to in desktop editors:
 +
* Pressing ''Enter'' (or ''Return'') ends a paragraph and starts a new one.
 +
* Pressing ''Shift+Enter'' adds a line break which means you are still in the same paragraph, but the new text will start in a new line.
 +
* Pressing ''Backspace'' deletes the text on the left side of the cursor; pressing ''Del'' deletes it on the right side. When you combine these keys with ''Ctrl'', the deletion process will work word by word.
 +
* Characters (letters and numbers) are entered with your standard keyboard like in any other place including desktop documents or web browser forms. One mouse click lets you even insert some [[CKEditor 3.x/Users Guide/Rich Text/Special Characters and Smileys|special characters]] like additional national letters, fractions, or extended punctuation.
 +
 
 +
== Working with a Document ==
 +
Among the most important features that let you to work with a document in CKEditor are:
 
* [[CKEditor 3.x/Users Guide/Document/New|Creating a new page]]
 
* [[CKEditor 3.x/Users Guide/Document/New|Creating a new page]]
 
* [[CKEditor 3.x/Users Guide/Document/Preview|Document preview]]
 
* [[CKEditor 3.x/Users Guide/Document/Preview|Document preview]]

Revision as of 11:08, 2 December 2010

This section describes how to work with a document in CKEditor.

Creating Online Text

Since CKEditor is an online editor, documents created in it differ in some aspects from documents created in desktop applications. Text entered in a browser-based editor differs from a paged medium such as print mainly in that it is not divided into physical pages. Because of that the document created in CKEditor does not have a fixed size or format, like Letter or A4, and flows freely to fill the available screen estate, both in the editing and in preview mode.

Another important thing to note is that CKEditor is usually used in a browser-based environment, to create text published in the Internet and viewed in web browsers. Since different web browsers differ in their implementations of Internet standards and assume different default values for some formatting settings, the same content may not look alike for each user.

Writing As You Know It

On the other hand, when browsing the features supported by CKEditor, you will soon find that most functions of a desktop editor are available here and work in a highly intuitive manner. To write text, use the same basic keys that you are used to in desktop editors:

  • Pressing Enter (or Return) ends a paragraph and starts a new one.
  • Pressing Shift+Enter adds a line break which means you are still in the same paragraph, but the new text will start in a new line.
  • Pressing Backspace deletes the text on the left side of the cursor; pressing Del deletes it on the right side. When you combine these keys with Ctrl, the deletion process will work word by word.
  • Characters (letters and numbers) are entered with your standard keyboard like in any other place including desktop documents or web browser forms. One mouse click lets you even insert some special characters like additional national letters, fractions, or extended punctuation.

Working with a Document

Among the most important features that let you to work with a document in CKEditor are: