Enveloppe / obsidian-enveloppe

Enveloppe helps you to publish your notes on a GitHub repository from your Obsidian Vault, for free!
https://enveloppe.github.io/
Apache License 2.0
642 stars 39 forks source link

[FR]: Automatically add the "created" key with the file.ctime and add the "updated" key with the file.mtime #364

Closed qwqw3qee closed 1 month ago

qwqw3qee commented 1 month ago

Issue validation

Is your feature related to a problem ?

When using cloud services to automatically deploy Quartz, the created time of notes will become the deployment time. Usually, it is necessary to manually add a field to frontmatter to mark the created time of notes (advanced, some blogs can also display article updated time by adding a field). Can the file's inherent properties be utilized to automatically create fields and add the file's creation and modification times when there are no relevant fields?

What solution do you want to see ?

The function may be simliar to https://github.com/Enveloppe/obsidian-enveloppe/issues/242.

Describe the alternative you've considered

No response

OS

Windows

Anything else?

No response

Plugin version

7.3.0

Obsidian version & debug log

Obsidian v1.6.7
Mara-Li commented 1 month ago

Out of the scope.