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

til add and note entry metadata #15

Merged
merged 8 commits into from
Aug 17, 2024
Merged

til add and note entry metadata #15

merged 8 commits into from
Aug 17, 2024

Conversation

schneedotdev
Copy link
Owner

Changes

  • Replaced that command with add
  • Removed --message flag
  • Added optional --tags flag that accepts command-separated values (no spaces) to be added to the metadata of a note entry
  • Generate metadata when a new entry is created using generate_meta
  • update_meta is used when new tags are passed to the program. They are appending to the tags section of a note's metadata:
---
title: "example"
tags: ["tag1", "tag2"]
---
  • Update README.md with command information
  • Add detailed comments to new functions with function usage.

@schneedotdev schneedotdev merged commit 6d04a18 into main Aug 17, 2024
1 check passed
@schneedotdev schneedotdev deleted the brian/command-add branch August 17, 2024 22:47
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

Successfully merging this pull request may close these issues.

1 participant