Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Var and Field Expressions #583

Closed
Awilum opened this issue Sep 2, 2022 · 0 comments
Closed

Improve Var and Field Expressions #583

Awilum opened this issue Sep 2, 2022 · 0 comments

Comments

@Awilum
Copy link
Member

Awilum commented Sep 2, 2022

Add ability to get, set, unset and delete entries variables and fields.

Usage:

# set
[[ set('foo', 'Foo') ]]

# get
[[ var('foo') ]]
[[ get('foo') ]] 
[[ foo ]]

# unset
[[ unset('foo') ]]

# delete
[[ delete('foo') ]] 

This new functionality will extend current var and field expression functions.

demo: https://twitter.com/_awilum/status/1565730094919958529

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant