Oliver Blanthorn
061178649e
Show tutorial on first install of Tridactyl
2018-04-14 22:37:16 +01:00
Oliver Blanthorn
252158791c
Update docstrings; hide internal function
2018-04-14 22:14:16 +01:00
Oliver Blanthorn
670c5be323
Start tutorial. Currently does not run in extension
2018-04-13 23:30:53 +01:00
Oliver Blanthorn
095ce771ea
Formatting: run all typescript through prettier
2018-04-13 19:28:03 +01:00
Oliver Blanthorn
e441acb0fe
Improve help on excmds.ts and show new tab page on first run
2018-04-12 22:33:10 +01:00
Oliver Blanthorn
cc193a4800
Merge branch 'master' of github.com:cmcaine/tridactyl into IsaacKhor-i341-fix-tabclose
2018-04-12 13:32:58 +01:00
Oliver Blanthorn
3fbad9e693
Support #/% index for tabs everywhere
2018-04-12 13:17:17 +01:00
Oliver Blanthorn
ac3accbc45
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_scrolling_again
2018-04-12 12:14:56 +01:00
glacambre
15c8c47015
excmds.ts: Make recursiveScroll take frames into account
2018-04-12 00:02:19 +02:00
glacambre
21fe018110
excmds.ts: Try to optimize recursiveScroll, fix it for some sites
2018-04-11 23:49:36 +02:00
Oliver Blanthorn
a59b824221
Fix #370 : add clipboard yanktitle|yankmd
2018-04-11 19:05:30 +01:00
Oliver Blanthorn
647ea742c1
Add fullscreen
command
...
Hold `.` after running for extra fun.
2018-04-11 18:19:29 +01:00
Oliver Blanthorn
8f5e0c0781
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_scrolling
2018-04-11 17:25:42 +01:00
glacambre
dc6543719c
excmds.ts: Make scrollline recursive, fix recursiveScroll
2018-04-11 08:23:11 +02:00
glacambre
ddc83c7c37
{excmds,hinting}.ts: use DOM.focus() instead of elem.focus()
2018-04-02 14:53:13 +02:00
Oliver Blanthorn
442e99c16e
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-impl_viewsource
2018-04-02 13:32:56 +01:00
Oliver Blanthorn
2eda9b8fb2
Stop wanton verbiage from autocmds clogging up the console
2018-03-26 14:00:26 +01:00
Oliver Blanthorn
972e69ad9c
Find mode tidied up for intrepid explorers.
2018-03-18 15:08:09 +00:00
Oliver Blanthorn
6d8fe17069
Add nascent find mode
2018-03-18 13:11:11 +00:00
Oliver Blanthorn
f2244ee554
Sketch out find command using mark.js
2018-03-18 13:10:17 +00:00
glacambre
a163eaa732
excmds.ts,viewsource.css: Make :viewsource respect color scheme
2018-03-17 12:42:13 +01:00
glacambre
b83fbfec5e
excmds.ts: Fix viewsource disregarding its argument
2018-03-17 12:42:06 +01:00
glacambre
5be209f100
Implement tridactyl-viewsource
...
The problem with the current :viewsource is that it loads a page in
which Tridactyl is not loaded. This commit fixes this by enabling a new
setting, "viewsource" which can be set to either "default" or
"tridactyl". If "tridactyl" is selected, then :viewsource will load the
source code of the HTML page in the current page instead of redirecting
the user to the view-source:// version of the page.
2018-03-17 12:42:03 +01:00
glacambre
942ecfc054
excmds.ts: Implement basic :viewsource command
2018-03-17 12:40:49 +01:00
Isaac Khor
b607d8f5bd
Fix #341 : tabclose #
now works
2018-03-14 21:34:30 +08:00
Oliver Blanthorn
b7a833fcf5
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_#325
2018-03-13 12:46:43 +00:00
Oliver Blanthorn
ddbc505ca5
Rename gistyle to gimode, default to firefox, version to configversion
2018-03-13 12:46:31 +00:00
Colin Caine
6afda3b632
Rewrite tabopen and openInNewTab
...
Fixes #342 and a bug where I used id rather than index.
2018-03-12 22:42:51 +00:00
Colin Caine
88f7183bc0
excmds: Re-order content and bg setup
2018-03-12 22:42:51 +00:00
Oliver Blanthorn
c042fd14b3
Add winopen equivalent to webext.ts, add and document private and window hints
2018-03-12 17:07:42 +00:00
glacambre
9247aeec84
Merge branch 'master' into fix_#325
2018-03-10 15:50:11 +01:00
glacambre
234e422960
{config,excmd}.ts: Rename vimium-gi->gistyle, change vals to nextinput/default
2018-03-10 15:42:09 +01:00
Colin Caine
e43f4fae41
Document dark theme
2018-03-08 22:34:22 +00:00
Fabian Furger
7ceaf84358
Apply theme to command line
...
Use dark theme from
https://gist.github.com/KrazyCavin/cebb807e961a4a32bb04aa0c1757bab8
Relates to #230 .
2018-03-08 21:57:21 +00:00
Oliver Blanthorn
bc20f8d4ef
Merge branch 'master' of github.com:cmcaine/tridactyl
2018-03-07 14:55:36 +00:00
Oliver Blanthorn
f1dcea1ed1
Release 1.8.1
...
Changes summarised in doc/changelog.md. Additionally, change version
excmd to stop copying to clipboard as it was causing the command line to
be hidden, and add version number to the new tab page.
2018-03-07 14:50:50 +00:00
glacambre
c1d399e396
excmds.ts: Make open() open newtab page when given no argument
2018-03-03 12:40:52 +01:00
glacambre
67e95a87d7
excmds.ts: export forceURI function
2018-03-03 09:56:05 +01:00
Colin Caine
1bf859bb01
Fix #321
2018-03-02 17:26:40 +00:00
glacambre
ec6226b1e4
excmds.ts: Fix scrollpx not working on some websites
2018-02-27 22:30:58 +01:00
Colin Caine
7e7528746b
Fix unbind
2018-02-19 15:59:56 +00:00
Colin Caine
188ea0b39b
followpage now falls back to urlincrement
2018-02-19 01:34:15 +00:00
Colin Caine
55e2d463ac
Don't try to show bind for empty key
2018-02-19 01:23:21 +00:00
Colin Caine
3218b9157e
Improve feedback on bind
, get
...
Now these commands populate the commandline. It's pretty rubbish that we
don't have a messaging system yet, but this is better than nothing.
2018-02-19 01:18:48 +00:00
Colin Caine
ce480c6de6
Fix unset for new config system
...
Thanks Lexi for bugreport.
2018-02-19 00:37:42 +00:00
Colin Caine
58d38a9f70
Support changing followpage pattern
2018-02-18 18:23:40 +00:00
Colin Caine
3ba21592cc
Simplify findRelLink
2018-02-18 18:21:59 +00:00
Colin Caine
259e4f182f
Make tab opening behaviour more consistent
2018-02-18 16:08:19 +00:00
Saul Reynolds-Haertle
282766ed1e
Add vimperator-reflow hint filter mode
...
This mode works like vimperator-mode, but additionally renames hints
as they're filtered.
2018-02-13 23:08:53 +00:00
Oliver Blanthorn
c17878098d
Merge branch 'master' of github.com:cmcaine/tridactyl into aucmd
2018-02-02 15:00:10 +00:00