No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<bookshelf src="Book:User manual" /> | <bookshelf src="Book:User manual" /> | ||
{{DISPLAYTITLE:Edit pages}} | {{DISPLAYTITLE:Edit pages}} | ||
==What is | BlueSpice uses a slightly customized version of the MediaWiki extension [[mediawikiwiki:Help:VisualEditor/User_guide|VisualEditor]] as editing tool. This editor supports all common edit tasks that are useful in a wiki environment. You can refer to the official documentation for basic help. Here in the BlueSpice Helpdesk, we only give some hints and tips for using the editor. | ||
==What is the visual editor?== | |||
<section begin="training" /><div class="training"> | <section begin="training" /><div class="training"> | ||
Line 28: | Line 29: | ||
If you already pasted text which resulted in undesirable formatting, you can use the undo function in VisualEditor to remove the content again if you have not yet saved the page or switched between visual and source editing mode. | If you already pasted text which resulted in undesirable formatting, you can use the undo function in VisualEditor to remove the content again if you have not yet saved the page or switched between visual and source editing mode. | ||
To paste content as plain text instead, use the shortcut | To paste content as plain text instead, use the shortcut <code>Ctrl+Shift+v</code>. | ||
==Shortcuts== | ==Shortcuts== | ||
If you want to apply multiple formatting options at the same time, shortcuts are often the quickest way. For example, to show text in bold and italic, highlight the text and press | If you want to apply multiple formatting options at the same time, shortcuts are often the quickest way. For example, to show text in bold and italic, highlight the text and press <code>Ctrl+b</code> (for "'''bold'''") and <code>Ctrl+i</code> (for "''italics''"). Even a link can be quickly inserted by pressing <code>Ctrl+k</code>. Pressing <code>Ctrl+b</code> again will cancel the bold. Multiple formats can be removed after text selection with <code>Ctrl+m</code>. | ||
All available keyboard shortcuts are marked accordingly in VisualEditor next to each menu item. | All available keyboard shortcuts are marked accordingly in VisualEditor next to each menu item. | ||
Line 44: | Line 45: | ||
*File formats with a preview option: jpg/jpeg, png, gif, pdf | *File formats with a preview option: jpg/jpeg, png, gif, pdf | ||
*File formats without preview option are always inserted as links (e.g., Microsoft Office formats) | *File formats without preview option are always inserted as links (e.g., Microsoft Office formats) | ||
<section end="training-medien" /> | <section end="training-medien" /> | ||
Line 55: | Line 55: | ||
==Wiki-specific content== | ==Wiki-specific content== | ||
Some functions in the | Some functions in the ''Insert'' menu are little known from traditional word processing, but are quite typical for working with a wiki. Therefore, they are briefly introduced here. Find more information on the help pages here in the helpdesk or at mediawiki.org: | ||
*'''Comment:''' Add comments to the page. These are only visible in the source code. | *'''Comment:''' Add comments to the page. These are only visible in the source code. | ||
Line 62: | Line 62: | ||
*'''Your signature:''' Only works on pages that allow signatures. Pages in the Namespace "Pages" are not included. | *'''Your signature:''' Only works on pages that allow signatures. Pages in the Namespace "Pages" are not included. | ||
*'''Codeblock:''' Programming code is displayed here in clean code blocks, optionally with line numbers. | *'''Codeblock:''' Programming code is displayed here in clean code blocks, optionally with line numbers. | ||
*'''References list:''' | *'''References list:''' Creates footnote references. | ||
*'''Chemical formula:''' The formula rendering uses an external service via Wikimedia's REST API. | *'''Chemical formula:''' The formula rendering uses an external service via Wikimedia's REST API. | ||
*'''[[mediawikiwiki:Help:VisualEditor/User_guide/en#Editing_mathematical_formulae|Math formula]]:''' An editor opens for entering a mathematical formula. | *'''[[mediawikiwiki:Help:VisualEditor/User_guide/en#Editing_mathematical_formulae|Math formula]]:''' An editor opens for entering a mathematical formula. | ||
==Switching between edit modes== | ==Switching between edit modes== | ||
When creating or editing a page, the page loads in visual editing mode. If you are familiar with the | When creating or editing a page, the page usually loads in visual editing mode. If you are familiar with the formatting language of MediaWiki ("[[Manual:Wikitext|Wikitext]]"), you can easily switch to source editing mode using the "Switch editor" menu item and edit your page content there: | ||
[[File:Manual:editing.png|link=https://en.wiki.bluespice.com/wiki/File:Manual:editing.png|alt=edit modes|center|250x250px|edit modes]] | [[File:Manual:editing.png|link=https://en.wiki.bluespice.com/wiki/File:Manual:editing.png|alt=edit modes|center|250x250px|edit modes]] | ||
== Hints and tips== | == Hints and tips== | ||
Line 83: | Line 80: | ||
''Center align'': Text can be selected and centered paragraph by paragraph. | ''Center align'': Text can be selected and centered paragraph by paragraph. | ||
''Indent'': Text can be indented once (note: multiple indentation is only possible via the source text) | ''Indent'': Text can be indented once (note: multiple indentation is only possible via the source text). | ||
[[File:VisualEditor textformatting.png|alt=Text formatting options|center|thumb|375x375px|Text formatting options]] | [[File:VisualEditor textformatting.png|alt=Text formatting options|center|thumb|375x375px|Text formatting options]] | ||
{| class="wikitable" style="" | {| class="wikitable" style="" | ||
Line 119: | Line 116: | ||
[[File:Manual:VE structure new.png|link=Special:FilePath/Manual:VE_structure_new.png]] | [[File:Manual:VE structure new.png|link=Special:FilePath/Manual:VE_structure_new.png]] | ||
| | |Formats ordered and unordered lists. If paragraph breaks or images need to be inserted within a bullet point, use <code>Shift+Enter</code> to avoid creating a new list item. | ||
|} | |} | ||
Line 158: | Line 155: | ||
|Gallery | |Gallery | ||
[[File:Manual:VE gallery.png|link=Special:FilePath/Manual:VE_gallery.png]] | [[File:Manual:VE gallery.png|link=Special:FilePath/Manual:VE_gallery.png]] | ||
| | |Allows to display a set of images as a gallery. Formatting examples for the different settings can be found at | ||
[[mediawikiwiki:Help:Images#Gallery_syntax|mediawiki.org/wiki/Help:Images#Gallery_syntax]] | |||
|- | |- | ||
|Magic word | |Magic word | ||
Line 182: | Line 181: | ||
[[File:Manual:VE refernces list.png|150x150px|link=Special:FilePath/Manual:VE_refernces_list.png]] | [[File:Manual:VE refernces list.png|150x150px|link=Special:FilePath/Manual:VE_refernces_list.png]] | ||
<span /><br /> | <span /><br /> | ||
| | |This menu item creates a <nowiki><references /></nowiki> tag at the location where it is inserted. The footnote references are then displayed at that location instead of the end of the page. | ||
|- | |- | ||
|Chemical formula | |Chemical formula | ||
Line 197: | Line 196: | ||
[[File:Manual:VE special characters.png|link=Special:FilePath/Manual:VE_special_characters.png]] | [[File:Manual:VE special characters.png|link=Special:FilePath/Manual:VE_special_characters.png]] | ||
<span /><br /> | <span /><br /> | ||
| | |Opens a panel to select special characters that are not available on your keyboard. To close the panel, click the menu item again. | ||
|}<span /><br />Page options | |}<span /><br />Page options | ||
{| class="wikitable" style="" | {| class="wikitable" style="" | ||
Line 217: | Line 216: | ||
|Page Settings | |Page Settings | ||
[[File:Manual:VE page settings.png|link=Special:FilePath/Manual:VE_page_settings.png]] | [[File:Manual:VE page settings.png|link=Special:FilePath/Manual:VE_page_settings.png]] | ||
|Page redirection: When the page is redirected, the content of the page is no longer displayed, but the target page is loaded directly. | |<span lang="bar" dir="ltr">Page redirection:</span> When the page is redirected, the content of the page is no longer displayed, but the target page is loaded directly. | ||
<span><br /></span> | <span><br /></span> | ||
Line 232: | Line 231: | ||
|Templates used | |Templates used | ||
[[File:Manual:VE templates used.png|link=Special:FilePath/Manual:VE_templates_used.png]] | [[File:Manual:VE templates used.png|link=Special:FilePath/Manual:VE_templates_used.png]] | ||
| | |List the templates that are embedded on the page. | ||
|- | |- | ||
|View as right-to-left | |View as right-to-left |
Revision as of 07:40, 19 April 2023
BlueSpice uses a slightly customized version of the MediaWiki extension VisualEditor as editing tool. This editor supports all common edit tasks that are useful in a wiki environment. You can refer to the official documentation for basic help. Here in the BlueSpice Helpdesk, we only give some hints and tips for using the editor.
What is the visual editor?
The visual editor is optimized for editing wiki pages. Important characteristics and functions are:
- Page structuring with headings.
- Consistent text formatting.
- Linking of contents.
- Inserting special content (files/media, tables, templates, magic words)
- Adjusting page options.
Text editing
Typical text formatting options such as bold, italics, or text color are available as a context menu. When you highlight text, a menu with common formatting elements appears. For example, you can apply a different text color.
Pasting content from your clipboard
If you paste content from your clipboard (e.g., copied from MS Word or MS Excel), you usually also paste many unnecessary formatting tags from the original application. To avoid, this you should paste the content as plaintext.
If you already pasted text which resulted in undesirable formatting, you can use the undo function in VisualEditor to remove the content again if you have not yet saved the page or switched between visual and source editing mode.
To paste content as plain text instead, use the shortcut Ctrl+Shift+v
.
Shortcuts
If you want to apply multiple formatting options at the same time, shortcuts are often the quickest way. For example, to show text in bold and italic, highlight the text and press Ctrl+b
(for "bold") and Ctrl+i
(for "italics"). Even a link can be quickly inserted by pressing Ctrl+k
. Pressing Ctrl+b
again will cancel the bold. Multiple formats can be removed after text selection with Ctrl+m
.
All available keyboard shortcuts are marked accordingly in VisualEditor next to each menu item.
Inserting other content
Many typical page elements such as images, files and tables can be integrated into your page from the Insert menu.
- File formats with a preview option: jpg/jpeg, png, gif, pdf
- File formats without preview option are always inserted as links (e.g., Microsoft Office formats)
If you want to learn more about inserting these elements, go to the following help pages:
Wiki-specific content
Some functions in the Insert menu are little known from traditional word processing, but are quite typical for working with a wiki. Therefore, they are briefly introduced here. Find more information on the help pages here in the helpdesk or at mediawiki.org:
- Comment: Add comments to the page. These are only visible in the source code.
- Gallery: A simple picture gallery can support many process flows.
- Magic word: Wiki features such as signature, word counter, category tree or even process diagrams with draw.io can be integrated as a "magic word".
- Your signature: Only works on pages that allow signatures. Pages in the Namespace "Pages" are not included.
- Codeblock: Programming code is displayed here in clean code blocks, optionally with line numbers.
- References list: Creates footnote references.
- Chemical formula: The formula rendering uses an external service via Wikimedia's REST API.
- Math formula: An editor opens for entering a mathematical formula.
Switching between edit modes
When creating or editing a page, the page usually loads in visual editing mode. If you are familiar with the formatting language of MediaWiki ("Wikitext"), you can easily switch to source editing mode using the "Switch editor" menu item and edit your page content there:
Hints and tips
VisualEditor is optimized for editing web pages. That's why it has exactly the features that are often needed to create a wiki page. The consistent formatting of content supports the readability of your wiki content.
Text formatting
In the text formatting menu, the following additional options are available when a text passage has been selected:
Text color: different text colors can be selected via an inspector menu.
Center align: Text can be selected and centered paragraph by paragraph.
Indent: Text can be indented once (note: multiple indentation is only possible via the source text).
Text formatting | |
---|---|
Undo function | Left arrow: Undo last action (greyed out: there is no last action yet)
Right arrow: Restore last action (greyed out: there's nothing to restore yet) |
Format Paragraph | Here text can be defined as heading or specific paragraph type.
Note: If you work in a table, the options will change accordingly (content cell and header cell): |
Style text | If no text has been selected before clicking on the " A" button and on a button, the text will be formatted from the current position of the cursor. |
Insert hyperlink | If no text was selected before the hyperlink dialog was opened, the link will be generated with a number:
[1] To subsequently change the hyperlink description, just click on the link to open the edit menu. In a table, you may need to double-click the cell first and then click the hyperlink again. |
cite | The citation menu is used to insert footnote references (also called itemizations or footnotes) within the text. |
Structure | Formats ordered and unordered lists. If paragraph breaks or images need to be inserted within a bullet point, use Shift+Enter to avoid creating a new list item.
|
Insert special content
Paste Special Content | |
---|---|
Insert menu | Use the "insert" menu to insert various media (images, videos) and text formats: |
media | Inserting pictures and videos |
templates | Include a template in the page. |
tables | Tables are an important tool for formatting tabular page content. |
comment | Comments are not visible to readers, but only in edit mode. A comment can be inserted anywhere on a page. The comment can be edited by clicking on it.
|
Gallery | Allows to display a set of images as a gallery. Formatting examples for the different settings can be found at |
Magic word | With a "magic word" you can include certain variables or so-called behavioral switches in your page. For example, you can display the word count:
|
Your signature | This option can only be used in discussions. It allows to add a signature at any point of a discussion. |
Code block | With code block various code examples can be entered, like e.g. in HTML syntax. The code is then displayed properly formatted:
<span style="color: red">red text</span> |
Refernces list | This menu item creates a <references /> tag at the location where it is inserted. The footnote references are then displayed at that location instead of the end of the page. |
Chemical formula | The formula rendering uses an external service via Wikimedia's REST API. |
Math formula | It opens an editor for entering a mathematical formula.
[[on MediaWiki]] |
Special Characters | Opens a panel to select special characters that are not available on your keyboard. To close the panel, click the menu item again. |
Page options
Page Options | |
---|---|
Options menu | The options menu allows editing of all page settings. |
Options | This button allows the page settings and page information to be updated simultaneously within a dialog box. |
Categories | Here you assign the page to one or more categories Categories. The page will appear accordingly on all linked category pages. |
Page Settings | Page redirection: When the page is redirected, the content of the page is no longer displayed, but the target page is loaded directly.
|
Advanced Settings | |
Languages | |
Templates used | List the templates that are embedded on the page. |
View as right-to-left | Support for languages that are read from right to left. Clicking this button right-side formats the page text. Click again to set the text flush left. |
Find and replace | Words or characters can be searched and replaced directly on the page. The "Undo" button can be used to cancel the change. |
Troubleshooting: Visual editing is disabled
If you only have the source editing option in your editor toolbar, please contact an administrator of your wiki. The following settings must be checked in this case:
- Global settings via the configuration manager
- Namespace manager settings