TomasHubelbauer / vscode-markdown-todo

A VS Code extension for displaying all MarkDown todos in one Explorer pane.
MIT License
14 stars 4 forks source link
markdown todo todoapp todolist todolist-application vscode vscode-extension vscode-plugin

VSCode MarkDown To-Do

Collects to-do items in MarkDown files to an Explorer tree view with contextual menues for toggling and removing to-do items and keeps the tree view up-to-date as to-do items are inserted, updated and deleted in any MarkDown file in the workspace.

Screenshot

See the feature rundown.

Running

Use the VS Code debug configuration using the F5 key.

Debugging

See Running

Testing

npm test

CI for this extension is not set up yet.

Monitoring

The extension contains no remote telemetry of any sort that I've put in. VS Code might report stuff to Microsoft, but this extension does nothing of the sort on its own. I will eventually introduce a local telemetry reporter, which will be opt-in.

Contributing

Publishing

To-Do

Figure out and fix whatever TodoCodeLens was meant to be

Ditch Travis for CI now that we have GitHub Actions

Introduce local opt-in telemetry reporter (to this and other extensions)

Write up some tests