Todo Completion

unlisted

by yuandong-tian

Expands !t into a timestamped !TODO marker.

Updated 1mo agoMIT
View on GitHub

Obsidian Todo Completion Plugin

Expands !t into a timestamped todo marker in Obsidian.

Behavior

In the editor, type !t and press Tab to replace it with:

!TODO[YYYY-MM-DD HH:mm]

If the characters before the cursor are not !t, normal Tab behavior continues.

Development

npm install
npm run build

The compiled plugin entrypoint is main.js.

Install Locally

Copy or symlink this repository into an Obsidian vault at:

.obsidian/plugins/todo-completion

Then enable the plugin in Obsidian's Community plugins settings.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.