Hello, This is my first time opening an issue here, I am using the closed issue template.
Problem
In the ["In the Status Bar Active File" ]
Currently, the status bar of the open file displays the number of characters included, including all character types such as spaces, tabs, and line breaks.
Suggested Fix
Either:
- Remove or replace invalid characters manually before reading the file to count the number of characters.
- During reading, pass the currently read character through a function, validating if it is within the range of valid characters.
I apologize if this isn't the correct repository to open this issue, I clicked on one of the links provided in the Obsidian web documentation to contribute.
Hello, This is my first time opening an issue here, I am using the closed issue template.
Problem
In the ["In the Status Bar Active File" ]
Currently, the status bar of the open file displays the number of characters included, including all character types such as spaces, tabs, and line breaks.
Suggested Fix
Either:
I apologize if this isn't the correct repository to open this issue, I clicked on one of the links provided in the Obsidian web documentation to contribute.