mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-11 14:52:54 +01:00
* chore: Upgrade Docusaurus from v2 to v3 * chore: Update "Test build" GH workflow * fix: build All markdown is processed as MDX * fix: Broken links
hide_title, hide_table_of_contents, title
| hide_title | hide_table_of_contents | title |
|---|---|---|
| true | true | External Link node |
{/##head##/}
External Link
This node is used to trigger a navigation to a page outside of your app.
It also supports common URL schemes, like mailto: and tel:.
Note that External Link does not work in the Noodl Viewer. You need to run the app in a browser for it to work.
{/##head##/}
Inputs
| Data | Description |
|---|---|
| Link | {/##input:link##/}The URL that should be opened when the Do signal is triggered. The URL should include the full scheme, e.g. http://, mailto:, etc. {/##input##/} |
| Open in New Tab | {/##input:openInNewTab##/}If this property is set to true the link will be opened in a new browser tab. Otherwise it will open (and replace) the current Noodl app in the browser.{/##input##/} |
| Signal | Description |
|---|---|
| Do | {/##input:do##/}Recieving a signal to this input will navigate to the external link.{/##input##/} |
