InnoQualis EQMS includes a built-in rich text editor powered by TipTap for creating and editing document content directly within the application. The editor supports text formatting, headings, lists, links, images, and auto-save.
The toolbar appears at the top of the editor in edit mode. Controls are organized into groups separated by vertical dividers.
| Button | Title | Description |
|---|
| Bold icon | Bold | Toggle bold formatting on selected text |
| Italic icon | Italic | Toggle italic formatting on selected text |
| Strikethrough icon | Strikethrough | Toggle strikethrough formatting on selected text |
| Code icon | Code | Toggle inline code formatting on selected text |
| Button | Title | Description |
|---|
| H1 icon | Heading 1 | Toggle the current paragraph as a top-level heading |
| H2 icon | Heading 2 | Toggle the current paragraph as a second-level heading |
| H3 icon | Heading 3 | Toggle the current paragraph as a third-level heading |
| Button | Title | Description |
|---|
| List icon | Bullet List | Toggle an unordered (bulleted) list |
| Numbered list icon | Numbered List | Toggle an ordered (numbered) list |
| Quote icon | Quote | Toggle a block quotation |
| Button | Title | Description |
|---|
| Link icon | Add Link | Opens a dialog to enter a URL. Applied to selected text. |
| Image icon | Add Image | Opens a dialog to enter an image URL. Inserted at the cursor position. |
| Button | Title | Description |
|---|
| Undo icon | Undo | Revert the last change. Disabled when there is nothing to undo. |
| Redo icon | Redo | Re-apply a previously undone change. Disabled when there is nothing to redo. |
The Save button appears on the right side of the toolbar when a save handler is configured. Select it to manually save the current content.
- In the editor, select the text you want to turn into a hyperlink.
- In the toolbar, select Add Link.
- In the dialog, enter the full URL (for example,
https://example.com).
- Select Confirm.
- The linked text appears in blue with an underline.
- In the editor, place your cursor where the image should appear.
- In the toolbar, select Add Image.
- In the dialog, enter the full URL to the image (for example,
https://example.com/image.png).
- Select Confirm.
- The image appears in the document, scaled to fit the content area.
The editor supports automatic saving at configurable intervals.
- Default interval: 30 seconds.
- When enabled, the editor saves content automatically at the configured interval.
- The status bar shows the last saved timestamp after auto-save occurs.
- Auto-save is disabled in read-only mode.
The status bar at the bottom of the editor (hidden in read-only mode) displays:
- Character count — total number of characters (left side).
- Last saved — time of the most recent save, either manual or auto-save (right side).
When the editor is in read-only mode:
- The toolbar is hidden.
- The status bar is hidden.
- Content displays but cannot be edited.
- Links and images remain visible.
| Shortcut | Action |
|---|
Ctrl/Cmd + B | Toggle bold |
Ctrl/Cmd + I | Toggle italic |
Ctrl/Cmd + Z | Undo |
Ctrl/Cmd + Shift + Z | Redo |
| Action | Requirement |
|---|
| View content (read-only) | Authenticated user with document access |
| Edit content | Authenticated user with document editing permissions |