obsidian-vault-changelog icon indicating copy to clipboard operation
obsidian-vault-changelog copied to clipboard

[NEW] vs [MODIFIED] entries

Open liamcain opened this issue 3 years ago • 1 comments

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.

liamcain avatar Mar 01 '21 18:03 liamcain

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?

badrbouslikhin avatar Mar 10 '21 22:03 badrbouslikhin