From 8ad804697c75f0b78b586effa8cf403fbd680b2c Mon Sep 17 00:00:00 2001 From: Herb Bowie Date: Thu, 11 Mar 2021 04:28:16 -0800 Subject: [PATCH] Added Notenik (#632) * Added Notenik * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index 44ee175..a30f665 100644 --- a/applications.json +++ b/applications.json @@ -8408,7 +8408,7 @@ ], "short_description" : "Lightweight, highly configurable media player.", "languages" : [ - "c"" + "c" ], "categories" : [ "audio", @@ -8417,5 +8417,22 @@ "video" ] } + { + "short_description": "Note-taking app with many organizational options.", + "categories": [ + "markdown", + "notes" + ], + "repo_url": "https://github.com/hbowie/notenik-swift", + "title": "Notenik", + "icon_url": "https://notenik.net/images/notenik.png", + "screenshots": [ + "https://notenik.net/images/notenik-list-and-display.jpg" + ], + "official_site": "https://notenik.net", + "languages": [ + "swift" + ] + } ] }