Help and Documentation
Liquid
Available filters
48min
- find: 'arg1', 'arg2'
- arg1. String
- arg2. String
JS
|
- get: 'arg'
- arg. String
JS
|
- smart_date: 'arg'
- arg. String
JS
|
- slice: '*arg'
- arg. String
- ... As many args as you need
JS
|
- flatten
JS
|
- to_values: 'key'
- key is optional
JS
|
- to_json
JS
|
- to_iso8601
JS
|
- distance_of_time_in_words: 'arg'
- arg. String (optional)
JS
|
- distance_of_time_in_words_to_now
JS
|
- in_time_zone: 'time_zone'
JS
|
See Timezones for available values
- to_table: 'table_type', 'title', 'time_zone', 'format'
- table_type is either events or action_items
- format can be ascii , markdown , html, atlassian_markdown
JS
|
Global replace
- regex_replace: 'regex', 'replacement'
- regexp a ruby regular expression
- replacement a ruby regular expression
JS
|
First match replace
- regex_replace_first: 'regex', 'replacement'
- regexp a ruby regular expression
- replacement a ruby regular expression
JS
|
Global match remove
- regex_remove: 'regex'
- regexp a ruby regular expression
JS
|
First match remove
- regex_remove_first: 'regex'
- regexp a ruby regular expression
JS
|
- dasherize
JS
|
- parameterize
- separator (default to '-')
JS
|
- camelize
JS
|
- titleize
JS
|
- singularize
JS
|
- pluralize
JS
|
- humanize
JS
|
Liquid built-in