about summary refs log tree commit diff stats
path: root/doc/config.md
Commit message (Collapse)AuthorAgeFilesLines
* container: add cursorNthLink, cursorRevNthLinkbptato2023-10-141-0/+11
|
* Add w3m-cgi-compat optionbptato2023-10-011-4/+19
|
* more vi/m compatbptato2023-10-011-12/+22
|
* Improve vi/m compat in scrollingbptato2023-10-011-2/+39
|
* update docsbptato2023-09-301-9/+21
|
* loader: add local-cgibptato2023-09-301-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 functionsbptato2023-09-261-12/+12
|
* Add M-p as "load page on clipboard"bptato2023-09-251-0/+8
|
* improve manpagesbptato2023-09-201-3/+12
|
* update configbptato2023-09-201-2/+2
| | | | 8-bit colors are now supported
* config.md: more preprocessingbptato2023-09-201-1/+1
|
* add table_rewrite.shbptato2023-09-201-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 manpagesbptato2023-09-201-1/+5
| | | | still needs some work
* document pager.externbptato2023-09-201-0/+13
| | | | it's better than nothing, maybe?
* container: accept numbers in cursorLeft, cursorRight, etc.bptato2023-09-091-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-basedbptato2023-09-081-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 ^bptato2023-09-081-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 headersbptato2023-08-261-0/+5
|
* Update docsbptato2023-08-131-0/+12
|
* Add default background/foreground color overridebptato2023-07-291-0/+12
|
* doc: add missing end tagbptato2023-07-261-1/+1
|
* Add suspend() function (bound to C-z)bptato2023-07-261-2/+20
|
* Add compileMatchRegexbptato2023-07-251-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 supportbptato2023-07-121-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 supportbptato2023-07-041-0/+13
|
* doc: fix typobptato2023-06-281-5/+5
|
* cookie sharing examplebptato2023-06-261-0/+7
|
* config: add stylesheet, apply siteconf to piped inputbptato2023-06-261-0/+10
|
* Add XTERM title renamingbptato2023-06-071-3/+11
|
* Fix more config inconsistenciesbptato2023-06-011-1/+13
| | | | So that the default config actually works again. Also some doc updates.
* Refactor config, add charset optsbptato2023-05-161-8/+69
| | | | Only document-charset supported for now.
* res/config, doc/config: encode search query stringsbptato2023-01-081-14/+14
|
* Add ask()bptato2023-01-051-2/+11
|
* pager: proxy values in container; js: bugfixesbptato2022-12-201-1/+21
| | | | Also, a little bonus: w3m keybindings
* Allow cycling through hover-texts with ubptato2022-12-161-1/+3
|
* Update visual home page, use name consistentlybptato2022-12-161-8/+8
|
* Document discardTreebptato2022-12-161-0/+5
|
* discardTree only kills child buffers, fix discardBufferbptato2022-12-161-3/+3
|
* Add discardTree, update docsbptato2022-12-151-66/+329
|
* doc: fix headers; url: fix a shorten_path bugbptato2022-12-131-10/+10
|
* Add referer support, re-render on windowChangebptato2022-12-131-0/+12
|
* Fix stream error handling confusion, title displaybptato2022-12-131-1/+1
| | | | Also probably other fixes.
* Add more cookie optionsbptato2022-12-131-13/+25
|
* Add network.max-redirect, prepend-https optionsbptato2022-12-131-7/+37
|
* Update config and config docsbptato2022-12-131-14/+154
|
* Fix typo in docsbptato2022-12-111-2/+2
|
* Update documentationbptato2022-12-071-17/+128
|
* Update docsbptato2022-11-191-70/+89
|
* Update documentationbptato2022-08-181-9/+10
|
* Update docsbptato2022-07-301-23/+18
|