aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Premysl 'Anydot' Hruby <dfenze@gmail.com>2009-04-30 17:45:09 +0200
committerGravatar Premysl 'Anydot' Hruby <dfenze@gmail.com>2009-04-30 17:45:09 +0200
commit784a2f421adb0867792c906a3323d342c63c0806 (patch)
treeb2d0554edb478baff15e94e627ae0e1ef494c0f5
parent4e9ce3acd8c3d13d2276ac84300e358c8fddc7ea (diff)
parentce3e375eead1ba16b8edd02579b9b05feb18f04c (diff)
Merge commit 'dieterb/experimental'
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6e74e96..649302c 100644
--- a/TODO
+++ b/TODO
@@ -31,7 +31,15 @@ ASAP
* get rid of the home page concept. allow user to make keybinds to go to one or more "homepages". a home page is nothing special.
* blinking cursor when not in insert mode is confusing. i suggest dimming it's color if possible
* open in new window -> uzbl: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
-
+* make it more clear to newbs insert vs command
+* note about merging better then patches. because commit names, and code can have changed in meanwhile. also github makes the process quite easy
+* check that in new version pageup etc works also in command
+* tab key to jump between input fields should probably work in both insert and command mode
+* allow to name a uzbl instance, name fifo/socket after it. use xorgwindow id as fallback
+* allow to tag , to group instances together
+* document a bit how insert mode, command mode, always_insert_mode, modkey etc work
+* find a simple format (ascii doc, markdow, textile,..) to format uzbl docs (and remain "plaintext") while still being able to generate html for it so we can use them on the website
+* allow users to customize order, separating, colors,.. of items in statusbar using pango markup thing
SOMEDAY:
check if we can make the settings loading less hard coded. eg( keep a list of all settings, and for each one, try to load it)