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.
96 stars 7 forks source link

[Needs Community Input] Modifying to add tag adds it to the daily note #1

Closed franciskafieh closed 2 years ago

franciskafieh commented 2 years ago

Possible solutions: add a delay before checking criteria and adding to list? Wait until criteria is present

Currently using metadatacache, which takes a few seconds to work. What if we were to read the file directly?

OR

We can update the list (removing/editing) existing items

This is a bit of a hassle, and it might use a lot more resources.

franciskafieh commented 2 years ago

image this could help

franciskafieh commented 2 years ago

Changing to cache changed event solves the majority of this issue. fully solving would require too much effort and resources... doesn't seem to be a problem for most people, anyway. closing for now

franciskafieh commented 2 years ago

nevermind, the issue is still sort of annoying....

franciskafieh commented 2 years ago

Possible solution: if file has been created within a few seconds, don't link it just yet...

this would tie in nicely with #18, because you could instead list it under created files..

not sure if this is a big issue, though, since most people who have tags they want to ignore (e.g. timed notes) have templates that insert those tags

franciskafieh commented 2 years ago

not sure if this is a big issue, though, since most people who have tags they want to ignore (e.g. timed notes) have templates that insert those tags

Would love to know if anyone needs this fixed!