- Add Activepieces fork with SmoothSchedule custom piece - Create integrations app with Activepieces service layer - Add embed token endpoint for iframe integration - Create Automations page with embedded workflow builder - Add sidebar visibility fix for embed mode - Add list inactive customers endpoint to Public API - Include SmoothSchedule triggers: event created/updated/cancelled - Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
57 lines
3.2 KiB
JSON
57 lines
3.2 KiB
JSON
{
|
|
"Text Helper": "Text Helper",
|
|
"Tools for text processing": "Tools for text processing",
|
|
"Concatenate": "Concatenate",
|
|
"Replace": "Replace",
|
|
"Split": "Split",
|
|
"Find": "Find",
|
|
"Markdown to HTML": "Markdown to HTML",
|
|
"HTML to Markdown": "HTML to Markdown",
|
|
"Remove HTML Tags": "Remove HTML Tags",
|
|
"Slugify": "Slugify",
|
|
"Use Default Value if Input is Empty": "Use Default Value if Input is Empty",
|
|
"Concatenate two or more texts": "Concatenate two or more texts",
|
|
"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.",
|
|
"Split a text by a delimiter": "Split a text by a delimiter",
|
|
"Find substring (Regex or Text).": "Find substring (Regex or Text).",
|
|
"Convert markdown to HTML": "Convert markdown to HTML",
|
|
"Convert HTML to Markdown": "Convert HTML to Markdown",
|
|
"Removes every HTML tag and returns plain text": "Removes every HTML tag and returns plain text",
|
|
"Slugifies strings.": "Slugifies strings.",
|
|
"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",
|
|
"Texts": "Texts",
|
|
"Separator": "Separator",
|
|
"Text": "Text",
|
|
"Search Value": "Search Value",
|
|
"Replace Value": "Replace Value",
|
|
"Replace Only First Match": "Replace Only First Match",
|
|
"Delimiter": "Delimiter",
|
|
"text": "text",
|
|
"Expression": "Expression",
|
|
"Markdown Content": "Markdown Content",
|
|
"Flavor of Markdown": "Flavor of Markdown",
|
|
"Minimum Header Level": "Minimum Header Level",
|
|
"Support Tables": "Support Tables",
|
|
"No Header ID": "No Header ID",
|
|
"Simple Line Breaks": "Simple Line Breaks",
|
|
"Open Links in New Window": "Open Links in New Window",
|
|
"HTML Content": "HTML Content",
|
|
"HTML content": "HTML content",
|
|
"Enter value": "Enter value",
|
|
"Default Value": "Default Value",
|
|
"The text that separates the texts you want to concatenate": "The text that separates the texts you want to concatenate",
|
|
"Can be plain text or a regex expression.": "Can be plain text or a regex expression.",
|
|
"Leave empty to delete found results.": "Leave empty to delete found results.",
|
|
"Only replaces the first instance of the search value.": "Only replaces the first instance of the search value.",
|
|
"Regex or text to search for.": "Regex or text to search for.",
|
|
"The markdown to convert to HTML": "The markdown to convert to HTML",
|
|
"The flavor of markdown use during conversion": "The flavor of markdown use during conversion",
|
|
"The minimum header level to use during conversion": "The minimum header level to use during conversion",
|
|
"Whether to support tables during conversion": "Whether to support tables during conversion",
|
|
"Whether to add an ID to headers during conversion": "Whether to add an ID to headers during conversion",
|
|
"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",
|
|
"The HTML to convert to markdown": "The HTML to convert to markdown",
|
|
"Default": "Default",
|
|
"Original": "Original",
|
|
"GitHub": "GitHub"
|
|
} |