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

make yaml front matter compatible with other markdown based systems #126

Closed
aisbergde opened this issue Jun 21, 2020 · 3 comments
Closed

Comments

@aisbergde
Copy link

the issue with the yaml front matter is the extra "note:", but I could imagine an option to avoid this "note:" to make it compatible to some other systems storing their metadata in yaml.

Without this "note:" it would be nearly perfect. Al least for some common metadata like tags, createdAt, modifiedAt

---
note:
    createdAt: 2020-03-28T07:52:59.238Z
    modifiedAt: 2020-03-28T08:37:27.812Z
    tags: [tutorial]
    id: ""
---
@shd101wyy
Copy link
Contributor

Hi @aisbergde , the front matter is now changed to

created: 2020-03-28T07:52:59.238Z
modified: 2020-03-28T08:37:27.812Z
tags: [tutorial]

note: is removed now.

Thanks

@aisbergde
Copy link
Author

I try to check, but I can't manually pull changes. I will create a new issue.

@huyz
Copy link

huyz commented Jul 15, 2022

updated is more typical than modified

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

3 participants