Skip to content

Releases: isaaclyman/novel-word-count-obsidian

3.11.1

02 Sep 19:16

Choose a tag to compare

  • Fix a bug that shows "undefined" in the file tree when using the Frontmatter Key data type with advanced formatting.

3.11.0

02 Sep 15:04

Choose a tag to compare

  • 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.

Fixes #94. Thanks to @hanaTsuk1 for the PR.

3.10.2

09 Jun 17:44

Choose a tag to compare

  • Fix styling of vault count on mobile.

3.10.1

09 Jun 17:10

Choose a tag to compare

  • Fix styling on vault count, which sometimes showed up on the same line as header buttons.

3.10.0

09 Jun 17:02

Choose a tag to compare

  • 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.

Fixes #87.

3.9.0

18 Mar 21:07

Choose a tag to compare

  • Add a setting to exclude footnotes from word, character, and page counts. Thanks to @PaulieGlover for the PR.

3.8.1

26 Feb 16:54

Choose a tag to compare

  • 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.

3.8.0

14 Feb 22:39

Choose a tag to compare

  • Update the "Include file/folder names" setting to allow file and folder exclusions by using the ! prefix on any term. Fixes #81.

3.7.0

13 Feb 16:42

Choose a tag to compare

  • Parse and count text nodes in Obsidian Canvas. Fixes #80.
  • Add a donation button to the Settings page. If you want to support continued maintenance and development of this plugin, leave me a tip on Ko-fi.

3.5.0

12 Feb 21:19

Choose a tag to compare

  • Add an option to exclude non-visible portions of links from all counts. Fixes #78.