docs(formatter): Add numbers and date-time actions
This commit is contained in:
@@ -3,6 +3,10 @@ favicon: /favicons/formatter.svg
|
|||||||
items:
|
items:
|
||||||
- name: Text
|
- name: Text
|
||||||
desc: Transform text data to capitalize, extract emails, apply default value, and much more.
|
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>
|
<script setup>
|
||||||
|
@@ -7,5 +7,20 @@ Formatter is a built-in app shipped with Automatisch, and it doesn't need to tal
|
|||||||
- Capitalize
|
- Capitalize
|
||||||
- Convert HTML to Markdown
|
- Convert HTML to Markdown
|
||||||
- Convert Markdown to HTML
|
- Convert Markdown to HTML
|
||||||
- Use Default Value
|
|
||||||
- Extract Email Address
|
- 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
|
||||||
|
Reference in New Issue
Block a user