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

Manipulate previous values #1

Open
adius opened this issue Nov 26, 2016 · 0 comments
Open

Manipulate previous values #1

adius opened this issue Nov 26, 2016 · 0 comments

Comments

@adius
Copy link

adius commented Nov 26, 2016

2015-11-07 16:08:07:
  title: Butter
  tags:
    - groceries
    - food
  object:
    test:
      name: John
      age: 34

# Add elements to array
2015-11-12 13:08:07:
  +tags:
    - &id001 test

# Remove elements from array
2015-11-12 13:34:07:
  -tags:
    - *id001

# Delete keys
2015-11-12 13:45:07:
  object:
    test:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant