A plugin to maintain a change log of recently edited files in your Obsidian vault. Updates can be triggered manually or automatically.
Important: The change log note will be entirely overwritten at each update. Use a dedicated change log note and embed it in other notes if needed.
Note: This is a continuation of the original work by Badr Bouslikhin from 2020 to 2024. In January, Badr entrusted the project to Mark Ayers by transferring the code repository. On behalf of the Obsidian community, I want to express our gratitude to Badr for this valuable contribution.
- Open settings.
- Navigate to "Community plugins".
- Select "Browse".
- Search for "Changelog."
- Install and enable.
link: https://obsidian.md/plugins?id=obsidian-vault-changelog#
Use the command palette command Vault Changelog: Update
to update the
change log manually.
- 2024-01-28T1430 · [[Note Title]]
- 2024-01-28T1425 · [[Another Note]]
- Auto Update: Toggle automatic changelog updates (default:
false
) - Changelog Path: Location of changelog file (default:
Changelog.md
) - Datetime Format: Moment.js format string (default:
YYYY-MM-DD[T]HHmm
) - Max Recent Files: Number of files to track (default:
25
)
- placeholder
- The initial release by Badr Bouslikhin
We are all human beings, being human. Treat each other with respect and decorum. Assume good intentions. Practice a "Yes, and" worldview.
- Open (or contribute to) a Discussion on GitHub
- Open (or contribute to) an Issue on GitHub
- Open (or contribute to) a Pull Request on GitHub
- Discuss the plugin in the Forum
- Discuss the plugin on Discord
- Clone this repository
gh repo clone philoserf/obsidian-vault-changelog
. - Install dependencies with
npm install
. - Build the project with
npm run build
. - Add the
manifest.json
andmain.js
files to your plugins.