The export is in the pandoc format. This document describes the specific classes and attributes used by Phonemos in the export. Those can be used in Pandoc templates to achive the desired styling.
Phonemos Widget | Pandoc Element Classes | Attributes |
|---|---|---|
Status Example | Span Class: status Additional Classes (one of):
| None |
Mention @Mario Siegenthaler | Span: contains the user name Class: user-mention |
|
Date Nov 16, 2024 | Span Class: date | None |
Panel Example | Div Class: panel Additional Classes (one of):
Breakout bases classes:
| None |
Table | Table Class: table Additional Classes (one-of):
| None |
TableHeader TableCell | <none> Class:
|
|
NamedSection | depending on the hide Attribute:
Note: Named sections are also output as Meta information (see below) | None |
Paragraph | Para wrapped in a Div if any attribute is present, otherwise a plain Para |
|
Task | Div Class: task Content: Plain Block with 4 Spans of the following classes (in this order). Separated by space
|
On the Spans:
|
ActionButton | Span Class: button | None
|
Issue Tracking Reference WIKI-1234 | Span Class: issue-tracking-reference |
|
Meta
Phonemos provides the following information
Meta Name | Type and Content | Remarks |
|---|---|---|
id | MetaString UUID | ID of the exported root object |
url | MetaString URL (e.g. https://my.phonemos.cloud/o/xxx) | URL of the exported root object in Phonemos |
title | MetaString | Page Title (Object Name) |
revision | MetaString A number, e.g. “25” | Number of the exported revision (root object) |
date | MetaString ISO date format at UTC, e.g. “2025-01-25” | Creation date of the exported revision (root object) |
dateTime | MetaString ISO date time format at UTC e.g. “2025-01-25T12:13:14.567Z” | Creation timestamp of the exported revision (root object) |
topicId | MetaString UUID | Id of the topic the exported objects belong to |
topicTitle | MetaString | Title of the topic the exported objects belong to |
topicUrl | MetaString URL (e.g. https://my.phonemos.cloud/o/xxx) | URL of the topic the exported objects belong to |
siteId | MetaString UUID | Id of the Phonemos site that the exported objects belong to |
siteTitle | MetaString | Title of the Phonemos site that the exported objects belong to |
siteUrl | MetaString URL (e.g. https://my.phonemos.cloud/o/xxx) | URL of the Phonemos site that the exported objects belong to |
exportDate | MetaString ISO date format at UTC, e.g. “2025-01-25” | Time of the start of the export |
exportDateTime | MetaString ISO date time format at UTC e.g. “2025-01-25T12:13:14.567Z” | Time of the start of the export |
author | MetaString Display Name of the User, e.g. “Mario Siegenthaler” | Creator of the exported revision (root object) |
authorUser | MetaMap:
| same as author |
exportBy | MetaString Display Name of the User, e.g. “Mario Siegenthaler” | User that exported the content |
exportByUser | MetaMap:
| User that exported the content |
field-uuid where uuid is the ID of the Metadata Field | Depending on the type of the data field:
| |
section-xxx where xxx is the user-defined name of the section | MetaBlock Complete, unchanged Content of the named section | Can be used for things like addresses when you format a letter (special positioning) or special layout elements like a sidebar in a CV. |