Sublime text word count
Author: W | 2025-04-25
Count words in Sublime Text with ease. Use the Sublime Text word count plugin to quickly and accurately get the word count of your document, selection, or line. Real-time Word, Char, Line and Page counter, in the status-bar for the document, line or selection. Sublime Text - sublime-word-count/readme.md at main fnando/sublime-word-count
How to count the words in sublime text?
DescriptionProvides a real-time Word Count and character count in the status-bar forSublime Text. See: words and/or characters on document or in selections. By default,whitespace is not included in the character count.The minimal word length is 1 and does not count digits.An estimated reading time is now appended to the end of the word count.InstallationSetup Package Control RepositoryFollow the instructions from the command pallete, run “Package Control: Install Package“, then searchfor “WordCount“.Git CloneClone this repository into the Sublime Text “Packages” directory, which islocated where ever the “Preferences” -> “Browse Packages” option in sublimetakes you.PreferencesLocated under Sublime Text>Preferences>Package Settings>Settings — User(You probably need to copy the default settings from the uneditable SublimeText>Preferences>Package Settings>Settings — Default)enable_live_count : Default is true. Allows to control if the live wordcounter is enabled. Otherwise will be enabled for selections only.enable_readtime : Default is false. Allows you to control if the estimatedreading time is enabled. Reading time is only displayed when there is a time >1s.readtime_wpm : Default is 200. Sets the WPM to calculate the EstimatedReading Time for the file.allowed_syntaxes : Default is []. An array of syntax names that WordCountshould run on. Example: ["Plain text", "Markdown"]. If the array is empty,like it is by default, WordCount will run on any syntax.rejected_syntaxes : Default is["CSS", "SQL", "JavaScript", "Python", "PHP", "JSON"]. An array of syntaxnames that WordCount should not run on. If the array is empty, WordCount willrun on any syntax.char_ignore_whitespace : Default is true. Whether to skip whitespace forthe character count.enable_line_word_count : Default is false. Display the count of wordsfound on current line.enable_line_char_count : Default is false. Display the count of charactersfound on current line.enable_count_lines : Default is false. Display the number of lines infile.enable_count_chars : Default is false. Display the number of characters infile.enable_count_pages : Default is true. Display the number of pages in file.page_count_mode_count_words : Default is true. Sets the page count mode towords per page.words_per_page : Default is 300. Sets the number of words per page used tocalculate number of pages.word_regexp : Word Regular expression. Defaults empty, an internal regularexpression is used. If the portion of text matches this RegExp then the wordis counted.word_split Count words in Sublime Text with ease. Use the Sublime Text word count plugin to quickly and accurately get the word count of your document, selection, or line. Real-time Word, Char, Line and Page counter, in the status-bar for the document, line or selection. Sublime Text - sublime-word-count/readme.md at main fnando/sublime-word-count Skip to content Navigation Menu GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore Learning Pathways Events & Webinars Ebooks & Whitepapers Customer Stories Partners Executive Insights GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Enterprise platform AI-powered developer platform Pricing Provide feedback Saved searches Use saved searches to filter your results more quickly //voltron/issues_fragments/issue_layout;ref_cta:Sign up;ref_loc:header logged out"}"> Sign up Notifications You must be signed in to change notification settings Fork 41 Star 829 DescriptionDescriptionSo since Sublime Text 4, there is an issue where when using subl.exe to edit git message on Windows. When doing several edits, the console is "refocus" every 2 edits.Steps to reproduceStart Sublime Text in safe mode This doesn't seem to work when using subl.exe as a text git text editor.Set subl.exe as the git text editor. git config --global core.editor "'C:\Path\subl.exe' -w"Create a git repository with at least 4 commits. (It make it very easy to see the problem)Do an interactive rebase git rebase HEAD~4 -i.Change all the commits to "reword". Sufficient to change the word "pick" by "r".Close the file to begin the rebase.On every commit Sublime Text should offer you to edit the message. Just "ctrl+w" or close the tab.You should see that every 2 tab closes, you go back to the console.Expected behaviorWith Sublime Text 3, closing the tab always brought you back to the console which I believe is the expected behavior.Actual behaviorYou're now brought back to the console every two tab closes.EnvironmentBuild: 4121 (although the bug seems to be there for all version of Sublime Text 4)Operating system and version: Windows 10Comments
DescriptionProvides a real-time Word Count and character count in the status-bar forSublime Text. See: words and/or characters on document or in selections. By default,whitespace is not included in the character count.The minimal word length is 1 and does not count digits.An estimated reading time is now appended to the end of the word count.InstallationSetup Package Control RepositoryFollow the instructions from the command pallete, run “Package Control: Install Package“, then searchfor “WordCount“.Git CloneClone this repository into the Sublime Text “Packages” directory, which islocated where ever the “Preferences” -> “Browse Packages” option in sublimetakes you.PreferencesLocated under Sublime Text>Preferences>Package Settings>Settings — User(You probably need to copy the default settings from the uneditable SublimeText>Preferences>Package Settings>Settings — Default)enable_live_count : Default is true. Allows to control if the live wordcounter is enabled. Otherwise will be enabled for selections only.enable_readtime : Default is false. Allows you to control if the estimatedreading time is enabled. Reading time is only displayed when there is a time >1s.readtime_wpm : Default is 200. Sets the WPM to calculate the EstimatedReading Time for the file.allowed_syntaxes : Default is []. An array of syntax names that WordCountshould run on. Example: ["Plain text", "Markdown"]. If the array is empty,like it is by default, WordCount will run on any syntax.rejected_syntaxes : Default is["CSS", "SQL", "JavaScript", "Python", "PHP", "JSON"]. An array of syntaxnames that WordCount should not run on. If the array is empty, WordCount willrun on any syntax.char_ignore_whitespace : Default is true. Whether to skip whitespace forthe character count.enable_line_word_count : Default is false. Display the count of wordsfound on current line.enable_line_char_count : Default is false. Display the count of charactersfound on current line.enable_count_lines : Default is false. Display the number of lines infile.enable_count_chars : Default is false. Display the number of characters infile.enable_count_pages : Default is true. Display the number of pages in file.page_count_mode_count_words : Default is true. Sets the page count mode towords per page.words_per_page : Default is 300. Sets the number of words per page used tocalculate number of pages.word_regexp : Word Regular expression. Defaults empty, an internal regularexpression is used. If the portion of text matches this RegExp then the wordis counted.word_split
2025-04-22Skip to content Navigation Menu GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore Learning Pathways Events & Webinars Ebooks & Whitepapers Customer Stories Partners Executive Insights GitHub Sponsors Fund open source developers The ReadME Project GitHub community articles Enterprise platform AI-powered developer platform Pricing Provide feedback Saved searches Use saved searches to filter your results more quickly //voltron/issues_fragments/issue_layout;ref_cta:Sign up;ref_loc:header logged out"}"> Sign up Notifications You must be signed in to change notification settings Fork 41 Star 829 DescriptionDescriptionSo since Sublime Text 4, there is an issue where when using subl.exe to edit git message on Windows. When doing several edits, the console is "refocus" every 2 edits.Steps to reproduceStart Sublime Text in safe mode This doesn't seem to work when using subl.exe as a text git text editor.Set subl.exe as the git text editor. git config --global core.editor "'C:\Path\subl.exe' -w"Create a git repository with at least 4 commits. (It make it very easy to see the problem)Do an interactive rebase git rebase HEAD~4 -i.Change all the commits to "reword". Sufficient to change the word "pick" by "r".Close the file to begin the rebase.On every commit Sublime Text should offer you to edit the message. Just "ctrl+w" or close the tab.You should see that every 2 tab closes, you go back to the console.Expected behaviorWith Sublime Text 3, closing the tab always brought you back to the console which I believe is the expected behavior.Actual behaviorYou're now brought back to the console every two tab closes.EnvironmentBuild: 4121 (although the bug seems to be there for all version of Sublime Text 4)Operating system and version: Windows 10
2025-04-05Sublime Text 3Sublime Text is a full text editor which is especially attractive to programmers. Among the long list of possibilities that we find, we have the possibility of selecting different sections of a text that can then be processed simultaneously, syntax highlighting with support for more than forty languages and the macro capacity.Sublime Text is available for Windows, Linux and OS X. After a long series of beta versions finally, final version 3.0 was released.Compared to the latest beta version, this new version 3.0 brings an updated UI theme, new color schemes and a new icon. Some of the other highlights are the big syntax highlighting improvements, Touch input support on Windows, Touch Bar support on macOS and apt, yum, pacman repositories for Linux.Sublime Text 3 FeaturesThe following is a list of many of the new features, enhancements, and bug fixes that were added between Sublime Text 2.0 and Sublime Text 3.0.Among the great changes that have been integrated into the application in which they made a lot of effort was, in improve application performance without neglecting its potential.Es is significantly faster than Sublime Text 2, since it now runs faster, opens files faster, scrolls faster, spell check works better, auto indent does the right thing more often, word wrap handles source code better, and Goto Anything is smarter. SublimeText UbuntuIn eThis new version integrates Goto Definition which is a new syntax highlighting engine, a new user interface and an expanded API.Without neglecting the improvements that were received for Linux:Greater responsiveness when the system is under high CPU loadElimination of unwanted animations during startupImproved console scrolling performance on high resolution displaysImproved handling of files with extremely long linesRendering performance for some systems with Nvidia graphicsAnother point that we cannot ignore and of great importance is that, in this new version, they rewrote the syntax of the different programming languages that the application supports, among which we can highlight: ASPID, DO #, CSS, Java, JavaScript, C ++ , PHP, Ruby, XML and more.Endless changes that Sublime Text has received, if you want to know more about them I leave you the link where they let us know all of them, you can access from here.Install Sublime Text 3 on Ubuntu 17.04Although this editor is available to download for free y has an unlimited "evaluation" period you will need to purchase a license if you plan to use it full time.
2025-03-26