Skip to content
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

Sentence count and word count per sentence #85

Open
alexlawrence opened this issue Mar 23, 2017 · 1 comment
Open

Sentence count and word count per sentence #85

alexlawrence opened this issue Mar 23, 2017 · 1 comment

Comments

@alexlawrence
Copy link

I am using this plugin mostly to see how many words are in a paragraph (by selecting). However, I also need the count of sentences in the selection and the count of words in each sentence. The second number I could get by selecting a single sentence but that is rather a tedious thing to do for a whole paragraph.

Would it be possible to add this feature to this plugin or is it out of its scope?

I´ve already written a simple npm task for this and as you can imagine the code for it is no rocket science.

@OleMchls
Copy link
Owner

@alexlawrence I'd love to see such a thing. So please go ahead, a few notes for the implementation:

  • only display it when option key is pressed, like shift or option / alt
  • document it
  • do not add a config option for it
  • do not add a dependency

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants