From c7c0b3b9df2137766b6aba21d0de5a747934691a Mon Sep 17 00:00:00 2001 From: ats4e <55873080+ats4e@users.noreply.github.com> Date: Sat, 15 Mar 2025 18:52:26 +0100 Subject: [PATCH 1/2] Update community-plugins.json Adding Movie Companion Plugin. --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index 03afefab95a..4480b8de455 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -15944,5 +15944,12 @@ "author": "Feirong.zfr", "description": "Manage student repositories.", "repo": "yingflower/obsidian-stu-repo-helper" + }, + { + "id": "movie-companion", + "name": "Movie Companion", + "author": "Gianluca Moretti", + "description": "Organize your movie collection privately.", + "repo": "ats4e/obsidian-movie-companion" } ] From 1baee9f07c6694f6d1bb299f3440d7495b948a69 Mon Sep 17 00:00:00 2001 From: ats4e <55873080+ats4e@users.noreply.github.com> Date: Thu, 3 Apr 2025 11:10:36 +0200 Subject: [PATCH 2/2] Update community-plugins.json fix --- community-plugins.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/community-plugins.json b/community-plugins.json index 700d4907778..26678eaad52 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -16043,13 +16043,6 @@ "description": "Synchronize titles between filename, frontmatter, and first heading in notes.", "repo": "wenlzhang/obsidian-file-title-updater" }, - { - "id": "movie-companion", - "name": "Movie Companion", - "author": "Gianluca Moretti", - "description": "Organize your movie collection privately.", - "repo": "ats4e/obsidian-movie-companion" - }, { "id": "vault-nickname", "name": "Vault Nickname", @@ -16350,5 +16343,12 @@ "author": "Ankit Kapur", "description": "Automatically updates a 'status' property in a note when its card is moved on a Kanban board", "repo": "ankit-kapur/obsidian-kanban-status-updater-plugin" +}, +{ + "id": "movie-companion", + "name": "Movie Companion", + "author": "Gianluca Moretti", + "description": "Organize your movie collection privately.", + "repo": "ats4e/obsidian-movie-companion" } ]