View on GitHub

Phabrico

Offline reader and editor for Phabricator Maniphest tasks and Phriction documents

Remarkup

Phabricator and Phabrico use a lightweight markup language called “Remarkup”, similar to other lightweight markup languages like Markdown and Wiki markup.

General

The editors in Phriction and Maniphest contain a code editor on the left and a WYSIWYG result on the right:

image-20210412153147182

The toolbar on top of the code editor contains the following formatting actions:

Icon Description
image-20210412153147183 Formats the (selected) text in bold
image-20210412153147184 Formats the (selected) text in italic
image-20210412153147185 Formats the (selected) text in monospaced text
image-20210412153147186 Creates a bulleted list
For example:
image-20210412161052374
image-20210412153147187 Creates a bulleted list
For example:
image-20210412161052375
image-20210412153147188 Creates a code block
For example:
image-20210412161052376
image-20210412153147189 Creates a quote block
For example:
image-20210412161052377
image-20210412153147190 Creates a table
image-20210412153147191 Creates a diagram.
You need to have the Diagrams plugin installed for this

At the right end you find the book icon which explains the Remarkup syntax more in detail

Drag and drop functionalities

Files can be drag-and-dropped into the code editor area:
image-20210412153147100
The code editor area will color green until you dropped the file. If the file is an image, the image will be shown as is in the right WYSIWYG area. If the file is not an image (e.g. a PDF file), an icon representing the file be shown.
For example:
image-20210412153147101

Audio and video files will also directly visualized.
For example:
image-20210412153147102

Copy / Paste functionalities

Table data from Microsoft Excel can be directly copy pasted if the table does not contain merged cells. Color and formatting aren’t copied. However, a formatted Excel cell will be seen as header cell in Remarkup (it will be visualized bold)
For example:
image-20210412153147103
image-20210412153147104

Index Previous Page Next page