Obsidian plugin that highlights all occurrences of TODO in your notes with a user‑selected colour.
TODO in both edit and preview modes.Once enabled, the plugin will automatically highlight every occurrence of TODO:
<span class="cm-todo"> (colour set via Settings).Navigate to Settings → Plugin Options → TODO Highlighter to configure:
| Option | Description | Default |
|---|---|---|
| TODO Color | Hex code for your TODO tags. |
#00FF00 |
If you have any feedback, please feel free to open an issue or pull request. All contributions are welcome.
Clone the repository, run npm install to install the dependencies. npm run dev to run it (Make sure that you have your cloned repository placed under .obsidian/plugins directory of your vault).