Skip to content

Releases: isaaclyman/novel-word-count-obsidian

4.3.0

03 Mar 18:42
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Remove leftover logging statement.

Fixes #98.

3.12.0

26 Oct 15:56
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix styling of vault count on mobile.

3.10.1

09 Jun 17:10
Compare
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
Compare
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.