From 3adea8ce31539f4d6bffadcc3a8dd81c6cb4f55c Mon Sep 17 00:00:00 2001 From: Yassine Damiri <54901715+Yasha-ops@users.noreply.github.com> Date: Tue, 21 Jan 2025 00:57:32 +0100 Subject: [PATCH 1/4] Add plugin: Nmaper --- community-plugins.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/community-plugins.json b/community-plugins.json index 7334613fa12..f69680bbdf5 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -14908,5 +14908,12 @@ "author": "Amin Sennour", "description": "Change the default filename used for new notes", "repo": "TheLoneWanderer4/obsidian-uuid-title" - } + }, + { + "id": "nmaper", + "name": "Nmaper", + "author": "Yassine Damiri", + "description": "Import nmap report files to generate Markdown pages and Canvas graphs", + "repo": "Yasha-ops/nmaper", + }, ] From 4b8547d422f3a276b95495d47e71b71d30f031fe Mon Sep 17 00:00:00 2001 From: Yassine Damiri <54901715+Yasha-ops@users.noreply.github.com> Date: Tue, 21 Jan 2025 01:01:53 +0100 Subject: [PATCH 2/4] Update community-plugins.json --- community-plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community-plugins.json b/community-plugins.json index f69680bbdf5..5bd35a4ab0b 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -14909,11 +14909,11 @@ "description": "Change the default filename used for new notes", "repo": "TheLoneWanderer4/obsidian-uuid-title" }, - { + { "id": "nmaper", "name": "Nmaper", "author": "Yassine Damiri", "description": "Import nmap report files to generate Markdown pages and Canvas graphs", - "repo": "Yasha-ops/nmaper", + "repo": "Yasha-ops/nmaper" }, ] From 11d55f4467cb6de2dbf5782c5e7372d474689854 Mon Sep 17 00:00:00 2001 From: Yassine Damiri <54901715+Yasha-ops@users.noreply.github.com> Date: Tue, 21 Jan 2025 01:03:38 +0100 Subject: [PATCH 3/4] Update community-plugins.json --- community-plugins.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/community-plugins.json b/community-plugins.json index 5bd35a4ab0b..0f69c77da81 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -14909,11 +14909,11 @@ "description": "Change the default filename used for new notes", "repo": "TheLoneWanderer4/obsidian-uuid-title" }, - { - "id": "nmaper", - "name": "Nmaper", - "author": "Yassine Damiri", - "description": "Import nmap report files to generate Markdown pages and Canvas graphs", - "repo": "Yasha-ops/nmaper" - }, +{ + "id": "nmaper", + "name": "Nmaper", + "author": "Yassine Damiri", + "description": "Import nmap report files to generate Markdown pages and Canvas graphs", + "repo": "Yasha-ops/nmaper" +} ] From 90957e1de7b76d798549714157d406c580ce04c4 Mon Sep 17 00:00:00 2001 From: Yassine Damiri <54901715+Yasha-ops@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:20:48 +0100 Subject: [PATCH 4/4] Update community-plugins.json Change name of plugin --- community-plugins.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community-plugins.json b/community-plugins.json index 0f69c77da81..58c7b1147d0 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -14910,10 +14910,10 @@ "repo": "TheLoneWanderer4/obsidian-uuid-title" }, { - "id": "nmaper", - "name": "Nmaper", + "id": "nmap", + "name": "Nmap", "author": "Yassine Damiri", "description": "Import nmap report files to generate Markdown pages and Canvas graphs", - "repo": "Yasha-ops/nmaper" + "repo": "Yasha-ops/obsidian-nmap-plugin" } ]