Commit graph

371 commits

Author SHA1 Message Date
Oliver Blanthorn
61a01efeab
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-js_pipes 2018-05-28 21:45:38 +01:00
glacambre
4f110f683d
excmds.ts: Fix composite giving additional argument to first piped cmd 2018-05-28 19:48:35 +02:00
Oliver Blanthorn
5322577e0f
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-smoothscroll 2018-05-28 16:31:28 +01:00
glacambre
30c8c82214
excmds.ts: Store jumplist in tab storage 2018-05-27 15:59:20 +02:00
glacambre
21a717648f
excmds.ts: Make jumpnext/prev able to go back/forward in tab history 2018-05-27 09:03:08 +02:00
glacambre
3a864c189d
{config,excmd}.ts: Implement :jumpback and :jumpforward 2018-05-27 09:03:04 +02:00
glacambre
c4d1d9dcd2
excmds.ts: Add -p flag to js() and jsb() 2018-05-27 06:29:40 +02:00
glacambre
06d79aeb82
excmds.ts: Add error handling to composite() 2018-05-26 21:14:30 +02:00
glacambre
afab52e5dd
excmds.ts: Make composite() stop casting returned values to string 2018-05-26 18:45:18 +02:00
glacambre
0e95ead1c3
Implement smooth scrolling 2018-05-26 17:33:10 +02:00
Oliver Blanthorn
cc7e3f3255
Improve home docs 2018-05-25 16:24:24 +01:00
Oliver Blanthorn
04a3586fc4
Merge branch 'master' of github.com:cmcaine/tridactyl into sirn-mac-nativeopen 2018-05-25 09:32:34 +01:00
Oliver Blanthorn
801288bfc1
Improve nativeopen warnings 2018-05-25 09:32:20 +01:00
Oliver Blanthorn
98f29d875a
Document <C-A-`> bind for ignore mode 2018-05-25 09:24:02 +01:00
Kridsada Thanabulpong
0272b3205d
Put some message in cmdline for new window or private window. 2018-05-25 01:43:52 +07:00
Kridsada Thanabulpong
cc6fc69ac7
Support macOS in nativeopen 2018-05-25 01:43:52 +07:00
Oliver Blanthorn
458db36606
Update ESR link to 52 2018-05-24 15:44:16 +01:00
Oliver Blanthorn
b8dea34d0d
Merge pull request #603 from sumnerevans/hint-documentation
Adding notes about typing hint characters in lowercase (fix #588).
2018-05-23 21:49:35 +01:00
Oliver Blanthorn
00eced44ec
Fix links to documentation 2018-05-23 20:29:45 +01:00
Sumner Evans
36872df2b2
#588 adding notes about typing hint characters in lowercase 2018-05-23 11:22:50 -06:00
Oliver Blanthorn
98ad63cfc8
Improve discoverability of contributors 2018-05-23 15:39:40 +01:00
Oliver Blanthorn
e453464697
Make qa into an alias: fix #595 2018-05-22 17:09:19 +01:00
Oliver Blanthorn
c2ed90aacb
Add shydactyl theme to list of themes and help 2018-05-20 18:17:17 +01:00
jcrowgey
bb5a82ae31
Call get when there's no value to set: fix #573
This is simple, but untested (I didn't see any test code in this repo).
2018-05-20 16:21:58 +01:00
Thomas Broadley
634ac54260
Fix path to docs in :help command 2018-05-20 16:21:58 +01:00
Oliver Blanthorn
89a2085743
Make DocStart URL matching use search 2018-05-19 14:55:11 +01:00
Mohammad AlSaleh
36667348f1 Add a hint option for copying 'title' or 'alt' text
Similar to Vimperator's `;x`.

Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
2018-05-18 18:47:31 +03:00
Oliver Blanthorn
14919b7e2f
Make hint -; accept selectors 2018-05-18 15:25:11 +01:00
Oliver Blanthorn
f026c0daf7
Update readme: fix #558 2018-05-18 12:32:19 +01:00
maxigaz
002b7aae6c
Add fixamo to enable Tridactyl on addons.mozilla.org
No, it's not April Fools' Day.
2018-05-17 22:08:45 +01:00
Colin Caine
d36757cbc8 Fix <C-i> on contenteditable elements 2018-05-17 21:42:47 +01:00
maxigaz
8c2c62d20e Updated caveats on internal FF pages and GUI 2018-05-17 21:50:01 +02:00
Oliver Blanthorn
da3a1fa84d
Add jsb for eval in the background context 2018-05-17 16:45:55 +01:00
Babil Golam Sarwar
48e19c9633
Fix :updatenative command on Windows 2018-05-17 12:19:54 +01:00
Babil Golam Sarwar
c464e00cc1
Add native-messenger support for Windows 2018-05-17 12:19:53 +01:00
Oliver Blanthorn
6c1cc481de
Add ; for old pipe behaviour with composite 2018-05-16 17:46:25 +01:00
Oliver Blanthorn
297a688d79
Improve error ignoring capabilities 2018-05-16 17:31:33 +01:00
Oliver Blanthorn
90d9098afe
current_url, now with more dogfood 2018-05-16 17:12:29 +01:00
Oliver Blanthorn
0ff755a57e
Make exclaim_quiet return the result of the native command 2018-05-16 16:44:53 +01:00
Oliver Blanthorn
e408f080d1
Allow composite to pipe return values and add js eval 2018-05-16 16:44:53 +01:00
glacambre
638cdd6d55
excmds.ts: Document TriStart, allow creating TriStart autocmds 2018-05-16 14:03:01 +01:00
glacambre
7e91ff3b6f
Implement :restart 2018-05-16 13:48:22 +01:00
Oliver Blanthorn
3c4f569434
Merge branch 'rfe/495' of https://github.com/larsks/tridactyl into larsks_prs 2018-05-15 22:48:27 +01:00
Oliver Blanthorn
78ba957cde
Merge branch 'master' of github.com:cmcaine/tridactyl into antonva-containers 2018-05-12 14:26:42 +01:00
Oliver Blanthorn
0195911606
Add a bunch of hacks to fix #518 2018-05-11 21:33:10 +01:00
Lars Kellogg-Stedman
861110a76d provide hostname hint in editor temporary files
when calling an external editor, include the hostname of the remote
site in the generated temporary filename.

Closes #495
2018-05-11 13:33:40 -04:00
Oliver Blanthorn
d648ef4a9a
Add exemplar .tridactylrc 2018-05-10 22:35:09 +01:00
Oliver Blanthorn
d428e2e9b0
Fix #513: Make Native.read understand ~ 2018-05-10 21:40:13 +01:00
Isaac Khor
5a7c786840
Add source for RC files, source_quiet at startup
Commit attributed to Isaac as he was instrumental to getting this in.
@bovine3dom added all of the bugs.
2018-05-10 21:38:52 +01:00
glacambre
8e779fe7de
excmds.ts: guiset(): Catch uncaught error 2018-05-10 13:02:26 +02:00