Wiki Edit

Add and edit wiki pages to meet the needs of the practice.

In the Wiki, click Edit.

Wiki pages are displayed in html in a browser control inside of Open Dental. Pages are not stored internally as HTML; they are only processed from Wiki Markup to HTML as they are displayed. Only the wiki markup can be edited. There is no direct control over the actual HTML results. This results in consistent pages and fast editing.

Data is stored in the Open Dental database. Images are stored in the A to Z Folder in the Wiki subfolder.

Edit Toolbar

This toolbar is available when creating or editing a wiki page.

Additionally, advanced users may want to change defaults in the Wiki Setup stylesheet.

Wiki Markup and Page Preview

Make changes to a wiki using the interface below the toolbar.

The Wiki Markup (i.e., raw wiki text) is displayed on the left. Type directly in the markup area and use the toolbar options to make changes. A live preview of the formatted wiki page is shown on the right.

Click Save in the toolbar to keep changes and publish to the wiki.

Click Save as Draft to keep changes without publishing. Drafts can be accessed from the wiki page toolbar.

Create a New Page

There are several options to create a Wiki page.

Option 1: Toolbar

  1. In the toolbar, click +Add.
  2. Enter the Page Title and click Save. Text entered determines the Page Name and Page Title (heading 1).

Option 2: Using Brackets

Option 2: Existing Page

  1. On any existing page, click Edit.
  2. Click Int Link.

    Note: To link to an archived wiki page, check Include Archived Pages. Archived pages are prepended with (Archived).
  3. Click Add.
  4. Enter the page title and click Save to create a new wiki page and link to it on the existing page.

Note: Page Name determines how the page is labeled in Search results. Both Page Name and page content factor in a search ranking.

Creating Bookmarks

Add bookmarks to a wiki page to quickly move to another area of the page.

  1. When editing a wiki, click the area of the wiki page to be bookmarked and click Bookmark.
  2. Click Bookmark. Insert Internal Bookmark is opened.
  3. Enter an ID and a Display Text. These do not have to match.
  4. Click Save. Text is inserted into the Markup area where the text cursor is currently placed.
  5. Cut the <a href="#displaytext"></a> code and paste it where the link should appear. Typically, at the top of the page.
  6. The <div id="ID"></div> code marks where the bookmark moves to.

Tables

In the Markup area, move the text cursor (click in the area) and click Table to insert a new table at the cursor. To edit an existing table, double-click the table text in the Markup area. Edit Wiki table is opened.

Tables cannot be edited directly in the Markup area. Instead, the Table interface must be used. Borders are always 1, cellspacing 0, cellpadding 0. Carriage returns are allowed inside cells. There is no control over shading or colors.

Man Edit: Open the raw table formatting text to make changes manually.

Column: Select buttons to edit columns.

Row: Select buttons to edit rows.

Paste Cells: Click to paste data from another table. To copy data from an external table to a wiki table, users must be running Google Chrome. If it is a complex table, it may need to be copied/pasted in pieces. First, copy the external table cells. Click Table, ensure there are enough columns, then click Paste Cells.

To bold or italicize the text within a cell, edit the text outside of the Table window or manually type the formatting.

Images

Click Image when editing a wiki to insert an image.

Highlight a file and click OK to add it to the wiki.

Formatting & Keywords

Keywords: Add keywords to a page using the following pattern: [[keywords: office, tasks, workflow, employee, end of day, closing tasks]] Keywords can be inserted anywhere in the wiki. There is a 255-character limit.

Bulleted Lists: Use asterisks * without a space after them. A line without an asterisk ends the list. Sub-bullets are not supported.

Numbered Lists: Use hashes # without a space after them. A line without a hash ends the list. Sub-bullets are not supported.

  1. #first item in list
  2. #second item
  3. #last item

Special Characters: < and >. These characters must be prefixed with an ampersand (&). Example: &> or &<