Warning | ||
---|---|---|
| ||
Please note that thethe URL user andand URL password parameters are deprecated and will be removed on March 31, 2022. We recommend using profiles to access your data from remote locationsuser 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.
Infonote |
---|
|
Info | ||
---|---|---|
| ||
|
...
Macro editor label | Parameter | Default | Description | |||||
---|---|---|---|---|---|---|---|---|
Profile | profile | 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 to 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 | user | Enter the user name for the given URL to access 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. |
...