From debb99388b6a47d16f2c6a0534f44ba83c6b09a4 Mon Sep 17 00:00:00 2001 From: Ta-Liang Lu Date: Mon, 7 Oct 2024 22:00:09 +0800 Subject: [PATCH] feat: Add a New Card in DevTools category --- database/other/devtools.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/other/devtools.json b/database/other/devtools.json index 5e42db182..738bf005c 100644 --- a/database/other/devtools.json +++ b/database/other/devtools.json @@ -131,5 +131,12 @@ "url": "https://responsively.app", "category": "other", "subcategory": "devtools" + }, + { + "name": "HackMD", + "description": "A cross-platform Markdown editor for collaboration in real-time, and offers variety of 3rd api parties to connect.", + "url": "https://hackmd.io/", + "category": "other", + "subcategory": "devtools" } ]