You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a "Line Break Count" option, which counts the number of lines (as in lines of Markdown code, not equivalent to the way you'd count lines on the page of a book).
Make the plugin update data.json less frequently to avoid excessive noise in sync tools like Obsidian Sync. The plugin now only updates data.json at the following times:
When the plugin loads.
When the plugin unloads.
When settings are changed.
When a file is created, deleted, or renamed.
Once every five minutes while files are being modified.
Update the name of the "Reanalyze" command in the command palette to indicate that it will also reset the session. (Fixes #105)
Add a new advanced setting to allow the user to set their preferred date format as a MomentJS format string. See the MomentJS documentation. (Fixes #100)
Add new count type "Track Session," which allows you to track your progress since the last time Obsidian started, the plugin initialized, the settings changed, or you clicked Reanalyze.
Fix scoping of CSS classes, which were bleeding over into other panes that happened to have a file tree.