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

Show file information in menu #7

Open
2 of 4 tasks
Greenheart opened this issue Oct 11, 2018 · 0 comments
Open
2 of 4 tasks

Show file information in menu #7

Greenheart opened this issue Oct 11, 2018 · 0 comments
Labels
feature A new feature

Comments

@Greenheart
Copy link
Owner

Greenheart commented Oct 11, 2018

  • - Last save date
  • - Number of words - const wordCount = text.trim().split(/\s+/).length
  • - Creation date (❓) - Will require breaking changes.
  • - Improve UI design for related features.

getWordCount (string) {
    return string.trim().split(/\s+/).length
}
@Greenheart Greenheart added the feature A new feature label Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

No branches or pull requests

1 participant