mirror of
https://github.com/serhii-londar/open-source-mac-os-apps
synced 2024-11-13 23:47:08 +00:00
Added Notenik (#632)
* Added Notenik * Update applications.json Co-authored-by: Serhii Londar <serhii.londar@gmail.com>
This commit is contained in:
parent
3b8aa827cf
commit
8ad804697c
1 changed files with 18 additions and 1 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue