This repository has been archived by the owner on Feb 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
Ideas
Vicky Chijwani edited this page Dec 22, 2016
·
56 revisions
NOTE: Many of these ideas may never be implemented - this page is not a roadmap of any kind. To get a sense of what will be worked on next (for some arbitrary definition of "next"), see the "Up next" project board.
- #151: Word / character count at the bottom of the post editor
- Share published post link on social media (7bbffd1)
- Scroll to top
- Auto-save visual indicator
- Notify user when their blog is down?
- Markdown help (like Ghost web)
- ⭐ #144: Conflict resolution / notification
- ⭐ #148: Multiple accounts (should be simple to do by having a separate Realm file for each login)
- ⭐ #137: Schedule posts for publishing
- Insert image in post editor by sharing from another app
- Create new posts by sharing from other apps (e.g., write posts in Evernote and export/share to Quill)
- PIN lock
- Give tips in the app, ask for feedback / ratings, etc. (implementation of swipe-to-dismiss with
RecyclerView
: https://medium.com/@ipaulpro/drag-and-swipe-with-recyclerview-b9456d2b1aaf) -
#128: Optimize post editor for tablets and landscape mode (something like this or this for post preview / editor side-by-side)(user feedback says that the current UX works pretty well!) - Customizable themes / curated selection of themes (https://github.com/negusoft/GreenMatter, http://www.hidroh.com/2015/02/16/support-multiple-themes-android-app/)
- Offline image "upload"
- ⭐ Integrate with Disqus to view, reply to, and maybe even moderate comments
- Integrate analytics in the app (Google Analytics etc) - to start off a simple graph with daily visitors to the entire blog over the last month would be good
-
Chat heads! Write while you research!(kinda obviated by multi-window mode in Android N)
- Backups on edit / sync
- Similar planned feature in Ghost: https://trello.com/c/1wAHv8jZ/34-post-revisions and screenshot in https://github.com/TryGhost/Ghost/pull/5273
- If implementing from scratch, persistent data structures might help (actually, persistent
Post
objects, modifiable with aBuilder
-like pattern maybe?)
- Auto-backup blog to Dropbox, etc? (including images)
- See diffs while editing, to verify changes before publishing
- Connect to Google Analytics (maybe deliver on Ghost's long-overdue dashboard ;)