Markdown
Mergado Markdown in Store
An extension of GitHub Flavored Markdown that enables you to easily add screenshots (or other images) and videos into your app’s docs is available to use in Mergado Store. This can be used by you to give that extra touch to your app’s description or help.
Images
{images=http://image.url/1}
{images=http://image.url/1,http://image.url/2,http://image.url/3, ...}
This macro, where you put a list of image URLs separated by a comma (,
), creates a list of images that are capable of being displayed in a lightbox.
YouTube videos
{youtube=DLzxrzFCyOs}
This macro embeds an <iframe>
with this video: https://www.youtube.com/watch?v=DLzxrzFCyOs.
Tips
{tip}Press ctrl+w in terminal to delete the word before the cursor.{/tip}
This macro renders the enclosed message (a useful suggestion) inside a frame which is very visible and harder for users to overlook.
Mergado Markdown in Notifications
In notifications, subset of Markdown tags is available. These tags are:
- italics –
*Mergado*
,_Mergado_
- bold –
**Mergado**
,__Mergado__
- links –
[Mergado](www.Mergado.com)
- strike through –
~~Mergado~~
- escaping –
\
Extension for Mergado URIs is also available in notifications. This extension allows you to create links for URLs in Mergado app without knowing the exact address or watching for URL changes.
Available URIs are:
mergado://app/
– Mergado homepagemergado://app/projects/new/
– New project wizardmergado://app/projects/1/
– Project homepagemergado://app/projects/1/settings/
– Project settingsmergado://app/projects/1/rules/
– Project rulesmergado://app/projects/1/queries/
– Project queriesmergado://app/projects/1/elements/
– Project elementsmergado://app/projects/1/variables/
– Project variablesmergado://app/projects/1/log/
– Project history logmergado://app/shops/1/
– Homepage of eshopmergado://app/shops/1/settings/
– Eshop’s settingsmergado://app/shops/1/keychain/
– Eshop’s keychain settingsmergado://app/users/1/
– User’s homepagemergado://app/rules/1/
– Rule’s edit pagemergado://app/notifications/settings/
– Notification’s settingsmergado://app/store/apps/logbook/
– App’s homepagemergado://app/audits/1/
– Audit’s homepage