{"id":13340405,"url":"https://github.com/robole/vscode-marky-stats","last_synced_at":"2025-05-06T17:34:49.796Z","repository":{"id":46860292,"uuid":"288225091","full_name":"robole/vscode-marky-stats","owner":"robole","description":"Configurable statistics of your markdown document on your status bar.","archived":false,"fork":false,"pushed_at":"2023-04-20T09:37:31.000Z","size":981,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T15:11:37.936Z","etag":null,"topics":["markdown","reading-time","visual-studio-code","visual-studio-code-extension","vscode","vscode-extension","wordcount"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=robole.marky-stats","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robole.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":"funding.yml","license":"LICENSE.md","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},"funding":{"ko_fi":"roboleary"}},"created_at":"2020-08-17T16:03:55.000Z","updated_at":"2025-03-23T17:39:53.000Z","dependencies_parsed_at":"2024-10-24T00:12:52.822Z","dependency_job_id":"04107421-90b5-43b6-b618-6185402928db","html_url":"https://github.com/robole/vscode-marky-stats","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robole%2Fvscode-marky-stats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robole%2Fvscode-marky-stats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robole%2Fvscode-marky-stats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robole%2Fvscode-marky-stats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robole","download_url":"https://codeload.github.com/robole/vscode-marky-stats/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252734447,"owners_count":21796017,"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":["markdown","reading-time","visual-studio-code","visual-studio-code-extension","vscode","vscode-extension","wordcount"],"created_at":"2024-07-29T19:22:32.918Z","updated_at":"2025-05-06T17:34:49.515Z","avatar_url":"https://github.com/robole.png","language":"JavaScript","funding_links":["https://ko-fi.com/roboleary"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n    \u003cimg align=\"center\" src=\"img/logo.png\" width=\"200\"\u003e\n  \u003cbr\u003e\n\t\u003cbr\u003e\n  Marky Stats\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eConfigurable statistics about your markdown document on your status bar\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/static/v1?logo=visual-studio-code\u0026label=made%20for\u0026message=VS%20Code\u0026color=0000ff\" alt=\"Made for VSCode\"\u003e\n\u003cimg src=\"https://img.shields.io/visual-studio-marketplace/v/robole.marky-stats?logo=visual-studio-code\u0026color=ffa500\" alt=\"Visual Studio Marketplace Version\"\u003e\n\u003cimg src=\"https://img.shields.io/static/v1?logo=visual-studio-code\u0026label=size\u0026message=19KB\u0026color=008000\"\nalt=\"Extension file size in bytes\"\u003e\n\u003cimg src=\"https://img.shields.io/visual-studio-marketplace/r/robole.marky-stats?logo=visual-studio-code\u0026color=yellow\" alt=\"Visual Studio Marketplace Rating\"\u003e\n\u003cimg src=\"https://img.shields.io/visual-studio-marketplace/d/robole.marky-stats?logo=visual-studio-code\u0026color=blue\" alt=\"downloads\"/\u003e\n\u003cimg src=\"https://img.shields.io/visual-studio-marketplace/i/robole.marky-stats?logo=visual-studio-code\u0026color=blue\" alt=\"installs\"/\u003e\n\u003cimg src=\"https://img.shields.io/static/v1?label=built%20with\u0026message=good%20vibrations%20%26%20javascript\u0026color=violet\" alt=\"Built with carrot juice and javascript\"/\u003e\n\u003ca href=\"https://ko-fi.com/roboleary\"\u003e\u003cimg src=\"https://img.shields.io/badge/Buy%20me%20a%20coffee-$4-orange?logo=buy-me-a-coffee\" alt=\"Buy me a coffee\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"img/example.gif\" alt=\"example of using extension\"/\u003e\u003c/p\u003e\n\nThe stats appear as an item on the left-hand side of the status bar.\n\nYou can change the stats shown by clicking the item, or running the command.\n\n## Commands\n\nThis command can be run from the Command Palette (`Ctrl+Shift+P`):\n\n- `Marky Stats: Change Statistic`\n\n## Activation\n\nThe extension is only loaded when a markdown file is open. To be more specific, the [activation event](https://code.visualstudio.com/api/references/activation-events) is `onLanguage: markdown`.\n\n## Settings\n\n| Name                                               | Type    | Default | Description                                            |\n| -------------------------------------------------- | ------- | ------- | ------------------------------------------------------ |\n| Marky Markdown: Stats Show Reading Time | Boolean | true    | Show \"Reading Time\" on the status bar.       |\n| Marky Markdown: Stats Show Words        | Boolean | false   | Show \"Words\" counter on the status bar.      |\n| Marky Markdown: Stats Show Lines        | Boolean | false   | Show \"Lines\" counter on the status bar.      |\n| Marky Markdown: Stats Show Characters   | Boolean | false   | Show \"Characters\" counter on the status bar. |\n| Marky Markdown: Stats Item Separator  | String  | 2 spaces | Separator between items on status bar.                 |\n| Marky Markdown: Stats Words Per Minute | Integer | 250    | Set the words per minute that is used to calculate \"Reading Time\".      |\n| Marky Markdown: Stats Alignment | String (enum) | \"Left\"   | Set the position on the status bar. Values are : \"Left\" and \"Right\".|\n\n## Contributions\n\nIf there is a bug, please raise an issue.\n\nI consider this extension feature complete. You are welcome to raise an issue and make a suggestion, but I am unlikely to implement more features.\n\n## Appreciate\n\nYou can show your appreciation by:\n1. [Buying me a coffee or sponsoring me](https://ko-fi.com/roboleary)\n1. Leaving a positive review in the [visual studio marketplace](\u003chttps://marketplace.visualstudio.com/items?itemName=robole.marky-stats\u0026ssr=false#review-details\u003e).\n1. Starring the repo 🌟.\n\nThis will **help other people find the extension**.\n\nIt will **offer me encouragement** to continue, and can provide **a path to dedicating more time to open-source** in the future.\n\nThank you! 🙏\n\n## FAQ\n\n### Why isn't Marky Stats appearing in the Status Bar?\n\nOn a crowded status bar, the Marky Stats may have been forced out! You can test this by zooming out, so the text becomes very small, and you will see more items on the status bar.\n\nGo to the User Settings, and hide or disable other status bar items to make space.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobole%2Fvscode-marky-stats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobole%2Fvscode-marky-stats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobole%2Fvscode-marky-stats/lists"}