Skip to content

Releases: isaaclyman/novel-word-count-obsidian

4.6.0

22 Aug 21:26

Choose a tag to compare

  • Fix an issue causing folder and note titles to right-align when they begin with text in an RTL language, such as Arabic. (Fixes #121)

Thanks to @Natifishman for the fix.

4.5.0

29 May 16:05

Choose a tag to compare

  • Add a slider to set the opacity of count labels in the File Explorer.

Fixes #117.

4.4.0

27 Apr 20:36

Choose a tag to compare

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

Fixes #114.

4.3.1

25 Apr 15:29

Choose a tag to compare

  • Allowlist LaTeX files (.tex) for counting. Counts may not be accurate.

Fixes #113.

4.3.0

03 Mar 18:42

Choose a tag to compare

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

Fixes #110.

4.2.0

06 Dec 17:10

Choose a tag to compare

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

4.0.0

24 Nov 21:10

Choose a tag to compare

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

Fixes #96, #102.

3.12.2

27 Oct 02:56

Choose a tag to compare

  • Remove leftover logging statement.

Fixes #98.

3.12.0

26 Oct 15:56

Choose a tag to compare

  • Allow count types to be set for the project root only, separate from folders and files.

Affects #96. Fixes #26.

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.