Todolist

InGithubDev

The current version of this plugin supports usage on https://github.dev/.

Installation Steps:

  1. Access github.dev: Navigate to your GitHub repository and press the . (dot) key on your keyboard to open the web-based editor.
  2. Open Extensions: Click on the Extensions icon in the Activity Bar on the left side (or press Ctrl+Shift+X).
  3. Search: Type saber2pr.todolist in the search bar.
  4. Install: Click the Install button.
  5. Ready to Use: Once installed, the plugin will be active and ready for use within the github.dev environment.

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*