Merge pull request #1275 from automatisch/docs/formatter

docs(formatter): Add numbers and date-time actions
This commit is contained in:
Ömer Faruk Aydın
2023-09-11 10:05:44 +02:00
committed by GitHub
2 changed files with 20 additions and 1 deletions

View File

@@ -3,6 +3,10 @@ favicon: /favicons/formatter.svg
items:
- name: Text
desc: Transform text data to capitalize, extract emails, apply default value, and much more.
- name: Numbers
desc: Transform numbers to perform math operations, generate random numbers, format numbers, and much more.
- name: Date / Time
desc: Perform date and time related transformations on your data.
---
<script setup>

View File

@@ -7,5 +7,20 @@ Formatter is a built-in app shipped with Automatisch, and it doesn't need to tal
- Capitalize
- Convert HTML to Markdown
- Convert Markdown to HTML
- Use Default Value
- Extract Email Address
- Extract Number
- Lowercase
- Pluralize
- Replace
- Trim Whitespace
- Use Default Value
## Numbers
- Perform Math Operation
- Random Number
- Format Number
## Date / Time
- Format Date / Time