{"id":24637838,"url":"https://github.com/semanticdata/obsidian-word-counter","last_synced_at":"2025-03-20T09:25:25.505Z","repository":{"id":274088094,"uuid":"921864874","full_name":"semanticdata/obsidian-word-counter","owner":"semanticdata","description":"This plugin adds a word counter, character counter, how long to read and last time saved information to the status bar.","archived":false,"fork":false,"pushed_at":"2025-02-27T15:45:25.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T22:17:50.646Z","etag":null,"topics":["obsidian","obsidian-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/semanticdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-24T19:03:51.000Z","updated_at":"2025-02-27T15:44:35.000Z","dependencies_parsed_at":"2025-01-24T20:36:02.049Z","dependency_job_id":null,"html_url":"https://github.com/semanticdata/obsidian-word-counter","commit_stats":null,"previous_names":["semanticdata/obsidian-word-counter"],"tags_count":0,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Fobsidian-word-counter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Fobsidian-word-counter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Fobsidian-word-counter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanticdata%2Fobsidian-word-counter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semanticdata","download_url":"https://codeload.github.com/semanticdata/obsidian-word-counter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244584304,"owners_count":20476520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obsidian","obsidian-plugin"],"created_at":"2025-01-25T10:12:04.382Z","updated_at":"2025-03-20T09:25:25.500Z","avatar_url":"https://github.com/semanticdata.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StatBar for Obsidian\n\nStatBar is an Obsidian plugin that adds a word and character counter to the status bar in Obsidian. It updates automatically as you type and intelligently ignores Markdown syntax when counting words, providing a seamless writing experience.\n\n| Description |                         Screenshots |\n| ----------- | ----------------------------------: |\n| Default     | ![screenshot-1](./screenshot-1.png) |\n| Last Saved  | ![screenshot-3](./screenshot-3.png) |\n| Custom      | ![screenshot-2](./screenshot-2.png) |\n\n## ✨ Features\n\n-   Displays a live word count in the status bar\n-   Shows character count alongside word count, including an option to display character count without spaces\n-   Automatically updates as you type, ensuring you always have the latest counts\n-   Ignores Markdown syntax when counting words, providing accurate results for your content\n-   Customizable labels allowing you to personalize your status bar\n-   Toggleable components, giving you control over what information is shown:\n    -   Word count\n    -   Character count\n    -   Estimated read time\n    -   Last saved time\n\n## 📦 Installation (_NOT AVAILABLE IN THE COMMUNITY PLUGINS YET!_)\n\n1. Open Obsidian Settings\n2. Navigate to Community Plugins (_NOT AVAILABLE YET!_) and disable Safe Mode\n3. Click Browse and search for \"Status Bar Word Counter\"\n4. Install the plugin\n5. Enable the plugin in your Community Plugins list\n\n### 🏗️ Building\n\n1. Clone this repository\n2. Run `npm install`\n3. Run `npm run dev` to start compilation in watch mode\n4. Run `npm run build` to build the plugin\n5. Run `npm run lint` to check for linting errors\n\n### 📁 Manual Installation\n\n1. Create a new folder `statbar` in your vault's `.obsidian/plugins` folder\n2. Copy `main.js`, `settings.ts`, `manifest.json`, and `styles.css` to the new folder\n3. Reload Obsidian to load the plugin\n\n## Releasing new releases\n\n-   Update your `manifest.json` with your new version number, such as `1.0.1`, and the minimum Obsidian version required for your latest release.\n-   Update your `versions.json` file with `\"new-plugin-version\": \"minimum-obsidian-version\"` so older versions of Obsidian can download an older version of your plugin that's compatible.\n-   Create new GitHub release using your new version number as the \"Tag version\". Use the exact version number, don't include a prefix `v`. See here for an example: https://github.com/obsidianmd/obsidian-sample-plugin/releases\n-   Upload the files `manifest.json`, `main.js`, `styles.css` as binary attachments. Note: The manifest.json file must be in two places, first the root path of your repository and also in the release.\n-   Publish the release.\n\n\u003e You can simplify the version bump process by running `npm version patch`, `npm version minor` or `npm version major` after updating `minAppVersion` manually in `manifest.json`.\n\u003e The command will bump version in `manifest.json` and `package.json`, and add the entry for the new version to `versions.json`\n\n## Adding your plugin to the community plugin list\n\n-   Check the [plugin guidelines](https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines).\n-   Publish an initial version.\n-   Make sure you have a `README.md` file in the root of your repo.\n-   Make a pull request at https://github.com/obsidianmd/obsidian-releases to add your plugin.\n\n## API Documentation\n\nSee https://github.com/obsidianmd/obsidian-api\n\n## 📜 License\n\nThe code in this repository is available under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticdata%2Fobsidian-word-counter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemanticdata%2Fobsidian-word-counter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanticdata%2Fobsidian-word-counter/lists"}