The current version of this plugin supports usage on https://github.dev/.
Installation Steps:
- Access github.dev: Navigate to your GitHub repository and press the
.(dot) key on your keyboard to open the web-based editor. - Open Extensions: Click on the Extensions icon in the Activity Bar on the left side (or press
Ctrl+Shift+X). - Search: Type
saber2pr.todolistin the search bar. - Install: Click the Install button.
- Ready to Use: Once installed, the plugin will be active and ready for use within the
github.devenvironment.
Important Notice:
When running in a web environment, this plugin generates temporary cache files (starting with a dot, usually used for backups). To keep your repository clean, we highly recommend adding these patterns to your .gitignore file.
Configuration Example:
Add the following to your .gitignore:
# Plugin temporary cache/backup files
.todolist*