You are not logged in.
This is definitely my favorite browser in the lightweight webkit crowd! One small request -- when you hit tab in the open or viewopen and the history is shown, could you also show matching bookmarks (and display them first). This is like jumanji handles it, and it works well.
Also, I don't know anything about it, but is there a way to use the V8 javascript engine that's in the AUR with dwb or any of these browsers?
Thanks!
Scott
Offline
Ok, I just started using dwb and I find it really good. If only I could change some font settings and find out how to make use of tabs!
(oh, and adblock of course)
OK the standard short cuts for global settings are Sgs and for keys Sk.
Offline
@Psyce
I had not much time the last weeks but next week i will work on dwb again.
@gtklocker
'gm' switches between tiling layout and tabbed layout and J/K focusses the next/previous tab.
@firecat53
Tab will show the bookmarks first.
It is not possible to use the V8 engine with dwb and also will not be possible since V8 has no C API.
Last edited by portix (2010-10-01 15:27:43)
Offline
No, it is not possible, but i put it on my todo-list, but there are more important things to be done first.
Offline
Offline
@portix -- another small bug:
The bookmarks search feature that pops them up at the top of the list only matches on the URL...can it also match on the bookmark title?
Thanks!
Scott
Offline
@portix -- small bug:
1. When using the space bar to page up and down, the position % indicator doesn't change. It only changes when you use j/k to scroll
Thanks for reporting, i will fix this.
@portix -- another small bug:
The bookmarks search feature that pops them up at the top of the list only matches on the URL...can it also match on the bookmark title?
This is not a bug, but i will think about it.
Offline
Great browser, I love it! Especially the crap blockers (flash, javascript, ...) are really useful.
Two ideas: Possibility to hide the tab bar when only one tab is opened. Possibility to deactivate java (auto-loads on startup).
Offline
Sometimes when I type `gs` dwb doesn't prompt me for entering a keyword for adding a search engine, to toggles image autoload. I haven't figured out in what cases. In which mode should I be to add a search engine?
Is there any possiblity to remap `d` to another key (or even `:q`?) so that accidently hitting 'd' does not shut down the browser?
Offline
I also just discovered the issue tracker on the bitbucket site, so I cross-posted there before I saw you reply...which would you prefer in the future?
It is better to use the bugtracker on bitbucket.
@dauerbaustelle
All keybindings can be remapped pressing Sk or sk. You can map the function "remove_view" to ":q", but then also have to remap "command_mode".
Offline
Another bug: If a website's title contains HTML entities (& "l; ...), they should be "translated" into one char (&, ", ...)
Offline
I want to introduce a script that makes basic vi-like editing possible in textareas and textentries and can be found here.
There is an issue, i haven't found a solution to, which is the reason i didn't add it to the dwb-repository: j/k only works correct if a line isn't automatically wrapped by webkit, it only works if the line is wrapped manually.
If the textwidth variable is set to a value != 0, the text is wrapped automatically and j/k will work correct too, and it also enables showing the linenumber and lineposition.
Since both, dwb and the script, have an insert- and normalmode, C-c can be used to get into the scripts normal mode.
A list of known commands can be found in the comment at the beginnging of the script.
To use this script, just copy it to ~/.config/dwb/scripts/. It also should work with other webkit browsers that support user scripts (i only tested it with midori).
Offline
Cool script! I just have to remember to use C-c instead of Esc to exit insert mode or I jump all the way out of dwb's insert mode and start hitting dwb shortcuts instead of vikit shortcuts :-)
Scott
Last edited by firecat53 (2010-10-13 00:36:33)
Offline
Thank you for making this!! This is perfect.
is there a way i can hide the tabbar?
also would it be possible for dwb to directly go in to insert mode, when lets say i go to facebook.com and want to insert login details. the blinking cursor is confusing, if u know what i mean.
Offline
I recently started using this browser and I really like it. Downside is that it's often crashing, but I'll do some gdb runs later on to give you some good feedback.
Is there more documentation then the man page? There are a lot of things unclear for me, like how to set the proxyurl. I know i can toggle it, but how to set a proxy url is completely unclear for me. In this topic you said to do it in the config.h, but there I only find a field for the proxy toggle key.
I have to agree with the person posting above me that the blinking cursor is very confusing. Especially when typing something what starts with a 'd' you can get in a loop if you're not awake . Oh, and I still have the mouse habbit of 'double clicking' text to select it, to make the reading more easy. The times i changed tabs (or do you call it views?) when doing that is enormous... .
It's a promising webbrowser, thanks .
Last edited by evert_ (2010-10-15 21:20:16)
Offline
is there a way i can hide the tabbar?
No, but i can add an option.
would it be possible for dwb to directly go in to insert mode, when lets say i go to facebook.com and want to insert login details. the blinking cursor is confusing, if u know what i mean.
This would only be possible with a userscript. It is not possible to get information about the focussed element in the current stable webkit version, only with the development version of webkit. But i will think about a solution for this.
Is there more documentation then the man page? There are a lot of things unclear for me, like how to set the proxyurl. I know i can toggle it, but how to set a proxy url is completely unclear for me. In this topic you said to do it in the config.h, but there I only find a field for the proxy toggle key.
I dropped the config.h, to set the proxy-url, put
export http_proxy=...
to your login-shell-rc.
Oh, and I still have the mouse habbit of 'double clicking' text to select it, to make the reading more easy. The times i changed tabs (or do you call it views?) when doing that is enormous... .
I implemented this "feature" but never used it, so i removed it in the current revision.
Offline
Thanks, the proxy is working .
I'm still having some questions about how to use some functions in which the rather limited man page can't help me:
- bookmarks: I can make bookmarks, already made a few. But now the question: how to acces them? The man page tells me: gB Show Bookmarks, open bookmark in a new view (command bookmarks_nv). Well, gB shows me the list of bookmarked urls, but how to 'scroll' through them to get to the one I need?
- quickmarks: what are they and what to use them for?
- on some sites using the 'f' to show the hints isn't working at all. On others it may take a while to load them.
Just pointing out some issues I'm having with the browser, meant positively. I'm using this browser all the time, but I still have to learn a lot . Oh, one little remark I switched the focus next en focus prev keys. Using them like they are default seems counter intuitive, but that's me .
Offline
Thanks for your reply, i really should write some documentation.
- bookmarks: I can make bookmarks, already made a few. But now the question: how to acces them? The man page tells me: gB Show Bookmarks, open bookmark in a new view (command bookmarks_nv). Well, gB shows me the list of bookmarked urls, but how to 'scroll' through them to get to the one I need?
You can scroll through the bookmarks pressing Tab or Shift-Tab. You can also access the bookmarks via the normal tab-completion.
- quickmarks: what are they and what to use them for?
You can define quickmarks for pages you visit very often. This pages can then be accessed through a shortcut. I can give an example: you go to archlinux.org and add the quickmark "a" by pressing "ma". The next time you can simply press "ba" to open this quickmark.
- on some sites using the 'f' to show the hints isn't working at all. On others it may take a while to load them.
i know that the performance of the hinting script isn' t the best, i try to improve it if i can motivate to do some javascript. I already thought about implementing hints without javascript, but i don't want to switch to the development version of webkit.
Offline
Thanks for this great web browser. It seems one of the bookmark bugs i encountered a while back is fixed (dwb would sometimes rewrite my bookmarks file with garbage data).
One small problem i do have now is that on open commands, whatever follows after ":open" is not stripped of whitespace on the left, so if I'm copying a url that leads with a space, it would use the default search engine to search for it.
Offline
One small problem i do have now is that on open commands, whatever follows after ":open" is not stripped of whitespace on the left, so if I'm copying a url that leads with a space, it would use the default search engine to search for it.
Thanks for mentioning, fixed in the latest revision.
Offline
Great browser thus far!
I've just noticed a couple things while I've used it:
1. No matter which paste I use, it attempts to either open the string as a url. Is there currently a way to have paste paste into the text field where the cursor is currently placed?
2. I also have the crash issue whereby if I scroll to far down (either mouse, down arrow, or 'j', although using 'j' seems to result in less crashing), however the only output I've gotten thus far relates to gtk errors. If you want to see those, I can to crash it again and then post.
3. I've checked the man pages and attempted to use the commands, but I still cannot figure out how to change key bindings in the browser using Sk or sk. Could you provide a bit more detail in the man page or help file?
Edit: I just remembered the 4th issue:
4. Find previous and Find next don't seem to work for me.
Last edited by arane (2010-10-20 20:08:47)
Offline
1. No matter which paste I use, it attempts to either open the string as a url. Is there currently a way to have paste paste into the text field where the cursor is currently placed?
The paste functions are intended to open the string as a url. To paste into textfields you can use the webkit-builtin shortcuts (ctrl-v for clipboard shift -insert for primary selection).
2. I also have the crash issue whereby if I scroll to far down (either mouse, down arrow, or 'j', although using 'j' seems to result in less crashing), however the only output I've gotten thus far relates to gtk errors. If you want to see those, I can to crash it again and then post.
Can't reproduce a crash scrolling up or down, so error messages would be great.
3. I've checked the man pages and attempted to use the commands, but I still cannot figure out how to change key bindings in the browser using Sk or sk. Could you provide a bit more detail in the man page or help file?
I thought, that at least the webinterface is self-explanatory: Just enter the new shorcut in the textentry. Pressing enter will save the new shorcut.
If you use "sk" you can use tab-completion so you can scroll through the possible commands. For example if you want to remap the open-function to C-o, just enter "open Control o" in the command line.
But i know that i have to update the man-pages.
4. Find previous and Find next don't seem to work for me.
I cannot reproduce this either.
Offline