Step header, body and buttons can be edited inline directly on the step preview by activating edit mode.
You can copy content between steps by using copy and paste. Activate edit mode on the step you would like to copy then use the cursor to select content you want to copy or use Ctrl+A
to select all content. Then press Ctrl+C
to copy the content. Next go to the step which you wish to paste the content into and activate edit mode then pressCtrl+V
to paste the copied content.
You can use custom CSS classes to style specific elements within your steps.
Heres an example which uses custom CSS to display Font Awesome icons within your tour steps.
@import url('https://pro.fontawesome.com/releases/v5.10.0/css/all.css');
fas fa-glass-cheers
To ensure backwards compatibility and a smooth upgrade path, we will continue supporting the old markdown format for any existing tours. Next time you edit a step you will be prompted to convert to the new rich text format, this way you can review and fix any incompatibilities that may occur when converting from markdown.