Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hbowie/notenik-swift
Notenik ported to Swift
https://github.com/hbowie/notenik-swift
Last synced: about 1 month ago
JSON representation
Notenik ported to Swift
- Host: GitHub
- URL: https://github.com/hbowie/notenik-swift
- Owner: hbowie
- License: other
- Created: 2019-01-21T19:27:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T20:08:02.000Z (about 2 months ago)
- Last Synced: 2024-10-26T22:13:27.364Z (about 2 months ago)
- Language: Swift
- Size: 24.6 MB
- Stars: 96
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- open-source-mac-os-apps - Notenik - Note-taking app with many organizational options. ![swift_icon] (Applications / Editors)
- open-source-mac-os-apps - Notenik - Note-taking app with many organizational options. ![swift_icon] (Applications / Notes)
- awesome-swift-macos-apps - Notenik - swift?label=" /> - Note-taking app with many organizational options. (Editors / Markdown)
- awesome-swift-macos-apps - Notenik - swift?label=" /> - Note-taking app with many organizational options. (Notes / Text)
README
# The Notenik Mac App
Notenik is a modern, powerful note-taking application written in Swift.
This is one of several active repositories on GitHub containing code and/or documentation related to the Notenik Mac App. The programming code is written in Swift, and the documentation is offered in a series of separate Notenik Collections, authored in Markdown.
(There are also some inactive repos concerning an earlier version of Notenik, written in Java, and these will not be further mentioned in this README.)
## Notenik Links Outside of GitHub
Use these links to obtain more info about the app, and to actually download a working version to your Mac.
+ [Notenik.app](https://notenik.app) - The Notenik website
+ [Notenik 101](https://youtu.be/JR0kpAUXM5E) - An introductory video hosted on YouTube
+ [Notenik on the Mac App Store](https://apps.apple.com/us/app/notenik/id1465997984) - A direct link to Notenik in the App Store
+ [Notenik Discourse Forum](https://discourse.notenik.app) - A dedicated Discourse Community for Notenik## Notenik Code Repos
This is all of the Swift code written as part of the Notenik application. These are all released under the terms of the MIT License.
+ [notenik-swift](https://github.com/hbowie/notenik-swift) - The Mac UI, written using AppKit/Cocoa
+ [NotenikLib](https://github.com/hbowie/NotenikLib) - Underlying code that does not need Cocoa
+ [NotenikUtils](https://github.com/hbowie/NotenikUtils) - General-purpose utilities
+ [NotenikTextile](https://github.com/hbowie/NotenikTextile) - A very basic and incomplete parser for Textile
+ [NotenikMkdown](https://github.com/hbowie/NotenikMkdown) - Notenik's custom Markdown parser## Documentation Collections
These collections contain various sorts of documentation about Notenik. These are organized as Notenik Collections (that can be opened using Notenik).
+ [Notenik Docs](https://github.com/hbowie/NotenikDocs) - All the available documentation about Notenik.
+ [Website](https://github.com/hbowie/notenik-web) - The files needed to generate and maintain the Notenik.app website## Additional Code Packages
This is additional open-source code, written by others, and used by Notenik. These packages are all separately licensed.
+ [cmark](https://github.com/commonmark/cmark)
+ [CoreXLSX](https://github.com/MaxDesiatov/CoreXLSX)
+ [Down](https://github.com/iwasrobbed/Down)
+ [Ink](https://github.com/JohnSundell/Ink)
+ [MathJax](https://www.mathjax.org)
+ [SwiftSoup](https://github.com/scinfu/SwiftSoup.git)
+ [TrackerZapper](https://github.com/rknightuk/TrackerZapper)
+ [XMLCoder](https://github.com/MaxDesiatov/XMLCoder)
+ [ZIPFoundation](https://github.com/weichsel/ZIPFoundation)