From d1c2e3890be10860999439bbd855547a89dd4632 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 17 Jul 2024 16:29:55 +0200 Subject: [PATCH] feat(services): add tldraw to services list Added tldraw, a collaborative whiteboard service, to the services.json file. This addition enhances the functionality by providing users with a real-time drawing and writing tool. The service is integrated with relevant metadata and links ensuring consistent user accessibility. --- data/services.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/services.json b/data/services.json index b990167..d18a01a 100644 --- a/data/services.json +++ b/data/services.json @@ -422,6 +422,23 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "tldraw", + "url": "https://tldraw.private.coffee", + "homemade": false, + "short_description": "tldraw is a collaborative whiteboard.", + "long_description": "tldraw is a collaborative whiteboard. You can use it to draw and write with others in real-time.", + "status": "OK", + "links": [ + { + "name": "Go to tldraw", + "url": "https://tldraw.private.coffee" + } + ], + "icon": "pencil-ruler", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "YOURLS", "url": "https://pcof.fi",