beaussan / update-time-on-edit-obsidian

MIT License
165 stars 15 forks source link

Feature request: Disable "updated" field #39

Open klieret opened 1 year ago

klieret commented 1 year ago

Feature Request: Make the updated field optional

Motivation: I am only interested in the created field, and while I wouldn't normally mind having the additional field in the metadata, #38 produces noise in my git commits, which I don't like.

The created field is already optional, so I think it would be great to add the same feature for the updated field.

rchaklashiya commented 8 months ago

I would like this feature too, especially as I'm finding that while the created time doesn't pose issues, the updated time poses issues (i.e. messing up frontmatter by adding extra '---''s) when trying to also use the Banners plugin + python for automating certain things.