isaaclyman / novel-word-count-obsidian

Obsidian plugin. Displays a word count or other statistic for each file, folder and vault in the File Explorer pane.
https://obsidian.md/plugins?id=novel-word-count
MIT License
86 stars 8 forks source link

When editing a file larger than about 10k words the word count goes to 0 words until I recalculate. #66

Closed tyson-nw closed 1 year ago

tyson-nw commented 1 year ago

Description

I recalculate and it shows 13,722 words. As soon as I start typing it goes to 0 words.

Device

This is happening on a WIndows machine running Obsidian 1.4.16

Console Log

novel-word-count: [changed] metadataCache hook fired, recounting file Campaign/Queen's Hand.md
plugin:novel-word-count:43 novel-word-count: Setting display counts for 3 fileItems matching path Campaign/Queen's Hand.md
plugin:novel-word-count:58 novel-word-count|updateDisplayedCounts [Campaign/Queen's Hand.md]: 0.56298828125 ms
plugin:novel-word-count:43 novel-word-count: [changed] metadataCache hook fired, recounting file Campaign/Queen's Hand.md
plugin:novel-word-count:43 novel-word-count: Setting display counts for 3 fileItems matching path Campaign/Queen's Hand.md
plugin:novel-word-count:58 novel-word-count|updateDisplayedCounts [Campaign/Queen's Hand.md]: 0.5419921875 ms
plugin:novel-word-count:43 novel-word-count: [changed] metadataCache hook fired, recounting file Campaign/Queen's Hand.md
plugin:novel-word-count:43 novel-word-count: Setting display counts for 3 fileItems matching path Campaign/Queen's Hand.md
plugin:novel-word-count:58 novel-word-count|updateDisplayedCounts [Campaign/Queen's Hand.md]: 0.531005859375 ms
isaaclyman commented 1 year ago

Hi @tyson-nw, can you confirm you're on the latest version of the plugin (2.25.1)?

tyson-nw commented 1 year ago

Yep. The file is also in a subfolder. Here is the file I am having an issue with.

Queen's Hand.md

isaaclyman commented 1 year ago

Thanks for providing that, I was able to reproduce the issue on that file immediately.

Fixed in v2.25.2.