Benature / obsidian-list-modified

🪨 A simple obsidian plugin that links all modified files meeting certain criteria to a daily note

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 on certain days.

Example:

Using these settings...

plugin settings

This is the result...

plugin demo gif

Usage & Config

Please read the wiki.

Why not use Dataview?

  • As of now, queries cannot be "frozen" in time (to show as plaintext outside of Obsidian.)
    • This prevents you from easily transferring your logs if you were to ever switch apps
  • Queries rely on a file's created/modified property, which does not play well with sync (i.e. the date becomes whenever the file was last synced.)

Disclaimer

This plugin should not do any harm, but you should always back up just in case! I am not responsible for any damage!

Support

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

About

🪨 A simple obsidian plugin that links all modified files meeting certain criteria to a daily note

License:MIT License


Languages

Language:TypeScript 96.9%Language:JavaScript 3.1%