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 new "Frontmatter Key" data type to the available counts. This lets you specify a key in your Properties to display verbatim. No formatting, suffix, or abbreviation is applied.
Update the plugin for the latest version of Obsidian, which moves the vault name to a dedicated footer. The vault count is now shown on the File Explorer pane underneath the header buttons.
Fix handling of empty links, e.g. [my link]() or [[]]. Previously, an empty link on the same line as a non-empty link could cause an incorrect word count. Now all links should be handled correctly. Fixes #82.