From 52efcec33669a73f2e37171545a2650730b6a350 Mon Sep 17 00:00:00 2001 From: Julius Peinelt Date: Wed, 15 Sep 2021 19:44:15 +0200 Subject: [PATCH] Add text editor Tincta (#680) Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index ad01d72..6251941 100644 --- a/applications.json +++ b/applications.json @@ -8717,6 +8717,22 @@ "languages": [ "swift" ] + }, + { + "short_description": "One-window text editor with syntax highlighting.", + "categories": [ + "text" + ], + "repo_url": "https://github.com/CodingFriends/Tincta", + "title": "Tincta", + "icon_url": "https://raw.githubusercontent.com/CodingFriends/Tincta/master/Source/app_icon.iconset/icon_512x512.png", + "screenshots": [ + "https://ik.imagekit.io/codingFriends/img/tr:w-2880,q-90,pr-true/tincta/Screenshot.png" + ], + "official_site": "https://codingfriends.github.io/Tincta/", + "languages": [ + "objective_c" + ] }, { "short_description": "Redis management with SwiftUI.",