From b21d157d744b75e022593c4bf51c92be218df1ec Mon Sep 17 00:00:00 2001 From: Luke Hansford Date: Sat, 24 May 2025 10:01:19 +0800 Subject: [PATCH 1/3] Update community-plugins.json --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index 4aac6f6c4c9..8f617736327 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -17253,5 +17253,12 @@ "author": "d7sd6u", "description": "Add file's ftags as chips at the top of the markdown view.", "repo": "d7sd6u/obsidian-viewer-ftags" +}, +{ + "id": "obisidian-simple-timeline", + "name": "Simple Timeline", + "author": "Luke Hansford", + "description": "Display a list of dates and times as a timeline.", + "repo": "lhansford/obsidian-simple-timeline" } ] From b73945c0f814b7ecb65b060a8d27d410dd0fc573 Mon Sep 17 00:00:00 2001 From: Luke Hansford Date: Sat, 24 May 2025 10:03:02 +0800 Subject: [PATCH 2/3] Typo fix --- community-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-plugins.json b/community-plugins.json index 8f617736327..f7fdd365eec 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -17255,7 +17255,7 @@ "repo": "d7sd6u/obsidian-viewer-ftags" }, { - "id": "obisidian-simple-timeline", + "id": "obsidian-simple-timeline", "name": "Simple Timeline", "author": "Luke Hansford", "description": "Display a list of dates and times as a timeline.", From ebcc8c36d231739706f1d095862c87c37b6cba07 Mon Sep 17 00:00:00 2001 From: Luke Hansford Date: Sat, 24 May 2025 10:05:12 +0800 Subject: [PATCH 3/3] Update plugin ID to not include obsidian --- community-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-plugins.json b/community-plugins.json index f7fdd365eec..85f766c8cf2 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -17255,7 +17255,7 @@ "repo": "d7sd6u/obsidian-viewer-ftags" }, { - "id": "obsidian-simple-timeline", + "id": "simple-timeline", "name": "Simple Timeline", "author": "Luke Hansford", "description": "Display a list of dates and times as a timeline.",