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

File Size data type to use accurate unit symbols #63

Closed redactedscribe closed 1 year ago

redactedscribe commented 1 year ago

Description

Without abbreviations enabled a 10 kilobyte file is displayed as "10 KB" when it should be "10 kB" when using the SI definition.

With abbreviations enabled, arguably incorrectly displayed as "10kb" (i.e. kilobits).

Device

Windows

isaaclyman commented 1 year ago

Yeah, I figured I was butchering the SI units. A person would have to be pretty pedantic to think I was measuring file size in kilobits, but I'm all for accuracy. Stay tuned.

isaaclyman commented 1 year ago

Fixed in v2.25.1.

redactedscribe commented 1 year ago

Pedantic? I don't know who you're taking about.

Thanks!