From bf522858019b3b4bb34e4a29076a9169ba2362b2 Mon Sep 17 00:00:00 2001 From: "Im[F(x)]" <76657062+imfx77@users.noreply.github.com> Date: Tue, 22 Oct 2024 06:22:25 +0300 Subject: [PATCH] Add TodoNotes plugin v1.0.0 --- plugins.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/plugins.json b/plugins.json index 67a5ca6..27076b0 100644 --- a/plugins.json +++ b/plugins.json @@ -2345,6 +2345,23 @@ "title": "Task number in details", "version": "1.0.0" }, + "TodoNotes": { + "author": "Im[F(x)]", + "compatible_version": ">=1.2.33", + "description": "The plugin allows to keep TODO-style notes on every KB project and as standalone lists. The notes that may appear unsuitable for creating board tasks are totally fine for a custom TODO list. They are easy and fast to create, change and rearrange, with convenient visual aids and multiple useful features.", + "download": "https://github.com/imfx77/kanboard-plugin-TodoNotes/releases/download/v1.0.0/TodoNotes-1.0.0.zip", + "has_hooks": true, + "has_overrides": false, + "has_schema": true, + "homepage": "https://github.com/imfx77/kanboard-plugin-TodoNotes", + "is_type": "plugin", + "last_updated": "2024-10-21", + "license": "MIT", + "readme": "https://github.com/imfx77/kanboard-plugin-TodoNotes/blob/master/README.md", + "remote_install": true, + "title": "TodoNotes", + "version": "1.0.0" + }, "updatenotifier": { "author": "Valentino Pesce", "compatible_version": ">=1.0.42",