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

Regression (Obsidian 1.4.0): Frontmatter is again included in word/page count #44

Closed isaaclyman closed 11 months ago

isaaclyman commented 11 months ago

Description

Due to a breaking change in Obsidian 1.4, the start and end position of frontmatter is no longer exposed through the Metadata API (see https://github.com/obsidianmd/obsidian-api/issues/122.) This crashed the plugin because a non-nullable field became nonexistent. I've published an update to avoid crashing in Insiders builds, but until I find another way to exclude frontmatter, it will be included in word, page, and character counts.

Device

All platforms.

isaaclyman commented 11 months ago

Related: #43.