https://github.com/landakram/kiwi
A personal wiki app for iOS.
https://github.com/landakram/kiwi
Last synced: 5 months ago
JSON representation
A personal wiki app for iOS.
- Host: GitHub
- URL: https://github.com/landakram/kiwi
- Owner: landakram
- License: mit
- Created: 2016-09-25T04:17:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T23:00:21.000Z (over 2 years ago)
- Last Synced: 2024-04-14T20:15:17.331Z (about 1 year ago)
- Language: Swift
- Homepage:
- Size: 1.56 MB
- Stars: 63
- Watchers: 10
- Forks: 4
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kiwi
Kiwi is a personal wiki app for iOS. A short list of features:
* You write pages in Markdown
* You link pages together with simple `[[Bracketed Links]]`
* Pages are synced to Dropbox automatically, so you own your wiki, but it works
offline
* You can add photos, use LaTeX, make checkboxes, and write syntax-highlighted
code snippets and prose
![]()
![]()
![]()
![]()
## Getting started
Are you interested in **using the app**? Consider supporting me by [buying it in
the App Store](https://itunes.apple.com/us/app/kiwi-personal-wiki/id1158640011?mt=8).If not, here are the instructions for getting started with development:
1. Clone this repository
2. Run `pod install`
3. Add Dropbox keys.
To do this, create 2 files in the project's root directory,
`Keys.development.xcconfig` and `Keys.production.xcconfig`. These files will
both have the same structure, which looks like this:DROPBOX_APP_KEY = your_dropbox_app_key
DROPBOX_SECRET_KEY = your_dropbox_secret_keyYou'll need to create a Dropbox "App" integration to get those keys.