Warning | ||
---|---|---|
| ||
Please note that the URL user and URL user password parameters were removed in 3.8.2 (see Deprecation notice: URL user and URL user password parameters). We recommend using profiles to access external data. |
The Markdown from a URL macro renders Markdown content from URLs or from profiles. Profiles are a means of retrieving data from other external sources such as other applications or even databases.
Note |
---|
|
Info | ||
---|---|---|
| ||
|
Parameters
Macro editor label | Parameter | Default | Macro Browser LabelDescriptionDescription | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Profile | profile | Profile | Default parameters provided by the Administrator. Specify a profile to be used with the macro. Administrators set up profiles to connect to other applications such as GitHub or GitLab. Profiles contain a basic set of parameters used to access a remote location such as the type of URL, user credentials, and so on. Some profiles may be restricted. Since 2.0. | url
| ||||||||||||||
URL to Markdown file | Refers to the URL of the markdown file.url | Enter the relative path to the Markdown file to be displayed. If a valid path is entered here, the macro accesses the given location and processes the Markdown content accordingly. A profile comprises a base URL and other credentials that are required to access a specific application. These details point to the actual location where the required Markdown file is available. The contents are then accessed and displayed through the macro.
| ||||||||||||||||
URL user | The user | encoding | UTF-8 | File encoding | Enter the user name for the given URL to access that requires basic authentication. | password | URL password | User password for URL access that requires basic authentication. | timeout | URL connection timeout | Used to increase the wait time for URL access on slow connections. | Encoding for an external file if different from the system default handling.the required Markdown file.
| ||||||
URL password | password | Enter the user password for the given URL to access the required Markdown file.
| ||||||||||||||||
URL connection timeout | timeout | Enter time in milliseconds such that URL connections does not disconnect before getting data. Use this to increase the access time needed for slow connections. Note that if a zero is given the connection may wait infinitely. | ||||||||||||||||
File encoding | encoding | UTF-8 | Specify the encoding for an external file, if different from default system handling. | |||||||||||||||
Show URL | showURL | Off | Enable this option to display the absolute path of the Markdown file. The URL given in the URL to markdown file parameter is appended to the URL given in the specified profile to form the absolute path of the required Markdown file. |
Note |
---|
It is mandatory to specify either a profile or a URL for this macro. |
Info | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
Depending on the values provided for the Profile and URL to Markdown file parameters, the following process applies:
|
Common parameters
Include Page Common parameters Common parameters
Basic
...
use
This macro can be deployed using one of the following methods:
Selected from the Macro Browsermacro browser | Markdown from a URL |
---|---|
Markup Shortcutshortcut | {markdown-url} |
Screenshot
- Example using a public Bitbucket file: https://bitbucket.org/bob_swift/gint/raw/tip/README.md
...