github

vickychijwani / quill

  • вторник, 28 июня 2016 г. в 03:13:30
https://github.com/vickychijwani/quill

Java
📝 The beautiful Android app for your Ghost blog.



Join the chat at https://gitter.im/vickychijwani/quill Android Arsenal

Quill is the beautiful Android app for your Ghost blog. Get it here on the Google Play Store.

Get it on Google Play

Features

  • Simple, intuitive interface based on Material Design principles (along with some tasteful animations!)
  • Markdown editing with preview - swipe to switch between editing and previewing
  • 100% Markdown compatibility with Ghost - go ahead and use footnotes and code blocks like you're used to
  • Works with Ghost Pro (ghost.io) as well as self-hosted blogs
  • Offline mode: Quill is designed to work 100% offline: just sync when you're connected later! Ideal for writing on the go
  • Attach tags and a cover image - upload images from your phone or a web link

Bug reports? Feature requests?

File an issue

Developer setup

Quill uses Fabric (formerly Crashlytics) for automatic crash-reporting. However my Fabric API key and secret is not committed to this Github repo for security reasons. So to build the app in Android Studio, you will have to either:

  • Create the file app/crashlytics.properties and set your own Fabric API key and secret like this:
apiKey=YOUR_API_KEY_HERE
apiSecret=YOUR_API_SECRET_HERE
  • OR, to skip Crashlytics altogether, create an empty file app/crashlytics.properties and comment out the call Fabric.with(this, new Crashlytics()) in SpectreApplication.java line 51

If you face any issues setting this up, please let me know by filing a new issue.