Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | container: add cursorNthLink, cursorRevNthLink | bptato | 2023-10-14 | 1 | -0/+11 |
| | |||||
* | Add w3m-cgi-compat option | bptato | 2023-10-01 | 1 | -4/+19 |
| | |||||
* | more vi/m compat | bptato | 2023-10-01 | 1 | -12/+22 |
| | |||||
* | Improve vi/m compat in scrolling | bptato | 2023-10-01 | 1 | -2/+39 |
| | |||||
* | update docs | bptato | 2023-09-30 | 1 | -9/+21 |
| | |||||
* | loader: add local-cgi | bptato | 2023-09-30 | 1 | -2/+30 |
| | | | | | | | | | | | Add w3m-style local CGI support. It is not quite as powerful as w3m's local CGI, because it lacks an equivalent to W3m-control. Not sure if it's worth adding; we certainly shouldn't allow passing JS in headers, but a custom language for headers does not sound like a great idea either... eh, idk. also, TODO add multipart | ||||
* | Add precnum support to more functions | bptato | 2023-09-26 | 1 | -12/+12 |
| | |||||
* | Add M-p as "load page on clipboard" | bptato | 2023-09-25 | 1 | -0/+8 |
| | |||||
* | improve manpages | bptato | 2023-09-20 | 1 | -3/+12 |
| | |||||
* | update config | bptato | 2023-09-20 | 1 | -2/+2 |
| | | | | 8-bit colors are now supported | ||||
* | config.md: more preprocessing | bptato | 2023-09-20 | 1 | -1/+1 |
| | |||||
* | add table_rewrite.sh | bptato | 2023-09-20 | 1 | -2/+2 |
| | | | | | | pandoc can only generate manpage tables from markdown tables, but the markdown pipe table syntax is horrible. So instead of rewriting our markdown documentation to use that syntax, just programmatically rewrite it. | ||||
* | add manpages | bptato | 2023-09-20 | 1 | -1/+5 |
| | | | | still needs some work | ||||
* | document pager.extern | bptato | 2023-09-20 | 1 | -0/+13 |
| | | | | it's better than nothing, maybe? | ||||
* | container: accept numbers in cursorLeft, cursorRight, etc. | bptato | 2023-09-09 | 1 | -9/+9 |
| | | | | | | These functions now take a numeric argument to determine how many cells/lines to move. Also, update the default config so e.g. 9j now works. | ||||
* | Add vi-style numeric prefixes, make gotoLine 1-based | bptato | 2023-09-08 | 1 | -3/+62 |
| | | | | | | | | * it is now possible to jump to the nth line by typing {n}G * gotoLine is now 1-based, so to go to the first line you would use pager.gotoLine(1) * it is now allowed to return a function from a keybinding (which will be subsequently executed as a regular keybinding) | ||||
* | container: add separate commands for 0 and ^ | bptato | 2023-09-08 | 1 | -0/+5 |
| | | | | | Just as in vi, 0 puts the cursor at the beginning of the current line, and ^ puts the cursor at the position of the first non-blank character. | ||||
* | Allow overriding default headers | bptato | 2023-08-26 | 1 | -0/+5 |
| | |||||
* | Update docs | bptato | 2023-08-13 | 1 | -0/+12 |
| | |||||
* | Add default background/foreground color override | bptato | 2023-07-29 | 1 | -0/+12 |
| | |||||
* | doc: add missing end tag | bptato | 2023-07-26 | 1 | -1/+1 |
| | |||||
* | Add suspend() function (bound to C-z) | bptato | 2023-07-26 | 1 | -2/+20 |
| | |||||
* | Add compileMatchRegex | bptato | 2023-07-25 | 1 | -8/+34 |
| | | | | | | | This makes it so that host = 'example\.org' mandates an exact match, but host = '^example' matches example.org, example.com, etc. (Previously, 'example\.org' would have matched exampleexample.org as well, which was quite counter-intuitive.) | ||||
* | Improve encoding support | bptato | 2023-07-12 | 1 | -11/+13 |
| | | | | | | | | * Use the output charset in lineedit (as w3m does) * encoder: fix broken UTF-8 encoding, use openArray instead of var seq for input queue * Add RuneStream as an in-memory interface to EncoderStream * Document display-charset config option | ||||
* | Add proxy support | bptato | 2023-07-04 | 1 | -0/+13 |
| | |||||
* | doc: fix typo | bptato | 2023-06-28 | 1 | -5/+5 |
| | |||||
* | cookie sharing example | bptato | 2023-06-26 | 1 | -0/+7 |
| | |||||
* | config: add stylesheet, apply siteconf to piped input | bptato | 2023-06-26 | 1 | -0/+10 |
| | |||||
* | Add XTERM title renaming | bptato | 2023-06-07 | 1 | -3/+11 |
| | |||||
* | Fix more config inconsistencies | bptato | 2023-06-01 | 1 | -1/+13 |
| | | | | So that the default config actually works again. Also some doc updates. | ||||
* | Refactor config, add charset opts | bptato | 2023-05-16 | 1 | -8/+69 |
| | | | | Only document-charset supported for now. | ||||
* | res/config, doc/config: encode search query strings | bptato | 2023-01-08 | 1 | -14/+14 |
| | |||||
* | Add ask() | bptato | 2023-01-05 | 1 | -2/+11 |
| | |||||
* | pager: proxy values in container; js: bugfixes | bptato | 2022-12-20 | 1 | -1/+21 |
| | | | | Also, a little bonus: w3m keybindings | ||||
* | Allow cycling through hover-texts with u | bptato | 2022-12-16 | 1 | -1/+3 |
| | |||||
* | Update visual home page, use name consistently | bptato | 2022-12-16 | 1 | -8/+8 |
| | |||||
* | Document discardTree | bptato | 2022-12-16 | 1 | -0/+5 |
| | |||||
* | discardTree only kills child buffers, fix discardBuffer | bptato | 2022-12-16 | 1 | -3/+3 |
| | |||||
* | Add discardTree, update docs | bptato | 2022-12-15 | 1 | -66/+329 |
| | |||||
* | doc: fix headers; url: fix a shorten_path bug | bptato | 2022-12-13 | 1 | -10/+10 |
| | |||||
* | Add referer support, re-render on windowChange | bptato | 2022-12-13 | 1 | -0/+12 |
| | |||||
* | Fix stream error handling confusion, title display | bptato | 2022-12-13 | 1 | -1/+1 |
| | | | | Also probably other fixes. | ||||
* | Add more cookie options | bptato | 2022-12-13 | 1 | -13/+25 |
| | |||||
* | Add network.max-redirect, prepend-https options | bptato | 2022-12-13 | 1 | -7/+37 |
| | |||||
* | Update config and config docs | bptato | 2022-12-13 | 1 | -14/+154 |
| | |||||
* | Fix typo in docs | bptato | 2022-12-11 | 1 | -2/+2 |
| | |||||
* | Update documentation | bptato | 2022-12-07 | 1 | -17/+128 |
| | |||||
* | Update docs | bptato | 2022-11-19 | 1 | -70/+89 |
| | |||||
* | Update documentation | bptato | 2022-08-18 | 1 | -9/+10 |
| | |||||
* | Update docs | bptato | 2022-07-30 | 1 | -23/+18 |
| |