face-hh / fextify

A simple text editor written in Rust using Tauri, inspired by Obsidian.
Apache License 2.0
197 stars 14 forks source link

Word Count Issue #7

Closed MadeToCodeYT closed 10 months ago

MadeToCodeYT commented 10 months ago

When I enter some text like: This is some text

The word count says 4 words which is correct. This works but if I enter this text: This most likely won't work

The word count says 6 words which isn't correct! It should say 5 words. I recommend making it count words based on spaces, not special characters.