Zachatoo / obsidian-achievements

Add achievements to Obsidian to help guide the user to build good habits in Obsidian.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reindexing causing achievement count to double for previously processed notes

Zachatoo opened this issue · comments

Potential solutions:

  • Find some way to wait for indexing to be completed.
  • Reorder some of the initialization processes.
  • Hash table to verify if file has been processed already.