Commit graph

348 commits

Author SHA1 Message Date
Oliver Blanthorn
0933e05de3
Merge pull request #571 from tbroadley/help-path-to-docs
Fix path to docs in :help command
2018-05-19 15:06:29 +01:00
Oliver Blanthorn
89a2085743
Make DocStart URL matching use search 2018-05-19 14:55:11 +01:00
Thomas Broadley
155bcfc131 Fix path to docs in :help command 2018-05-19 09:36:55 -04: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
glacambre
5a78ae8bc8
excmds.ts: guiset(): Simplify error handling 2018-05-10 13:02:19 +02:00
glacambre
7ff1e590d6
{excmds,native_background}.ts: Move nativegate() to native_background.ts 2018-05-09 22:22:47 +02:00
Oliver Blanthorn
963024f7c2
Remove buffers,tabs as promised 2018-05-09 14:28:49 +01:00
Colin Caine
948f3c9442 Review css_util
Add comments and simplify a bit. LGTM
2018-05-09 13:46:51 +01:00
Colin Caine
91ab52b7d5 Improve profile detection. Fix #498
Warn if multiple active profiles are detected and don't look for lock
files that are deeper in the profile directory.
2018-05-08 14:05:01 +01:00
Anton
19fd1196f8 hint -b now follows current tab's container, similar tabopen behaviour now behind a new setting 'tabopencontaineraware', defaults to false. 2018-05-08 12:27:30 +00:00
Oliver Blanthorn
dbdbfb0322
Merge pull request #494 from glacambre/turn_functions_into_aliases
Turn functions into aliases
2018-05-08 09:01:08 +01:00
glacambre
cf4164668e
{config,excmds}.ts: Turn 'q' and 'qall' into aliases 2018-05-07 23:05:51 +02:00
Oliver Blanthorn
04ae5b1322
Fix typo regarding binding of special keys 2018-05-07 12:54:53 +01:00
glacambre
4119f0e54d
excmds.ts: Make sure focusinput() focuses an existing elem 2018-05-05 17:46:36 +02:00
Oliver Blanthorn
0cc08acd8e
Improve guiset documentation 2018-05-05 13:06:49 +01:00
Oliver Blanthorn
81613c9c42
Merge branch 'master' of github.com:cmcaine/tridactyl into nativeuserchrome 2018-05-05 12:49:45 +01:00
Oliver Blanthorn
60e1a3d748
Mark some old commands for deletion. Remove after version 1.10.2. 2018-05-04 23:45:05 +01:00
Oliver Blanthorn
78cec3dd41
Fix #474: ability to open a handful of about:* pages without native 2018-05-04 23:05:40 +01:00
Erik Johnson
316e16c846
Update tab page and other documentation to reflect new ignore mode binding 2018-05-04 10:14:35 -05:00
Oliver Blanthorn
24d4563241
Add binds for tabcloseallto{right,left} and make lowercase 2018-05-04 11:41:22 +01:00
Bruno Oliveira
b1365e134e
Implements #461
Include commands tabcloseAllToRight and tabcloseAllToLeft closing
all tabs to the left/right of the active one. No default binding
included.
2018-05-04 11:41:22 +01:00
Oliver Blanthorn
fa6d91b564
Improve feedback on nativegate 2018-05-04 11:08:39 +01:00
Oliver Blanthorn
9a94449900
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_scrolling_again_again 2018-05-03 17:52:22 +01:00
Oliver Blanthorn
4a8870c363
Ameliorate #454: allow historyresults to be configured 2018-05-03 17:48:03 +01:00
glacambre
73b9f47377
excmds.ts: Fix scrollto(0/100,y) not working on some websites
According to
https://drafts.csswg.org/cssom-view/#dom-document-scrollingelement
scrollingElement can be null. This happened on
http://www.angelfire.com/super/badwebs/ . This caused `elem` to be null
and resulted in an error when pressing G/gg.
2018-05-02 19:34:13 +02:00
Oliver Blanthorn
7e55762940
Update help to reflect lack of return values 2018-05-02 12:48:23 +01:00
Oliver Blanthorn
9b5307262f
:help no longer needs to scroll down 2018-05-01 14:02:53 +01:00