Writing"

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.

 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Writing text in FCKeditor is a very easy task but you must remeber a few things which wil be very usefull to you.<br>
+
== Internet (the Web) vs Paper<br> ==
  
=== KEYBOARD ARROWS AND MOUSE USAGE<br> ===
+
Writing in FCKeditor is as simple as writing on desktop text editors, like Microsoft Word, or Open Office. There is an important difference to be considered though. <br>
  
Keyboard arrows are used to navigate in the editing area. They give you an easy way to move throught the text
+
Desktop word processors are used to create printed (or printed like) content, limited in physical pages. FCKeditor instead, is usually used to create text to be published on Internet, and to be read by using web browsers. This is an important thing to consider and keep in mind.<br>
  
=== ENTER KEY<br> ===
+
The most important thing to consider are:<br>
  
The first thing you should know about editing the text is the usage of the keyboard key ENTER or in some computers called RETURN. This key will be the most common key you'll be use durring your work with the text. After pressing ENTER the cursor moves one line down and you are able to write from a new line. Example:<br>
+
* On Internet, '''pages have no physical limits'''. They can grow infinitely.<br>
 +
* The same '''content can look different on different computers''', or different web browsers. Text lines can contain more or less words, depending on the computer features and configurations. <br>
 +
* User with '''visual or motorial disabilities''' may want to read your texts. Keep it in mind, and look on ways to better satisfy their particular needs.<br>
 +
* Web sites and their pages have severe '''technical limits'''. They are created by programmers, using different "computer languages". Those "languages" are powerful on many aspects, but have also limits that are difficult to understand by people used to the flexibility of desktop text processors. With time, you will get used to those limits, and will be able to properly produce quality text that works for the Internet. Don't complain that much with your web developer if things don't work as you would have expected. Try to understand the technical restrictions. You will have an enjoyable writing experience in this way.<br>
  
''I'm writing my text and I'm finishing my sentence. I want to start writing from a new line. I'm pressing ENTER.<br>''
+
== The ENTER key<br> ==
  
''Now I'm in a new line.''<br>
+
The first thing you should know about editing the text is the usage of the keyboard key ENTER or in some computers called RETURN. If you press the key the editor will create a new paragraph. You can also use ENTER with a combination with the SHIFT key. Pressing the SHIFT+ENTER keys simultaneously will just break the line in the same paragraph. However you must notice that the usage of the key is predefined by the programs developer so it could have different options. If you are not sure how the ENTER key action is defined contact your system administrator to resolve the problem.<br>
  
ENTER can be also used to move the text you have previously wrote. You must point your cursor right before the text that you want to move down and just simply press ENTER. Here's an example:<br>
+
== The BACKSPACE key<br> ==
  
I want to move three words from the end of the sentence.<br>
+
As you know the BACKSPACE key is used for deleting mistakes, whole words or whole text. To make it easier their you can use a combination of CTRL and BACKSPACE keys. If you press them at the same time you will erase the whole word which was before the cursor.<br>
  
''My name is Albert O'Hara and I live in England.'''''<br>'''
+
== See also<br> ==
  
We point the cursor before the three last word ( I will mark it red so you would see it)<br>
+
See [[FCKeditor%202.x/Users%20Guide/Keyboard%20Keystrokes|Keyboard Keystrokes]] for a list of key combinations and shortcuts.<br>
 
 
''My name is Albert O'Hara and I<span style="color: rgb(255, 102, 0);">|</span>live in England.''<br>
 
 
 
Than we press ENTER and as a result we have:<br>
 
 
 
''My name is Albert O'Hara and I''
 
 
 
''live in England''.
 
 
 
'''''<br>'''''
 
 
 
<br>
 
 
 
<br>
 
 
 
<br>
 

Latest revision as of 02:17, 22 December 2007

Internet (the Web) vs Paper

Writing in FCKeditor is as simple as writing on desktop text editors, like Microsoft Word, or Open Office. There is an important difference to be considered though.

Desktop word processors are used to create printed (or printed like) content, limited in physical pages. FCKeditor instead, is usually used to create text to be published on Internet, and to be read by using web browsers. This is an important thing to consider and keep in mind.

The most important thing to consider are:

  • On Internet, pages have no physical limits. They can grow infinitely.
  • The same content can look different on different computers, or different web browsers. Text lines can contain more or less words, depending on the computer features and configurations.
  • User with visual or motorial disabilities may want to read your texts. Keep it in mind, and look on ways to better satisfy their particular needs.
  • Web sites and their pages have severe technical limits. They are created by programmers, using different "computer languages". Those "languages" are powerful on many aspects, but have also limits that are difficult to understand by people used to the flexibility of desktop text processors. With time, you will get used to those limits, and will be able to properly produce quality text that works for the Internet. Don't complain that much with your web developer if things don't work as you would have expected. Try to understand the technical restrictions. You will have an enjoyable writing experience in this way.

The ENTER key

The first thing you should know about editing the text is the usage of the keyboard key ENTER or in some computers called RETURN. If you press the key the editor will create a new paragraph. You can also use ENTER with a combination with the SHIFT key. Pressing the SHIFT+ENTER keys simultaneously will just break the line in the same paragraph. However you must notice that the usage of the key is predefined by the programs developer so it could have different options. If you are not sure how the ENTER key action is defined contact your system administrator to resolve the problem.

The BACKSPACE key

As you know the BACKSPACE key is used for deleting mistakes, whole words or whole text. To make it easier their you can use a combination of CTRL and BACKSPACE keys. If you press them at the same time you will erase the whole word which was before the cursor.

See also

See Keyboard Keystrokes for a list of key combinations and shortcuts.

This page was last edited on 22 December 2007, at 02:17.