Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franciskafieh/obsidian-list-modified
🪨 The advanced and adaptive changelog for Obsidian. Links all modified files meeting certain criteria to a timed (daily, weekly, monthly) note.
https://github.com/franciskafieh/obsidian-list-modified
obsidian obsidian-md obsidian-plugin
Last synced: about 1 month ago
JSON representation
🪨 The advanced and adaptive changelog for Obsidian. Links all modified files meeting certain criteria to a timed (daily, weekly, monthly) note.
- Host: GitHub
- URL: https://github.com/franciskafieh/obsidian-list-modified
- Owner: franciskafieh
- Created: 2022-03-27T13:45:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T01:24:07.000Z (5 months ago)
- Last Synced: 2024-08-13T05:15:08.728Z (5 months ago)
- Topics: obsidian, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 1.95 MB
- Stars: 88
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - franciskafieh/obsidian-list-modified - 🪨 The advanced and adaptive changelog for Obsidian. Links all modified files meeting certain criteria to a timed (daily, weekly, monthly) note. (TypeScript)
README
# Obsidian List Modified
This plugin links all modified files meeting certain criteria to a daily/weekly/monthly note. This provides an accurate log/archive of files modified during specific time periods.
List Modified outputs logs as standard text rather than dynamic queries, ensuring their persistence. Similarly, OLM does not rely on the system's file modification times, as they can be inaccurate when files are moved or when using sync services.
**Here's a little example...**
With these settings:
![example settings for a plugin demo](.github/example-settings.png)
You can expect this!
![demo of plugin that shows working modification logic](.github/olm-demo.gif)
## Usage & Config
Please read [the wiki](https://github.com/franciskafieh/obsidian-list-modified/wiki).
## Contributing
Read [the CONTRIBUTING.md file](CONTRIBUTING.md) for build and dev instructions.
## Donations
If OLM has helped you in any way, and you would like to fund future development, feel free to support me on Ko-fi! All donations are appreciated :)
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/R6R7GBZLX)
## Similar Plugins
There are some purposes which are out of scope for this plugin. Here are some great plugins that may meet your needs.
- If you are looking for a separate changelog note: [Obsidian Vault Changelog](https://github.com/badrbouslikhin/obsidian-vault-changelog/tree/main)
- If you are looking for detailed change history (part-by-part) and analysis: [Obsidian Git](https://github.com/denolehov/obsidian-git)## Disclaimer
This plugin should not do any harm, but **you should always back up your notes just in case!** I am not responsible for any damage done as a result of this plugin.