Skip to content

Releases: isaaclyman/novel-word-count-obsidian

3.4.0

12 Feb 20:40

Choose a tag to compare

  • Rewrite the word/character counter to accurately count notes in any language, including mixed-language notes. Existing word counts may be slightly altered. Fixes #71.
  • Removed the "Word Count Method" setting, since it's no longer needed.
  • Benchmark the Obsidian word counter, the old word counter, and the new word counter to make sure performance is sufficient on large notes and vaults.

Related: #79.

3.3.4

07 Feb 20:32

Choose a tag to compare

  • Turn off SASS sourcemaps to avoid console error on startup. Fixes #77.

3.3.3

01 Feb 18:27

Choose a tag to compare

  • Fix bugs in the new "Include file/folder names" setting.

3.3.1

01 Feb 18:12

Choose a tag to compare

  • Add an "Include file/folder paths" setting under Advanced Settings. This can be used to only count folders and notes containing specific terms; see the README. Fixes #75.

3.2.0

31 Jan 21:03

Choose a tag to compare

  • Use YYYY/MM/DD format for dates, making them unambiguous in every locale. Fixes #70.

3.1.0

31 Jan 20:48

Choose a tag to compare

  • Add an option under "Advanced Settings" to ignore code blocks in all counts. Fixes #74, #76.

3.0.1

30 Dec 21:35

Choose a tag to compare

  • Improve handling of date and number formatting for the user's locale.

Related to #70, #65.

3.0.0

28 Nov 19:30

Choose a tag to compare

  • Implement custom formatting options in the Settings screen. Now you can choose the suffix for most data types as well as the data type separator. To use this feature, enable the "Use advanced formatting" toggle at the top of the Settings.
  • Notes and Folders now have their own alignment and abbreviation options.

Fixes #65, #27, #23.

This was a big feature to implement and makes the plugin more difficult to maintain. If you find it useful, please consider leaving me a tip.

2.25.2

15 Nov 16:08

Choose a tag to compare

  • Fix bug caused by a race condition when counting large notes.

Fixes #66.

2.25.1

09 Oct 18:30

Choose a tag to compare

  • Fix SI abbreviations for File Size count type.

Fixes #63.