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
85 stars 8 forks source link

[Bug report] Large files (not markdown) cause the plugin to crash #55

Closed RLGingerBiscuit closed 1 year ago

RLGingerBiscuit commented 1 year ago

Description

I came across an issue wherein the plugin was trying to read the contents of a large .7z file (which is obviously not in the extension whitelist), hitting a limit in V8 itself, and stopping the plugin.

This is fixed by #54, simply by only reading the contents after checking the extension.