Being able to move content quickly is one of the benefits of structured authoring in Paligo. When you move a block element, you move the selected element and all of its "child" elements too. A good example is a procedure, where if you move the procedure
element, you move the procedure
element and all of its "child" step
and para
elements in one action.
Table rows are different as you can only move those by using keyboard shortcuts and the XML Tree (see Move Table Rows).
To learn about the parent-child relationship and how it affects moving, copying and deleting, see Understanding Content Structures.
Tip
It's worth taking the time to learn the keyboard shortcuts. When you master those, you will be able to move your block elements around very quickly.
One of the easiest ways to move most types of block elements is to use the XML Tree View. You can access this by opening a topic in the main Paligo editor—it is shown in a section in the panel on the right. Select the XML Tree View header to expand the structure.
The XML Tree View shows the structure of the topic you are viewing, with the block elements shown as blue tags. To move content, select a block and drag it to the required position (the tag has to be on the dark line to complete the move).
Note
When you move an element, you also move the elements that are inside it (its "child" elements). To learn about the parent-child relationship between elements in a topic, see Understanding Content Structures.
You can move a block up and down at the same level in the structure, or you can move it left and right to place it at a lower level in the structure. For example, you could drag a paragraph into a step in a procedure.
When you position the cursor over a blue tag in the XML Tree View, that element is also highlighted in the main Editor. For example, in the following image, the cursor is over the procedure tag, so the procedure is highlighted in the main editor.
Paligo checks that the elements are in a valid position while you are editing, so you cannot place an element where it is not allowed. If you try to do this, a red line is shown in the main editor and a red tag is shown in the XML Tree View.
Tip
You can move entire tables in the same way as other block elements. But for table rows, you can only use the XML Tree View or keyboard shortcuts (see Move Table Rows).
To use the Element Structure Menu to move a block element up or down:
-
Select the element you want to move.
You can see which element is currently selected by looking at the Element Structure Menu. The element furthest to the right is the currently selected element. If you want to select one of its "parent" elements, select it in the Element Structure Menu and then select Go to Element.
-
Select the name of the element in the Element Structure Menu and choose Move up or Move down, depending on the direction you want to move the element.
When you are moving block elements, it's important to note that you can only move an element up or down at the same level in the overall topic structure. This is by design, as it ensures that you do not move elements into positions where they are not allowed. For example, you can move a step
in a procedure
up or down in the procedure
order, but you cannot move the step
outside of the procedure
.
To use keyboard shortcuts to move block elements:
-
Select the element you want to move in the topic.
-
Use the keyboard shortcuts to move the element.
Move up is AltShift↑ on Windows and Option ⌥ Shift ⇧ ↑ on Mac.
Move down is AltShift↓ on Windows and Option ⌥ Shift ⇧ ↓ on Mac.
When you are moving block elements, it's important to note that you can only move an element up or down at the same level in the overall topic structure. This is by design, as it ensures that you do not move elements into positions where they are not allowed. For example, you can move a step
in a procedure
up or down in the procedure
order, but you cannot move the step
outside of the procedure
.
Table rows are slightly different to other block elements.
You can use the XML Tree View to move rows in a table. Note that you can only use the XML Tree View to move rows, you cannot move columns or individual cells.
You can move a row:
-
To another position in the same table
-
Into a different table (in the same topic).
To move a table:
-
Open a topic in the editor and select the XML Tree View in the side panel.
The XML Tree View shows the main elements in your topic as blue boxes, arranged in a hierarchy that matches the structure. Any box with a white cross has lower level content. If you select the white cross icon, the tree expands to show the lower levels.
-
Expand the tree to locate the table block and then expand that until you can see the table rows (tr).
-
To move a table row, select it and then drag it to a new location in the XML Tree View. Paligo will only let you move it to another valid position, so you can move it to another position in the current table or you can move it into a different table.
You can use keyboard shortcuts to move table rows up or down.
-
Place the cursor in a table cell in the row you want to move.
It is important that the cursor is in the
td
element of the cell and not in apara
or other element inside the cell. Check the Element Structure Menu to see that you have the cursor in the correct place (thetd
element should be the last element on the right): -
Use the keyboard shortcuts to move the element.
Move up is AltShift↑ on Windows and Option ⌥ Shift ⇧ ↑ on Mac.
Move down is AltShift↓ on Windows and Option ⌥ Shift ⇧ ↓ on Mac.
When you are moving block elements, it's important to note that you can only move an element up or down at the same level in the overall topic structure. This is by design, as it ensures that you do not move elements into positions where they are not allowed. For example, you can move a step
in a procedure
up or down in the procedure
order, but you cannot move the step
outside of the procedure
.
Comments
0 comments
Article is closed for comments.