You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This probably doesn't work with the automatic option but here's an idea for you:
Keep a timestamp of the last time the changelog was updated. Then only show files that were modified since that timestamp.
If ctime > last_updated, then you can identify the file as new.
If this doesn't quite fit with your vision of the plugin, let me know! My use case is really just for publishing a changelog of my Obsidian Publish vault, so I realize this might be a bit off track.
The text was updated successfully, but these errors were encountered:
I haven't used Obsidian Publish yet, my understanding of your use-case is: you want to maintain a changelog whenever you "push" a new version on Obsidian Publish with only the files changed since the last time the update. Is it correct?
Do you want to override the number of recent files in changelog setting?
Do you need to explicitly tag new vs modified entries?
This probably doesn't work with the automatic option but here's an idea for you:
Keep a timestamp of the last time the changelog was updated. Then only show files that were modified since that timestamp.
If ctime > last_updated, then you can identify the file as new.
If this doesn't quite fit with your vision of the plugin, let me know! My use case is really just for publishing a changelog of my Obsidian Publish vault, so I realize this might be a bit off track.
The text was updated successfully, but these errors were encountered: