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.

(Link shortened)
(Final proof-reading)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{#CUSTOMTITLE:Working with a Document}}
 
{{#CUSTOMTITLE:Working with a Document}}
This section describes how to work with a document in CKEditor.  
+
__TOC__
 +
This section describes how to work with a document in CKEditor. It contains information about writing in the editor window and points to some differences between using desktop and online editors. For detailed information regarding basic editor usage, including printing, undo and redo, text selection, or other useful features, refer to the last section of the article.
  
 
== Creating Online Text ==
 
== 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 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.  
+
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 ==
 
== Writing As You Know It ==
Line 11: Line 12:
 
* Pressing ''Enter'' (or ''Return'') ends a paragraph and starts a new one.
 
* 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 ''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.
+
* Pressing ''Backspace'' deletes the text on the left side of the cursor; pressing ''Del'' deletes it on the right side. When you combine them with the ''Ctrl'' key, 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.
+
* Characters (letters and numbers) are entered with your standard keyboard like in any other place including desktop documents or web browser forms. A dedicated CKEditor function 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.
 
* Many functions in CKEditor have their keyboard shortcuts. Check the [[CKEditor 3.x/Users Guide/Keyboard Shortcuts|full list]] to see how to create rich content in a fast and efficient manner.
 
* Many functions in CKEditor have their keyboard shortcuts. Check the [[CKEditor 3.x/Users Guide/Keyboard Shortcuts|full list]] to see how to create rich content in a fast and efficient manner.
  
 
== Working with a Document ==
 
== Working with a Document ==
 +
In CKEditor most features that let you work with a document are grouped together on the top of the [[CKEditor_3.x/Users Guide/Interface/Toolbar|toolbar]]. Most of them are simple buttons that turn the function on when you click them or open an appropriate dialog window.
 +
 +
{{CKEditor Dialog Windows}}
 +
 +
[[Image:CKEditor_document_toolbar.png|frame|center|Basic CKEditor features grouped on the toolbar.]]
 +
 +
 
Among the most important features that let you to work with a document in CKEditor are:
 
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]]
Line 22: Line 30:
 
* [[CKEditor 3.x/Users Guide/Document/Templates|Templates]]
 
* [[CKEditor 3.x/Users Guide/Document/Templates|Templates]]
 
* [[CKEditor 3.x/Users Guide/Document/Printing|Printing]]
 
* [[CKEditor 3.x/Users Guide/Document/Printing|Printing]]
* [[CKEditor 3.x/Users Guide/Document/Undo and Redo|Undo and Redo]]
+
* [[CKEditor 3.x/Users Guide/Document/Undo and Redo|Undo and redo]]
* [[CKEditor 3.x/Users Guide/Document/Cut, Copy and Paste|Cut, Copy and Paste]]
+
* [[CKEditor 3.x/Users Guide/Document/Cut, Copy and Paste|Cut, copy and paste]]
* [[CKEditor 3.x/Users Guide/Document/Find and Replace|Find and Replace]]
+
* [[CKEditor 3.x/Users Guide/Document/Find and Replace|Find and replace]]
 
* [[CKEditor 3.x/Users Guide/Document/Selecting|Selecting document contents]]
 
* [[CKEditor 3.x/Users Guide/Document/Selecting|Selecting document contents]]
 
* [[CKEditor 3.x/Users Guide/Document/Blocks|Showing all document blocks]]
 
* [[CKEditor 3.x/Users Guide/Document/Blocks|Showing all document blocks]]
 
* [[CKEditor 3.x/Users Guide/Document/Remove Format|Removing formats]]
 
* [[CKEditor 3.x/Users Guide/Document/Remove Format|Removing formats]]
* [[CKEditor 3.x/Users Guide/Document/Save|Saving form content]]
+
* [[CKEditor 3.x/Users Guide/Document/Save|Saving content]]

Latest revision as of 10:25, 13 December 2010

This section describes how to work with a document in CKEditor. It contains information about writing in the editor window and points to some differences between using desktop and online editors. For detailed information regarding basic editor usage, including printing, undo and redo, text selection, or other useful features, refer to the last section of the article.

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 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 them with the Ctrl key, 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. A dedicated CKEditor function lets you even insert some special characters like additional national letters, fractions, or extended punctuation.
  • Many functions in CKEditor have their keyboard shortcuts. Check the full list to see how to create rich content in a fast and efficient manner.

Working with a Document

In CKEditor most features that let you work with a document are grouped together on the top of the toolbar. Most of them are simple buttons that turn the function on when you click them or open an appropriate dialog window.

For general information on using dialog windows please refer to the Dialog Windows section of the User's Guide.

Basic CKEditor features grouped on the toolbar.


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

This page was last edited on 13 December 2010, at 10:25.