-
-
Notifications
You must be signed in to change notification settings - Fork 107
/
TODO
76 lines (62 loc) · 2.12 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Add Why Vrome Better WIKI
Insert Mode
Relative Path
Dialog Hotkey
Source javascript
Per Host Config
Support Chinese/Japanese/Korean when do search
Powerful Hint Mode (Upcase to search)
Buffer Delete, Goto, Keep
...
Bugs:
coffee/frontend/modules/frame.coffee (Don't works as except)
coffee/frontend/modules/custom.coffee Setting, Add to README
coffee/frontend/modules/help.coffee Show options, default options
Features:
Extend Commandline: source('config')
Reset Setting for host
Per Host Vromerc (Rewrite option page to support location based configuration)
~/.vrome/google.rc
~/.vrome/google.js
~/.vrome/google.css
~/.vrome/^disable_autoload_this_file.css (but it is possible to use source to load it)
# https://developer.mozilla.org/en-US/docs/The_Places_frecency_algorithm ?
Dialog sort results
Search title/url, if result less than 20, search history, bookmarks
ch -> Change subdomain -> Select available subdomains from dialog
AutoRefresh
Rewrite README
Rewrite vromerc_example
Rewrite features page
Rewrite option page
Rewrite WIKI
Auto Completers:
command_line: like window_close
<C-]> to complete .com/.net
b/B complete buffers
show tab number with https://github.com/tommoor/tinycon
Dialog Mode:
Save histories ? <Alt+^>?
Insert Mode:
vim.js: https://github.com/marijnh/CodeMirror/blob/master/keymap/vim.js
abbreviation
Cursor Mode ?
Set ScrollLines for (jk)
Allow user to associate keys to function names
Allow User define his own commands
? chrome.commands
Get Download path for `saveas`
CmdLine -> frameonly, restart
map hotkey to commands
options.add
mappings.add
commands.add
NO AVAILABLE API:
~ Open home directory
gh goto home page
Others:
unmaps shouldn't be saved - i.e. it could be an optimization to just remove mappings
Save history typed in Dialog and move through it with Up and Down.
Ability to start dialog (e.g. tabnew) with something written in it (like "google ").
When CmdBox is open, "gg" (or any multi-key mapping) closes it while it shouldn't.
Search should search in textboxes too