Checkbox EnhancementThis extension is designed to enhance the functionality of the checkbox in markdown files. It is designed to work with the markdown preview and the markdown editor. I'm using this extension to learn how to create a Visual Studio Code extension while also solving a problem that I have. I hope you find it useful too.
FeaturesOnce activated, the extension will show a counter in the status bar of Visual Studio Code. The counter will show the number of checked checkboxes and the percentage of checked checkboxes in the document.
More features will be added in the future. Release NotesCheck the CHANGELOG.md file for the release notes. RecommendationsYou can use this extension alongside
UsageCreate a list of checkboxes in your markdown file and use the following format:
And you will get the following result: ContributingContributions / asking for features are welcome. Feel free to open an issue or a pull request on the GitHub repository of the project. These are some of the features that I would like to add in the future:
To contribute, clone the repository first:
Then, install the dependencies:
After that, you can open the project in Visual Studio Code and start developing.
Use the
When you are done, you can open a pull request on the GitHub repository. For more information |