2018-08-27 02:38:08 +00:00
|
|
|
key: htmlCore
|
|
|
|
title: Core
|
|
|
|
description: Basic HTML Parser
|
|
|
|
author: requarks.io
|
|
|
|
input: html
|
|
|
|
output: html
|
2019-08-05 03:53:21 +00:00
|
|
|
icon: mdi-language-html5
|
2020-01-03 01:30:48 +00:00
|
|
|
props:
|
|
|
|
absoluteLinks:
|
|
|
|
type: Boolean
|
|
|
|
default: false
|
|
|
|
title: Treat relative links as root absolute
|
|
|
|
hint: For example, a link to foo/bar on page xyz will render as /foo/bar instead of /xyz/foo/bar.
|
|
|
|
order: 1
|
2020-02-23 01:21:26 +00:00
|
|
|
openExternalLinkNewTab:
|
|
|
|
type: Boolean
|
|
|
|
default: false
|
|
|
|
title: Open external links in a new tab
|
|
|
|
hint: External links will have a _blank target attribute added automatically.
|
|
|
|
order: 2
|
2020-05-07 20:45:11 +00:00
|
|
|
relAttributeExternalLink:
|
|
|
|
type: String
|
|
|
|
default: noreferrer
|
|
|
|
title: Protect against XSS when opening _blank target links
|
|
|
|
hint: External links with _blank attribute will have an additional rel attribute.
|
|
|
|
order: 3
|
|
|
|
enum:
|
|
|
|
- noreferrer
|
|
|
|
- noopener
|