-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown syntax counted as words #55
Comments
That is a interesting issue. I'm not sure if this is something which should be handled by this plugin, and if what would be user interface look like? Because technically 4 words and 17 chars is correct. Any thoughts are welcome! |
It might be worth using CSS selectors to only get the printable elements. Or maybe use I have a variation on OP's complaint: I wish the word count would exclude text in |
Idea: A regex (initially empty) to match characters / patterns to exclude from the count. Any implementations / PRs welcome |
Regexp applied to .md or .markdown files could work very well for this. |
@alexdevero - Is this still an issue in the current version? I believe the current version gives 4 words and 16 characters (spaces get included). |
Came up with the same result as @davidlday: |
I think #99 will address this. |
When using atom-wordcount in a markdown file the markdown syntax is counted as words.
ex.
# This is a Title
This shows a count of 5 words and 17 characters. It should show a count of 4 words and 15 characters.
The text was updated successfully, but these errors were encountered: