Currently the modified/created timestamp is fetched from the YAML metadata. However, it isn't always present and many users prefer to not store a YAML header.
GitJournal should fallback to extract this metadata from the git data.
This is going to require deeper integration with git, so I probably won't get to it until the dart_git has the required functionality. Going through libgit2 and the many layers of indirection is too frustrating
Please vote on this issue with a 👍reaction. It's one of the primary mechanisms used to prioritize issues.
Currently the modified/created timestamp is fetched from the YAML metadata. However, it isn't always present and many users prefer to not store a YAML header.
GitJournal should fallback to extract this metadata from the git data.
This is going to require deeper integration with git, so I probably won't get to it until the
dart_githas the required functionality. Going through libgit2 and the many layers of indirection is too frustrating