Taskcamp MIME Types

application/prs.taskcamp.entity

This is used to represent a taskcamp entity (in this case a bug) and looks like this:

    <bug projectId="0d6c69da-3167-11e9-901e-69eb3dc3eca4"/>
    ---
    url: 'http://seao.local.loft/'
    screen:
        width: 1152
        height: 2048
        colorDepth: 24
        pixelDepth: 24
        orientation: 270
    device: mac
    ---
    # asdfsadf

    safsafsa

Relaxed Mode

Relaxed mode allows for less typing.

Here's the above example in relaxed mode:

            <bug projectId=0d6c69da-3167-11e9-901e-69eb3dc3eca4>
            url: 'http://seao.local.loft/'
            screen:
                width: 1152
                height: 2048
                colorDepth: 24
                pixelDepth: 24
                orientation: 270
            device: mac
            ---
            # asdfsadf

            safsafsa

application/prs.taskcamp.cmd+text