feat: Implement initial version of formatter app
This commit is contained in:
12
packages/docs/pages/apps/formatter/actions.md
Normal file
12
packages/docs/pages/apps/formatter/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/formatter.svg
|
||||
items:
|
||||
- name: Text
|
||||
desc: Transform text data to capitalize, extract emails, apply default value, and much more.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
11
packages/docs/pages/apps/formatter/connection.md
Normal file
11
packages/docs/pages/apps/formatter/connection.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Formatter
|
||||
|
||||
Formatter is a built-in app shipped with Automatisch, and it doesn't need to talk with any other external service to run. So there are no additional steps to use the Formatter app. It can be used as an action, and you can use it to format the data from the previous steps. It can be used to format the data in the following ways.
|
||||
|
||||
## Text
|
||||
|
||||
- Capitalize
|
||||
- Convert HTML to Markdown
|
||||
- Convert Markdown to HTML
|
||||
- Use Default Value
|
||||
- Extract Email Address
|
Reference in New Issue
Block a user