@activepieces/piece-text-helper 0.4.2 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -9
- package/src/i18n/de.json +49 -49
- package/src/i18n/es.json +51 -51
- package/src/i18n/fr.json +51 -51
- package/src/i18n/ja.json +52 -52
- package/src/i18n/nl.json +52 -52
- package/src/i18n/pt.json +51 -51
- package/src/i18n/zh.json +54 -54
package/package.json
CHANGED
|
@@ -1,13 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-text-helper",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@ai-sdk/anthropic": "1.2.12",
|
|
6
|
-
"@ai-sdk/google": "1.2.19",
|
|
7
|
-
"@ai-sdk/openai": "1.3.22",
|
|
8
|
-
"@ai-sdk/replicate": "0.2.8",
|
|
9
5
|
"@sinclair/typebox": "0.34.11",
|
|
10
|
-
"ai": "4.3.16",
|
|
11
6
|
"axios": "1.8.3",
|
|
12
7
|
"axios-retry": "4.4.1",
|
|
13
8
|
"deepmerge-ts": "7.1.0",
|
|
@@ -20,9 +15,9 @@
|
|
|
20
15
|
"string-strip-html": "8.5.0",
|
|
21
16
|
"turndown": "7.2.0",
|
|
22
17
|
"zod": "3.25.76",
|
|
23
|
-
"@activepieces/pieces-common": "0.
|
|
24
|
-
"@activepieces/pieces-framework": "0.18.
|
|
25
|
-
"@activepieces/shared": "0.
|
|
18
|
+
"@activepieces/pieces-common": "0.7.0",
|
|
19
|
+
"@activepieces/pieces-framework": "0.18.4",
|
|
20
|
+
"@activepieces/shared": "0.19.1",
|
|
26
21
|
"tslib": "2.8.1"
|
|
27
22
|
},
|
|
28
23
|
"overrides": {
|
package/src/i18n/de.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Text Helper": "Text
|
|
3
|
-
"Tools for text processing": "
|
|
4
|
-
"Concatenate": "
|
|
5
|
-
"Replace": "
|
|
6
|
-
"Split": "
|
|
7
|
-
"Find": "
|
|
8
|
-
"Markdown to HTML": "Markdown
|
|
9
|
-
"HTML to Markdown": "HTML
|
|
10
|
-
"Remove HTML Tags": "HTML
|
|
2
|
+
"Text Helper": "Text Helper",
|
|
3
|
+
"Tools for text processing": "Tools for text processing",
|
|
4
|
+
"Concatenate": "Concatenate",
|
|
5
|
+
"Replace": "Replace",
|
|
6
|
+
"Split": "Split",
|
|
7
|
+
"Find": "Find",
|
|
8
|
+
"Markdown to HTML": "Markdown to HTML",
|
|
9
|
+
"HTML to Markdown": "HTML to Markdown",
|
|
10
|
+
"Remove HTML Tags": "Remove HTML Tags",
|
|
11
11
|
"Slugify": "Slugify",
|
|
12
|
-
"Use Default Value if Input is Empty": "
|
|
13
|
-
"Concatenate two or more texts": "
|
|
14
|
-
"Replaces all instances of any word, character or phrase in text, with another.": "
|
|
15
|
-
"Split a text by a delimiter": "
|
|
16
|
-
"Find substring (Regex or Text).": "
|
|
17
|
-
"Convert markdown to HTML": "
|
|
18
|
-
"Convert HTML to Markdown": "HTML
|
|
19
|
-
"Removes every HTML tag and returns plain text": "
|
|
20
|
-
"Slugifies strings.": "
|
|
21
|
-
"Checks your input and returns the default value, if the input is an empty text or list": "
|
|
22
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
12
|
+
"Use Default Value if Input is Empty": "Use Default Value if Input is Empty",
|
|
13
|
+
"Concatenate two or more texts": "Concatenate two or more texts",
|
|
14
|
+
"Replaces all instances of any word, character or phrase in text, with another.": "Replaces all instances of any word, character or phrase in text, with another.",
|
|
15
|
+
"Split a text by a delimiter": "Split a text by a delimiter",
|
|
16
|
+
"Find substring (Regex or Text).": "Find substring (Regex or Text).",
|
|
17
|
+
"Convert markdown to HTML": "Convert markdown to HTML",
|
|
18
|
+
"Convert HTML to Markdown": "Convert HTML to Markdown",
|
|
19
|
+
"Removes every HTML tag and returns plain text": "Removes every HTML tag and returns plain text",
|
|
20
|
+
"Slugifies strings.": "Slugifies strings.",
|
|
21
|
+
"Checks your input and returns the default value, if the input is an empty text or list": "Checks your input and returns the default value, if the input is an empty text or list",
|
|
22
|
+
"Texts": "Texts",
|
|
23
|
+
"Separator": "Separator",
|
|
24
24
|
"Text": "Text",
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
25
|
+
"Search Value": "Search Value",
|
|
26
|
+
"Replace Value": "Replace Value",
|
|
27
|
+
"Replace Only First Match": "Replace Only First Match",
|
|
28
|
+
"Delimiter": "Delimiter",
|
|
29
29
|
"text": "text",
|
|
30
|
-
"Expression": "
|
|
30
|
+
"Expression": "Expression",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
|
-
"Flavor of Markdown": "
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "
|
|
35
|
-
"No Header ID": "
|
|
36
|
-
"Simple Line Breaks": "
|
|
37
|
-
"Open Links in New Window": "Links in
|
|
38
|
-
"HTML Content": "HTML
|
|
39
|
-
"HTML content": "HTML
|
|
40
|
-
"Enter value": "
|
|
41
|
-
"Default Value": "
|
|
42
|
-
"The text that separates the texts you want to concatenate": "
|
|
43
|
-
"Can be plain text or a regex expression.": "
|
|
44
|
-
"Leave empty to delete found results.": "
|
|
45
|
-
"Only replaces the first instance of the search value.": "
|
|
46
|
-
"Regex or text to search for.": "Regex
|
|
47
|
-
"The markdown to convert to HTML": "
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
49
|
-
"The minimum header level to use during conversion": "
|
|
50
|
-
"Whether to support tables during conversion": "
|
|
51
|
-
"Whether to add an ID to headers during conversion": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "HTML
|
|
54
|
-
"Default": "
|
|
32
|
+
"Flavor of Markdown": "Flavor of Markdown",
|
|
33
|
+
"Minimum Header Level": "Minimum Header Level",
|
|
34
|
+
"Support Tables": "Support Tables",
|
|
35
|
+
"No Header ID": "No Header ID",
|
|
36
|
+
"Simple Line Breaks": "Simple Line Breaks",
|
|
37
|
+
"Open Links in New Window": "Open Links in New Window",
|
|
38
|
+
"HTML Content": "HTML Content",
|
|
39
|
+
"HTML content": "HTML content",
|
|
40
|
+
"Enter value": "Enter value",
|
|
41
|
+
"Default Value": "Default Value",
|
|
42
|
+
"The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
|
|
43
|
+
"Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
|
|
44
|
+
"Leave empty to delete found results.": "Leave empty to delete found results.",
|
|
45
|
+
"Only replaces the first instance of the search value.": "Only replaces the first instance of the search value.",
|
|
46
|
+
"Regex or text to search for.": "Regex or text to search for.",
|
|
47
|
+
"The markdown to convert to HTML": "The markdown to convert to HTML",
|
|
48
|
+
"The flavor of markdown use during conversion": "The flavor of markdown use during conversion",
|
|
49
|
+
"The minimum header level to use during conversion": "The minimum header level to use during conversion",
|
|
50
|
+
"Whether to support tables during conversion": "Whether to support tables during conversion",
|
|
51
|
+
"Whether to add an ID to headers during conversion": "Whether to add an ID to headers during conversion",
|
|
52
|
+
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parses line breaks as <br>, without needing 2 spaces at the end of the line",
|
|
53
|
+
"The HTML to convert to markdown": "The HTML to convert to markdown",
|
|
54
|
+
"Default": "Default",
|
|
55
55
|
"Original": "Original",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|
package/src/i18n/es.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Text Helper": "
|
|
3
|
-
"Tools for text processing": "
|
|
4
|
-
"Concatenate": "
|
|
5
|
-
"Replace": "
|
|
6
|
-
"Split": "
|
|
7
|
-
"Find": "
|
|
8
|
-
"Markdown to HTML": "Markdown
|
|
9
|
-
"HTML to Markdown": "HTML
|
|
10
|
-
"Remove HTML Tags": "
|
|
2
|
+
"Text Helper": "Text Helper",
|
|
3
|
+
"Tools for text processing": "Tools for text processing",
|
|
4
|
+
"Concatenate": "Concatenate",
|
|
5
|
+
"Replace": "Replace",
|
|
6
|
+
"Split": "Split",
|
|
7
|
+
"Find": "Find",
|
|
8
|
+
"Markdown to HTML": "Markdown to HTML",
|
|
9
|
+
"HTML to Markdown": "HTML to Markdown",
|
|
10
|
+
"Remove HTML Tags": "Remove HTML Tags",
|
|
11
11
|
"Slugify": "Slugify",
|
|
12
|
-
"Use Default Value if Input is Empty": "
|
|
13
|
-
"Concatenate two or more texts": "
|
|
14
|
-
"Replaces all instances of any word, character or phrase in text, with another.": "
|
|
15
|
-
"Split a text by a delimiter": "
|
|
16
|
-
"Find substring (Regex or Text).": "
|
|
17
|
-
"Convert markdown to HTML": "
|
|
18
|
-
"Convert HTML to Markdown": "
|
|
19
|
-
"Removes every HTML tag and returns plain text": "
|
|
20
|
-
"Slugifies strings.": "
|
|
21
|
-
"Checks your input and returns the default value, if the input is an empty text or list": "
|
|
22
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
24
|
-
"Text": "
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
29
|
-
"text": "
|
|
30
|
-
"Expression": "
|
|
12
|
+
"Use Default Value if Input is Empty": "Use Default Value if Input is Empty",
|
|
13
|
+
"Concatenate two or more texts": "Concatenate two or more texts",
|
|
14
|
+
"Replaces all instances of any word, character or phrase in text, with another.": "Replaces all instances of any word, character or phrase in text, with another.",
|
|
15
|
+
"Split a text by a delimiter": "Split a text by a delimiter",
|
|
16
|
+
"Find substring (Regex or Text).": "Find substring (Regex or Text).",
|
|
17
|
+
"Convert markdown to HTML": "Convert markdown to HTML",
|
|
18
|
+
"Convert HTML to Markdown": "Convert HTML to Markdown",
|
|
19
|
+
"Removes every HTML tag and returns plain text": "Removes every HTML tag and returns plain text",
|
|
20
|
+
"Slugifies strings.": "Slugifies strings.",
|
|
21
|
+
"Checks your input and returns the default value, if the input is an empty text or list": "Checks your input and returns the default value, if the input is an empty text or list",
|
|
22
|
+
"Texts": "Texts",
|
|
23
|
+
"Separator": "Separator",
|
|
24
|
+
"Text": "Text",
|
|
25
|
+
"Search Value": "Search Value",
|
|
26
|
+
"Replace Value": "Replace Value",
|
|
27
|
+
"Replace Only First Match": "Replace Only First Match",
|
|
28
|
+
"Delimiter": "Delimiter",
|
|
29
|
+
"text": "text",
|
|
30
|
+
"Expression": "Expression",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
|
-
"Flavor of Markdown": "
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "
|
|
35
|
-
"No Header ID": "
|
|
36
|
-
"Simple Line Breaks": "
|
|
37
|
-
"Open Links in New Window": "
|
|
38
|
-
"HTML Content": "
|
|
39
|
-
"HTML content": "
|
|
40
|
-
"Enter value": "
|
|
41
|
-
"Default Value": "
|
|
42
|
-
"The text that separates the texts you want to concatenate": "
|
|
43
|
-
"Can be plain text or a regex expression.": "
|
|
44
|
-
"Leave empty to delete found results.": "
|
|
45
|
-
"Only replaces the first instance of the search value.": "
|
|
46
|
-
"Regex or text to search for.": "Regex
|
|
47
|
-
"The markdown to convert to HTML": "
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
49
|
-
"The minimum header level to use during conversion": "
|
|
50
|
-
"Whether to support tables during conversion": "
|
|
51
|
-
"Whether to add an ID to headers during conversion": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "
|
|
54
|
-
"Default": "
|
|
32
|
+
"Flavor of Markdown": "Flavor of Markdown",
|
|
33
|
+
"Minimum Header Level": "Minimum Header Level",
|
|
34
|
+
"Support Tables": "Support Tables",
|
|
35
|
+
"No Header ID": "No Header ID",
|
|
36
|
+
"Simple Line Breaks": "Simple Line Breaks",
|
|
37
|
+
"Open Links in New Window": "Open Links in New Window",
|
|
38
|
+
"HTML Content": "HTML Content",
|
|
39
|
+
"HTML content": "HTML content",
|
|
40
|
+
"Enter value": "Enter value",
|
|
41
|
+
"Default Value": "Default Value",
|
|
42
|
+
"The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
|
|
43
|
+
"Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
|
|
44
|
+
"Leave empty to delete found results.": "Leave empty to delete found results.",
|
|
45
|
+
"Only replaces the first instance of the search value.": "Only replaces the first instance of the search value.",
|
|
46
|
+
"Regex or text to search for.": "Regex or text to search for.",
|
|
47
|
+
"The markdown to convert to HTML": "The markdown to convert to HTML",
|
|
48
|
+
"The flavor of markdown use during conversion": "The flavor of markdown use during conversion",
|
|
49
|
+
"The minimum header level to use during conversion": "The minimum header level to use during conversion",
|
|
50
|
+
"Whether to support tables during conversion": "Whether to support tables during conversion",
|
|
51
|
+
"Whether to add an ID to headers during conversion": "Whether to add an ID to headers during conversion",
|
|
52
|
+
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parses line breaks as <br>, without needing 2 spaces at the end of the line",
|
|
53
|
+
"The HTML to convert to markdown": "The HTML to convert to markdown",
|
|
54
|
+
"Default": "Default",
|
|
55
55
|
"Original": "Original",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|
package/src/i18n/fr.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Text Helper": "
|
|
3
|
-
"Tools for text processing": "
|
|
4
|
-
"Concatenate": "
|
|
5
|
-
"Replace": "
|
|
6
|
-
"Split": "
|
|
7
|
-
"Find": "
|
|
8
|
-
"Markdown to HTML": "Markdown
|
|
9
|
-
"HTML to Markdown": "HTML
|
|
10
|
-
"Remove HTML Tags": "
|
|
2
|
+
"Text Helper": "Text Helper",
|
|
3
|
+
"Tools for text processing": "Tools for text processing",
|
|
4
|
+
"Concatenate": "Concatenate",
|
|
5
|
+
"Replace": "Replace",
|
|
6
|
+
"Split": "Split",
|
|
7
|
+
"Find": "Find",
|
|
8
|
+
"Markdown to HTML": "Markdown to HTML",
|
|
9
|
+
"HTML to Markdown": "HTML to Markdown",
|
|
10
|
+
"Remove HTML Tags": "Remove HTML Tags",
|
|
11
11
|
"Slugify": "Slugify",
|
|
12
|
-
"Use Default Value if Input is Empty": "
|
|
13
|
-
"Concatenate two or more texts": "
|
|
14
|
-
"Replaces all instances of any word, character or phrase in text, with another.": "
|
|
15
|
-
"Split a text by a delimiter": "
|
|
16
|
-
"Find substring (Regex or Text).": "
|
|
17
|
-
"Convert markdown to HTML": "
|
|
18
|
-
"Convert HTML to Markdown": "
|
|
19
|
-
"Removes every HTML tag and returns plain text": "
|
|
20
|
-
"Slugifies strings.": "
|
|
21
|
-
"Checks your input and returns the default value, if the input is an empty text or list": "
|
|
22
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
24
|
-
"Text": "
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
29
|
-
"text": "
|
|
12
|
+
"Use Default Value if Input is Empty": "Use Default Value if Input is Empty",
|
|
13
|
+
"Concatenate two or more texts": "Concatenate two or more texts",
|
|
14
|
+
"Replaces all instances of any word, character or phrase in text, with another.": "Replaces all instances of any word, character or phrase in text, with another.",
|
|
15
|
+
"Split a text by a delimiter": "Split a text by a delimiter",
|
|
16
|
+
"Find substring (Regex or Text).": "Find substring (Regex or Text).",
|
|
17
|
+
"Convert markdown to HTML": "Convert markdown to HTML",
|
|
18
|
+
"Convert HTML to Markdown": "Convert HTML to Markdown",
|
|
19
|
+
"Removes every HTML tag and returns plain text": "Removes every HTML tag and returns plain text",
|
|
20
|
+
"Slugifies strings.": "Slugifies strings.",
|
|
21
|
+
"Checks your input and returns the default value, if the input is an empty text or list": "Checks your input and returns the default value, if the input is an empty text or list",
|
|
22
|
+
"Texts": "Texts",
|
|
23
|
+
"Separator": "Separator",
|
|
24
|
+
"Text": "Text",
|
|
25
|
+
"Search Value": "Search Value",
|
|
26
|
+
"Replace Value": "Replace Value",
|
|
27
|
+
"Replace Only First Match": "Replace Only First Match",
|
|
28
|
+
"Delimiter": "Delimiter",
|
|
29
|
+
"text": "text",
|
|
30
30
|
"Expression": "Expression",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
|
-
"Flavor of Markdown": "
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "Tables
|
|
35
|
-
"No Header ID": "
|
|
36
|
-
"Simple Line Breaks": "
|
|
37
|
-
"Open Links in New Window": "
|
|
38
|
-
"HTML Content": "
|
|
39
|
-
"HTML content": "
|
|
40
|
-
"Enter value": "
|
|
41
|
-
"Default Value": "
|
|
42
|
-
"The text that separates the texts you want to concatenate": "
|
|
43
|
-
"Can be plain text or a regex expression.": "
|
|
44
|
-
"Leave empty to delete found results.": "
|
|
45
|
-
"Only replaces the first instance of the search value.": "
|
|
46
|
-
"Regex or text to search for.": "Regex
|
|
47
|
-
"The markdown to convert to HTML": "
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
49
|
-
"The minimum header level to use during conversion": "
|
|
50
|
-
"Whether to support tables during conversion": "
|
|
51
|
-
"Whether to add an ID to headers during conversion": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "
|
|
54
|
-
"Default": "
|
|
55
|
-
"Original": "
|
|
32
|
+
"Flavor of Markdown": "Flavor of Markdown",
|
|
33
|
+
"Minimum Header Level": "Minimum Header Level",
|
|
34
|
+
"Support Tables": "Support Tables",
|
|
35
|
+
"No Header ID": "No Header ID",
|
|
36
|
+
"Simple Line Breaks": "Simple Line Breaks",
|
|
37
|
+
"Open Links in New Window": "Open Links in New Window",
|
|
38
|
+
"HTML Content": "HTML Content",
|
|
39
|
+
"HTML content": "HTML content",
|
|
40
|
+
"Enter value": "Enter value",
|
|
41
|
+
"Default Value": "Default Value",
|
|
42
|
+
"The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
|
|
43
|
+
"Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
|
|
44
|
+
"Leave empty to delete found results.": "Leave empty to delete found results.",
|
|
45
|
+
"Only replaces the first instance of the search value.": "Only replaces the first instance of the search value.",
|
|
46
|
+
"Regex or text to search for.": "Regex or text to search for.",
|
|
47
|
+
"The markdown to convert to HTML": "The markdown to convert to HTML",
|
|
48
|
+
"The flavor of markdown use during conversion": "The flavor of markdown use during conversion",
|
|
49
|
+
"The minimum header level to use during conversion": "The minimum header level to use during conversion",
|
|
50
|
+
"Whether to support tables during conversion": "Whether to support tables during conversion",
|
|
51
|
+
"Whether to add an ID to headers during conversion": "Whether to add an ID to headers during conversion",
|
|
52
|
+
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parses line breaks as <br>, without needing 2 spaces at the end of the line",
|
|
53
|
+
"The HTML to convert to markdown": "The HTML to convert to markdown",
|
|
54
|
+
"Default": "Default",
|
|
55
|
+
"Original": "Original",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|
package/src/i18n/ja.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Text Helper": "
|
|
3
|
-
"Tools for text processing": "
|
|
4
|
-
"Concatenate": "
|
|
5
|
-
"Replace": "
|
|
6
|
-
"Split": "
|
|
7
|
-
"Find": "
|
|
8
|
-
"Markdown to HTML": "Markdown
|
|
9
|
-
"HTML to Markdown": "HTML
|
|
10
|
-
"Remove HTML Tags": "HTML
|
|
2
|
+
"Text Helper": "Text Helper",
|
|
3
|
+
"Tools for text processing": "Tools for text processing",
|
|
4
|
+
"Concatenate": "Concatenate",
|
|
5
|
+
"Replace": "Replace",
|
|
6
|
+
"Split": "Split",
|
|
7
|
+
"Find": "Find",
|
|
8
|
+
"Markdown to HTML": "Markdown to HTML",
|
|
9
|
+
"HTML to Markdown": "HTML to Markdown",
|
|
10
|
+
"Remove HTML Tags": "Remove HTML Tags",
|
|
11
11
|
"Slugify": "Slugify",
|
|
12
|
-
"Use Default Value if Input is Empty": "
|
|
13
|
-
"Concatenate two or more texts": "
|
|
14
|
-
"Replaces all instances of any word, character or phrase in text, with another.": "
|
|
15
|
-
"Split a text by a delimiter": "
|
|
16
|
-
"Find substring (Regex or Text).": "
|
|
17
|
-
"Convert markdown to HTML": "
|
|
18
|
-
"Convert HTML to Markdown": "HTML
|
|
19
|
-
"Removes every HTML tag and returns plain text": "
|
|
20
|
-
"Slugifies strings.": "
|
|
21
|
-
"Checks your input and returns the default value, if the input is an empty text or list": "
|
|
22
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
24
|
-
"Text": "
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
29
|
-
"text": "
|
|
30
|
-
"Expression": "
|
|
12
|
+
"Use Default Value if Input is Empty": "Use Default Value if Input is Empty",
|
|
13
|
+
"Concatenate two or more texts": "Concatenate two or more texts",
|
|
14
|
+
"Replaces all instances of any word, character or phrase in text, with another.": "Replaces all instances of any word, character or phrase in text, with another.",
|
|
15
|
+
"Split a text by a delimiter": "Split a text by a delimiter",
|
|
16
|
+
"Find substring (Regex or Text).": "Find substring (Regex or Text).",
|
|
17
|
+
"Convert markdown to HTML": "Convert markdown to HTML",
|
|
18
|
+
"Convert HTML to Markdown": "Convert HTML to Markdown",
|
|
19
|
+
"Removes every HTML tag and returns plain text": "Removes every HTML tag and returns plain text",
|
|
20
|
+
"Slugifies strings.": "Slugifies strings.",
|
|
21
|
+
"Checks your input and returns the default value, if the input is an empty text or list": "Checks your input and returns the default value, if the input is an empty text or list",
|
|
22
|
+
"Texts": "Texts",
|
|
23
|
+
"Separator": "Separator",
|
|
24
|
+
"Text": "Text",
|
|
25
|
+
"Search Value": "Search Value",
|
|
26
|
+
"Replace Value": "Replace Value",
|
|
27
|
+
"Replace Only First Match": "Replace Only First Match",
|
|
28
|
+
"Delimiter": "Delimiter",
|
|
29
|
+
"text": "text",
|
|
30
|
+
"Expression": "Expression",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
|
-
"Flavor of Markdown": "Markdown
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "
|
|
35
|
-
"No Header ID": "
|
|
36
|
-
"Simple Line Breaks": "
|
|
37
|
-
"Open Links in New Window": "
|
|
38
|
-
"HTML Content": "HTML
|
|
39
|
-
"HTML content": "HTML
|
|
40
|
-
"Enter value": "
|
|
41
|
-
"Default Value": "
|
|
42
|
-
"The text that separates the texts you want to concatenate": "
|
|
43
|
-
"Can be plain text or a regex expression.": "
|
|
44
|
-
"Leave empty to delete found results.": "
|
|
45
|
-
"Only replaces the first instance of the search value.": "
|
|
46
|
-
"Regex or text to search for.": "
|
|
47
|
-
"The markdown to convert to HTML": "HTML
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
49
|
-
"The minimum header level to use during conversion": "
|
|
50
|
-
"Whether to support tables during conversion": "
|
|
51
|
-
"Whether to add an ID to headers during conversion": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "
|
|
54
|
-
"Default": "
|
|
55
|
-
"Original": "
|
|
32
|
+
"Flavor of Markdown": "Flavor of Markdown",
|
|
33
|
+
"Minimum Header Level": "Minimum Header Level",
|
|
34
|
+
"Support Tables": "Support Tables",
|
|
35
|
+
"No Header ID": "No Header ID",
|
|
36
|
+
"Simple Line Breaks": "Simple Line Breaks",
|
|
37
|
+
"Open Links in New Window": "Open Links in New Window",
|
|
38
|
+
"HTML Content": "HTML Content",
|
|
39
|
+
"HTML content": "HTML content",
|
|
40
|
+
"Enter value": "Enter value",
|
|
41
|
+
"Default Value": "Default Value",
|
|
42
|
+
"The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
|
|
43
|
+
"Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
|
|
44
|
+
"Leave empty to delete found results.": "Leave empty to delete found results.",
|
|
45
|
+
"Only replaces the first instance of the search value.": "Only replaces the first instance of the search value.",
|
|
46
|
+
"Regex or text to search for.": "Regex or text to search for.",
|
|
47
|
+
"The markdown to convert to HTML": "The markdown to convert to HTML",
|
|
48
|
+
"The flavor of markdown use during conversion": "The flavor of markdown use during conversion",
|
|
49
|
+
"The minimum header level to use during conversion": "The minimum header level to use during conversion",
|
|
50
|
+
"Whether to support tables during conversion": "Whether to support tables during conversion",
|
|
51
|
+
"Whether to add an ID to headers during conversion": "Whether to add an ID to headers during conversion",
|
|
52
|
+
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parses line breaks as <br>, without needing 2 spaces at the end of the line",
|
|
53
|
+
"The HTML to convert to markdown": "The HTML to convert to markdown",
|
|
54
|
+
"Default": "Default",
|
|
55
|
+
"Original": "Original",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|
package/src/i18n/nl.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Text Helper": "
|
|
3
|
-
"Tools for text processing": "
|
|
4
|
-
"Concatenate": "
|
|
5
|
-
"Replace": "
|
|
6
|
-
"Split": "
|
|
7
|
-
"Find": "
|
|
8
|
-
"Markdown to HTML": "Markdown
|
|
9
|
-
"HTML to Markdown": "HTML
|
|
10
|
-
"Remove HTML Tags": "
|
|
2
|
+
"Text Helper": "Text Helper",
|
|
3
|
+
"Tools for text processing": "Tools for text processing",
|
|
4
|
+
"Concatenate": "Concatenate",
|
|
5
|
+
"Replace": "Replace",
|
|
6
|
+
"Split": "Split",
|
|
7
|
+
"Find": "Find",
|
|
8
|
+
"Markdown to HTML": "Markdown to HTML",
|
|
9
|
+
"HTML to Markdown": "HTML to Markdown",
|
|
10
|
+
"Remove HTML Tags": "Remove HTML Tags",
|
|
11
11
|
"Slugify": "Slugify",
|
|
12
|
-
"Use Default Value if Input is Empty": "
|
|
13
|
-
"Concatenate two or more texts": "
|
|
14
|
-
"Replaces all instances of any word, character or phrase in text, with another.": "
|
|
15
|
-
"Split a text by a delimiter": "
|
|
16
|
-
"Find substring (Regex or Text).": "
|
|
17
|
-
"Convert markdown to HTML": "
|
|
18
|
-
"Convert HTML to Markdown": "
|
|
19
|
-
"Removes every HTML tag and returns plain text": "
|
|
20
|
-
"Slugifies strings.": "
|
|
21
|
-
"Checks your input and returns the default value, if the input is an empty text or list": "
|
|
22
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
24
|
-
"Text": "
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
29
|
-
"text": "
|
|
30
|
-
"Expression": "
|
|
12
|
+
"Use Default Value if Input is Empty": "Use Default Value if Input is Empty",
|
|
13
|
+
"Concatenate two or more texts": "Concatenate two or more texts",
|
|
14
|
+
"Replaces all instances of any word, character or phrase in text, with another.": "Replaces all instances of any word, character or phrase in text, with another.",
|
|
15
|
+
"Split a text by a delimiter": "Split a text by a delimiter",
|
|
16
|
+
"Find substring (Regex or Text).": "Find substring (Regex or Text).",
|
|
17
|
+
"Convert markdown to HTML": "Convert markdown to HTML",
|
|
18
|
+
"Convert HTML to Markdown": "Convert HTML to Markdown",
|
|
19
|
+
"Removes every HTML tag and returns plain text": "Removes every HTML tag and returns plain text",
|
|
20
|
+
"Slugifies strings.": "Slugifies strings.",
|
|
21
|
+
"Checks your input and returns the default value, if the input is an empty text or list": "Checks your input and returns the default value, if the input is an empty text or list",
|
|
22
|
+
"Texts": "Texts",
|
|
23
|
+
"Separator": "Separator",
|
|
24
|
+
"Text": "Text",
|
|
25
|
+
"Search Value": "Search Value",
|
|
26
|
+
"Replace Value": "Replace Value",
|
|
27
|
+
"Replace Only First Match": "Replace Only First Match",
|
|
28
|
+
"Delimiter": "Delimiter",
|
|
29
|
+
"text": "text",
|
|
30
|
+
"Expression": "Expression",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
|
-
"Flavor of Markdown": "Flavor
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "
|
|
35
|
-
"No Header ID": "
|
|
36
|
-
"Simple Line Breaks": "
|
|
37
|
-
"Open Links in New Window": "Links
|
|
38
|
-
"HTML Content": "HTML
|
|
39
|
-
"HTML content": "HTML
|
|
40
|
-
"Enter value": "
|
|
41
|
-
"Default Value": "
|
|
42
|
-
"The text that separates the texts you want to concatenate": "
|
|
43
|
-
"Can be plain text or a regex expression.": "
|
|
44
|
-
"Leave empty to delete found results.": "
|
|
45
|
-
"Only replaces the first instance of the search value.": "
|
|
46
|
-
"Regex or text to search for.": "Regex
|
|
47
|
-
"The markdown to convert to HTML": "
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
49
|
-
"The minimum header level to use during conversion": "
|
|
50
|
-
"Whether to support tables during conversion": "
|
|
51
|
-
"Whether to add an ID to headers during conversion": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "
|
|
54
|
-
"Default": "
|
|
55
|
-
"Original": "
|
|
32
|
+
"Flavor of Markdown": "Flavor of Markdown",
|
|
33
|
+
"Minimum Header Level": "Minimum Header Level",
|
|
34
|
+
"Support Tables": "Support Tables",
|
|
35
|
+
"No Header ID": "No Header ID",
|
|
36
|
+
"Simple Line Breaks": "Simple Line Breaks",
|
|
37
|
+
"Open Links in New Window": "Open Links in New Window",
|
|
38
|
+
"HTML Content": "HTML Content",
|
|
39
|
+
"HTML content": "HTML content",
|
|
40
|
+
"Enter value": "Enter value",
|
|
41
|
+
"Default Value": "Default Value",
|
|
42
|
+
"The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
|
|
43
|
+
"Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
|
|
44
|
+
"Leave empty to delete found results.": "Leave empty to delete found results.",
|
|
45
|
+
"Only replaces the first instance of the search value.": "Only replaces the first instance of the search value.",
|
|
46
|
+
"Regex or text to search for.": "Regex or text to search for.",
|
|
47
|
+
"The markdown to convert to HTML": "The markdown to convert to HTML",
|
|
48
|
+
"The flavor of markdown use during conversion": "The flavor of markdown use during conversion",
|
|
49
|
+
"The minimum header level to use during conversion": "The minimum header level to use during conversion",
|
|
50
|
+
"Whether to support tables during conversion": "Whether to support tables during conversion",
|
|
51
|
+
"Whether to add an ID to headers during conversion": "Whether to add an ID to headers during conversion",
|
|
52
|
+
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parses line breaks as <br>, without needing 2 spaces at the end of the line",
|
|
53
|
+
"The HTML to convert to markdown": "The HTML to convert to markdown",
|
|
54
|
+
"Default": "Default",
|
|
55
|
+
"Original": "Original",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|
package/src/i18n/pt.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Text Helper": "
|
|
3
|
-
"Tools for text processing": "
|
|
4
|
-
"Concatenate": "
|
|
5
|
-
"Replace": "
|
|
6
|
-
"Split": "
|
|
7
|
-
"Find": "
|
|
8
|
-
"Markdown to HTML": "Markdown
|
|
9
|
-
"HTML to Markdown": "HTML
|
|
10
|
-
"Remove HTML Tags": "
|
|
2
|
+
"Text Helper": "Text Helper",
|
|
3
|
+
"Tools for text processing": "Tools for text processing",
|
|
4
|
+
"Concatenate": "Concatenate",
|
|
5
|
+
"Replace": "Replace",
|
|
6
|
+
"Split": "Split",
|
|
7
|
+
"Find": "Find",
|
|
8
|
+
"Markdown to HTML": "Markdown to HTML",
|
|
9
|
+
"HTML to Markdown": "HTML to Markdown",
|
|
10
|
+
"Remove HTML Tags": "Remove HTML Tags",
|
|
11
11
|
"Slugify": "Slugify",
|
|
12
|
-
"Use Default Value if Input is Empty": "Use
|
|
13
|
-
"Concatenate two or more texts": "
|
|
14
|
-
"Replaces all instances of any word, character or phrase in text, with another.": "
|
|
15
|
-
"Split a text by a delimiter": "
|
|
16
|
-
"Find substring (Regex or Text).": "
|
|
17
|
-
"Convert markdown to HTML": "
|
|
18
|
-
"Convert HTML to Markdown": "
|
|
19
|
-
"Removes every HTML tag and returns plain text": "
|
|
20
|
-
"Slugifies strings.": "
|
|
21
|
-
"Checks your input and returns the default value, if the input is an empty text or list": "
|
|
22
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
24
|
-
"Text": "
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
29
|
-
"text": "
|
|
30
|
-
"Expression": "
|
|
12
|
+
"Use Default Value if Input is Empty": "Use Default Value if Input is Empty",
|
|
13
|
+
"Concatenate two or more texts": "Concatenate two or more texts",
|
|
14
|
+
"Replaces all instances of any word, character or phrase in text, with another.": "Replaces all instances of any word, character or phrase in text, with another.",
|
|
15
|
+
"Split a text by a delimiter": "Split a text by a delimiter",
|
|
16
|
+
"Find substring (Regex or Text).": "Find substring (Regex or Text).",
|
|
17
|
+
"Convert markdown to HTML": "Convert markdown to HTML",
|
|
18
|
+
"Convert HTML to Markdown": "Convert HTML to Markdown",
|
|
19
|
+
"Removes every HTML tag and returns plain text": "Removes every HTML tag and returns plain text",
|
|
20
|
+
"Slugifies strings.": "Slugifies strings.",
|
|
21
|
+
"Checks your input and returns the default value, if the input is an empty text or list": "Checks your input and returns the default value, if the input is an empty text or list",
|
|
22
|
+
"Texts": "Texts",
|
|
23
|
+
"Separator": "Separator",
|
|
24
|
+
"Text": "Text",
|
|
25
|
+
"Search Value": "Search Value",
|
|
26
|
+
"Replace Value": "Replace Value",
|
|
27
|
+
"Replace Only First Match": "Replace Only First Match",
|
|
28
|
+
"Delimiter": "Delimiter",
|
|
29
|
+
"text": "text",
|
|
30
|
+
"Expression": "Expression",
|
|
31
31
|
"Markdown Content": "Markdown Content",
|
|
32
|
-
"Flavor of Markdown": "
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "
|
|
35
|
-
"No Header ID": "
|
|
36
|
-
"Simple Line Breaks": "
|
|
37
|
-
"Open Links in New Window": "
|
|
38
|
-
"HTML Content": "
|
|
39
|
-
"HTML content": "
|
|
40
|
-
"Enter value": "
|
|
41
|
-
"Default Value": "
|
|
42
|
-
"The text that separates the texts you want to concatenate": "
|
|
43
|
-
"Can be plain text or a regex expression.": "
|
|
44
|
-
"Leave empty to delete found results.": "
|
|
45
|
-
"Only replaces the first instance of the search value.": "
|
|
46
|
-
"Regex or text to search for.": "Regex
|
|
47
|
-
"The markdown to convert to HTML": "
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
49
|
-
"The minimum header level to use during conversion": "
|
|
50
|
-
"Whether to support tables during conversion": "
|
|
51
|
-
"Whether to add an ID to headers during conversion": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "
|
|
54
|
-
"Default": "
|
|
32
|
+
"Flavor of Markdown": "Flavor of Markdown",
|
|
33
|
+
"Minimum Header Level": "Minimum Header Level",
|
|
34
|
+
"Support Tables": "Support Tables",
|
|
35
|
+
"No Header ID": "No Header ID",
|
|
36
|
+
"Simple Line Breaks": "Simple Line Breaks",
|
|
37
|
+
"Open Links in New Window": "Open Links in New Window",
|
|
38
|
+
"HTML Content": "HTML Content",
|
|
39
|
+
"HTML content": "HTML content",
|
|
40
|
+
"Enter value": "Enter value",
|
|
41
|
+
"Default Value": "Default Value",
|
|
42
|
+
"The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
|
|
43
|
+
"Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
|
|
44
|
+
"Leave empty to delete found results.": "Leave empty to delete found results.",
|
|
45
|
+
"Only replaces the first instance of the search value.": "Only replaces the first instance of the search value.",
|
|
46
|
+
"Regex or text to search for.": "Regex or text to search for.",
|
|
47
|
+
"The markdown to convert to HTML": "The markdown to convert to HTML",
|
|
48
|
+
"The flavor of markdown use during conversion": "The flavor of markdown use during conversion",
|
|
49
|
+
"The minimum header level to use during conversion": "The minimum header level to use during conversion",
|
|
50
|
+
"Whether to support tables during conversion": "Whether to support tables during conversion",
|
|
51
|
+
"Whether to add an ID to headers during conversion": "Whether to add an ID to headers during conversion",
|
|
52
|
+
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parses line breaks as <br>, without needing 2 spaces at the end of the line",
|
|
53
|
+
"The HTML to convert to markdown": "The HTML to convert to markdown",
|
|
54
|
+
"Default": "Default",
|
|
55
55
|
"Original": "Original",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|
package/src/i18n/zh.json
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Text Helper": "
|
|
3
|
-
"Tools for text processing": "
|
|
4
|
-
"Concatenate": "
|
|
5
|
-
"Replace": "
|
|
6
|
-
"Split": "
|
|
7
|
-
"Find": "
|
|
8
|
-
"Markdown to HTML": "
|
|
9
|
-
"HTML to Markdown": "
|
|
10
|
-
"Remove HTML Tags": "
|
|
11
|
-
"Slugify": "
|
|
12
|
-
"Use Default Value if Input is Empty": "
|
|
13
|
-
"Concatenate two or more texts": "
|
|
14
|
-
"Replaces all instances of any word, character or phrase in text, with another.": "
|
|
15
|
-
"Split a text by a delimiter": "
|
|
16
|
-
"Find substring (Regex or Text).": "
|
|
17
|
-
"Convert markdown to HTML": "
|
|
18
|
-
"Convert HTML to Markdown": "
|
|
19
|
-
"Removes every HTML tag and returns plain text": "
|
|
20
|
-
"Slugifies strings.": "
|
|
21
|
-
"Checks your input and returns the default value, if the input is an empty text or list": "
|
|
22
|
-
"Texts": "
|
|
23
|
-
"Separator": "
|
|
24
|
-
"Text": "
|
|
25
|
-
"Search Value": "
|
|
26
|
-
"Replace Value": "
|
|
27
|
-
"Replace Only First Match": "
|
|
28
|
-
"Delimiter": "
|
|
29
|
-
"text": "
|
|
30
|
-
"Expression": "
|
|
31
|
-
"Markdown Content": "Markdown
|
|
32
|
-
"Flavor of Markdown": "Markdown
|
|
33
|
-
"Minimum Header Level": "
|
|
34
|
-
"Support Tables": "
|
|
35
|
-
"No Header ID": "
|
|
36
|
-
"Simple Line Breaks": "
|
|
37
|
-
"Open Links in New Window": "
|
|
38
|
-
"HTML Content": "HTML
|
|
39
|
-
"HTML content": "HTML
|
|
40
|
-
"Enter value": "
|
|
41
|
-
"Default Value": "
|
|
42
|
-
"The text that separates the texts you want to concatenate": "
|
|
43
|
-
"Can be plain text or a regex expression.": "
|
|
44
|
-
"Leave empty to delete found results.": "
|
|
45
|
-
"Only replaces the first instance of the search value.": "
|
|
46
|
-
"Regex or text to search for.": "
|
|
47
|
-
"The markdown to convert to HTML": "
|
|
48
|
-
"The flavor of markdown use during conversion": "
|
|
49
|
-
"The minimum header level to use during conversion": "
|
|
50
|
-
"Whether to support tables during conversion": "
|
|
51
|
-
"Whether to add an ID to headers during conversion": "
|
|
52
|
-
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "
|
|
53
|
-
"The HTML to convert to markdown": "
|
|
54
|
-
"Default": "
|
|
55
|
-
"Original": "
|
|
2
|
+
"Text Helper": "Text Helper",
|
|
3
|
+
"Tools for text processing": "Tools for text processing",
|
|
4
|
+
"Concatenate": "Concatenate",
|
|
5
|
+
"Replace": "Replace",
|
|
6
|
+
"Split": "Split",
|
|
7
|
+
"Find": "Find",
|
|
8
|
+
"Markdown to HTML": "Markdown to HTML",
|
|
9
|
+
"HTML to Markdown": "HTML to Markdown",
|
|
10
|
+
"Remove HTML Tags": "Remove HTML Tags",
|
|
11
|
+
"Slugify": "Slugify",
|
|
12
|
+
"Use Default Value if Input is Empty": "Use Default Value if Input is Empty",
|
|
13
|
+
"Concatenate two or more texts": "Concatenate two or more texts",
|
|
14
|
+
"Replaces all instances of any word, character or phrase in text, with another.": "Replaces all instances of any word, character or phrase in text, with another.",
|
|
15
|
+
"Split a text by a delimiter": "Split a text by a delimiter",
|
|
16
|
+
"Find substring (Regex or Text).": "Find substring (Regex or Text).",
|
|
17
|
+
"Convert markdown to HTML": "Convert markdown to HTML",
|
|
18
|
+
"Convert HTML to Markdown": "Convert HTML to Markdown",
|
|
19
|
+
"Removes every HTML tag and returns plain text": "Removes every HTML tag and returns plain text",
|
|
20
|
+
"Slugifies strings.": "Slugifies strings.",
|
|
21
|
+
"Checks your input and returns the default value, if the input is an empty text or list": "Checks your input and returns the default value, if the input is an empty text or list",
|
|
22
|
+
"Texts": "Texts",
|
|
23
|
+
"Separator": "Separator",
|
|
24
|
+
"Text": "Text",
|
|
25
|
+
"Search Value": "Search Value",
|
|
26
|
+
"Replace Value": "Replace Value",
|
|
27
|
+
"Replace Only First Match": "Replace Only First Match",
|
|
28
|
+
"Delimiter": "Delimiter",
|
|
29
|
+
"text": "text",
|
|
30
|
+
"Expression": "Expression",
|
|
31
|
+
"Markdown Content": "Markdown Content",
|
|
32
|
+
"Flavor of Markdown": "Flavor of Markdown",
|
|
33
|
+
"Minimum Header Level": "Minimum Header Level",
|
|
34
|
+
"Support Tables": "Support Tables",
|
|
35
|
+
"No Header ID": "No Header ID",
|
|
36
|
+
"Simple Line Breaks": "Simple Line Breaks",
|
|
37
|
+
"Open Links in New Window": "Open Links in New Window",
|
|
38
|
+
"HTML Content": "HTML Content",
|
|
39
|
+
"HTML content": "HTML content",
|
|
40
|
+
"Enter value": "Enter value",
|
|
41
|
+
"Default Value": "Default Value",
|
|
42
|
+
"The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
|
|
43
|
+
"Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
|
|
44
|
+
"Leave empty to delete found results.": "Leave empty to delete found results.",
|
|
45
|
+
"Only replaces the first instance of the search value.": "Only replaces the first instance of the search value.",
|
|
46
|
+
"Regex or text to search for.": "Regex or text to search for.",
|
|
47
|
+
"The markdown to convert to HTML": "The markdown to convert to HTML",
|
|
48
|
+
"The flavor of markdown use during conversion": "The flavor of markdown use during conversion",
|
|
49
|
+
"The minimum header level to use during conversion": "The minimum header level to use during conversion",
|
|
50
|
+
"Whether to support tables during conversion": "Whether to support tables during conversion",
|
|
51
|
+
"Whether to add an ID to headers during conversion": "Whether to add an ID to headers during conversion",
|
|
52
|
+
"Parses line breaks as <br>, without needing 2 spaces at the end of the line": "Parses line breaks as <br>, without needing 2 spaces at the end of the line",
|
|
53
|
+
"The HTML to convert to markdown": "The HTML to convert to markdown",
|
|
54
|
+
"Default": "Default",
|
|
55
|
+
"Original": "Original",
|
|
56
56
|
"GitHub": "GitHub"
|
|
57
57
|
}
|