Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tnantoka/edhita
Fully open source text editor for iOS written in SwiftUI.
https://github.com/tnantoka/edhita
app ios ipad swift swiftui
Last synced: 25 days ago
JSON representation
Fully open source text editor for iOS written in SwiftUI.
- Host: GitHub
- URL: https://github.com/tnantoka/edhita
- Owner: tnantoka
- License: mit
- Created: 2010-08-08T14:36:38.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T12:37:08.000Z (11 months ago)
- Last Synced: 2024-10-01T19:05:27.984Z (about 1 month ago)
- Topics: app, ios, ipad, swift, swiftui
- Language: Swift
- Homepage: http://edhita.bornneet.com/
- Size: 18.9 MB
- Stars: 1,347
- Watchers: 72
- Forks: 248
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-cn - Edhita - 文本编辑应用. (Demo Apps / 示例程序 / iOS)
- fucking-awesome-swift - edhita - Fully open source text editor for iOS. (Libs / Text)
- fucking-open-source-ios-apps - Edhita
- awesome-swift - edhita - Fully open source text editor for iOS. (Libs / Text)
- awesome-swift - edhita - Fully open source text editor for iOS written in Swift. ` 📝 3 months ago ` (Text [🔝](#readme))
- awesome-swift - edhita - Fully open source text editor for iOS. (Libs / Text)
README
Edhita
======Fully open source text editor for iOS written in SwiftUI.
https://edhita.bornneet.com/![](https://edhita.bornneet.com/assets/screenshot.png)
## What does Edhita mean?
`Edhita (Japanese Romaji)` == `エディタ (Japanese Katakana)` == `Editor (English)`
## Looking for the Android version?
If you're curious about the Android counterpart, developed using Kotlin, check out [DotText](https://github.com/tnantoka/DotText).
## Development
```
$ cp Constants.swift Edhita/Models/
$ open Edhita.xcodeproj
```The Swift Package Manager is used for dependencies.
## SwiftUI
Edhita is currently built with SwiftUI.
Previous versions were built with Swift (UIKIt) or Objective-C.Year | Version | Technology | Branch
--- | --- | --- | ---
2022 | 3.x.x | SwiftUI | [master](https://github.com/tnantoka/edhita/tree/master)
2014 | 2.x.x | Swift (UIKit) | [uikit](https://github.com/tnantoka/edhita/tree/uikit)
2010 | 1.x.x | Objective-C | [Objective-C](https://github.com/tnantoka/edhita/tree/Objective-C)## Mojicon
[Icon images](/Edhita/Assets.xcassets/AppIcon.appiconset) are created by [Mojicon](https://mojicon.net/).
## Acknowledgments
- https://fonts.google.com/noto/specimen/Noto+Emoji
- https://github.com/JohnSundell/Ink
- https://github.com/siteline/SwiftUI-Introspect
- https://github.com/quanghits/GoogleMobileAds## License
[The MIT license](/LICENSE)
## Author
[@tnantoka](https://twitter.com/tnantoka)