summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThang Pham <phamducthang1234@gmail.com>2021-12-13 13:14:52 -0500
committerThang Pham <phamducthang1234@gmail.com>2021-12-13 13:14:52 -0500
commit15e01a7437da67f4cbcd25a391b5683cfb4f7128 (patch)
treec29c33c426e8dfe7156a0c02d04a703d9292af01
parentc619401223734577ddb1b14a1e435dcd52a37395 (diff)
update roadmap in README, add more sections
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index fe92e87..0966144 100644
--- a/README.md
+++ b/README.md
@@ -302,9 +302,13 @@ It's possible to define a custom shortcut to switch between different `StoryView
- [ ] upvote/downvote
- [ ] add comment
- [ ] post
+- improve application's theme
+ - [ ] improve the application's overall look
+ - [ ] include useful font-highliting
+ - [ ] rewrite the theme parser to support more themes and allow to parse themes from known colorschemes
+ - [ ] add some extra transition effects
- improve the keybinding handler
- [ ] allow to bind multiple keys to a single command
- [ ] add prefix key support (emacs-like key chaining - `C-x C-c ...`)
-- [ ] support more themes, make it easier to create a theme from known colorscheme
-- [ ] add some extra transition effects
+- [ ] improve the loading progress bar
- [ ] snipe-like navigation, inspired by [vim-snipe](https://github.com/yangmillstheory/vim-snipe)