cafexuan / quill

:memo: The beautiful Android app for your Ghost blog.

Home Page:https://play.google.com/store/apps/details?id=me.vickychijwani.spectre

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Contributors

About

:memo: The beautiful Android app for your Ghost blog.

https://play.google.com/store/apps/details?id=me.vickychijwani.spectre

License:MIT License


Languages

Language:Java 72.4%Language:JavaScript 19.9%Language:CSS 7.1%Language:HTML 0.7%Language:Shell 0.0%