Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

White/black list per option? #21

Open
ghost opened this issue Sep 18, 2013 · 1 comment
Open

White/black list per option? #21

ghost opened this issue Sep 18, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 18, 2013

Does anyone use the word count feature on code? Would it be useful (to improve performance) to instead whitelist per option, for example something like...

{
    "enable_live_count": ["Markdown"],

    "enable_readtime": false // <-- none
    "readtime_wpm": 200,

    "enable_line_word_count": ["Markdown, Plain Text"],
    "enable_line_char_count": true, // <-- all

    "enable_count_chars": ["Markdown", "CSS"],
    "enable_count_lines": ["PHP", "CSS", "Python", "HTML"]
}
@titoBouzout
Copy link
Owner

WordCount is already very fast, non-blocking.. and there is some options to blacklist or whitelist sintaxes. I see your point, it would be welcome.

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

No branches or pull requests

1 participant