Todoist Indicator

approved

by kapej42

Adds a badge to "project" files to indicate a missing link to a Todoist project.

3 stars378 downloadsUpdated 1y agoApache-2.0
View on GitHub

Todoist Indicator plugin for Obsidian

This is a very simple Obsidian plugin that shows whether Todoist links are available on Project files by adding a badge to project files if the linkt to Todoist is missing. It is heavily inspired by obsidian-gtd-no-next-step from saibotsivad (thanks!).

Features

  • Automatically add badges to project files based on availability of Todoist property.
  • Customize project folder prefix and Todoist property through settings.
  • Optionally require a specific project tag for badge application.

Usage Instructions

Follow these steps to install and set up the plugin for your project:

  1. Install the Plugin: Ensure the plugin is properly installed.
  2. Project Files Location: Make sure your project files are stored in a folder that matches the prefix specified in the settings.

Minimum Project File Set-up

To set up a project file, include the following metadata at the beginning of your file:

---
tags: project
todoist: https://app.todoist.com/app/project/[your project name]
---

Customization

  • Property Name: You can customize the property name in the settings. The default property name is "todoist".

Badge Display

  • If a file has the tag project but lacks a todoist value, a badge labeled "Missing todoist" will be displayed in the file tree.

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.