Oliver Blanthorn
|
afd0eb95a7
|
Change ignore mode binds to be symmetric and resolve Jupyter conflict
|
2018-04-28 13:38:53 +01:00 |
|
glacambre
|
8677417314
|
newtab: Fix viewsource elem appearing at the bottom of newtab.html
|
2018-04-28 08:06:40 +02:00 |
|
glacambre
|
3fa8ac4322
|
excmds.ts: Remove viewsource elem on spa history changes
|
2018-04-28 07:54:22 +02:00 |
|
glacambre
|
9d1e5c6d87
|
viewsource.css: Fix viewsource elem not always covering the whole page
|
2018-04-28 07:05:25 +02:00 |
|
Oliver Blanthorn
|
2f31ade76a
|
Support modifying userChrome even if user hasn't done it themselves first
|
2018-04-28 00:08:39 +01:00 |
|
Oliver Blanthorn
|
5d178fce3a
|
Quote spaces
|
2018-04-27 21:51:13 +01:00 |
|
Oliver Blanthorn
|
cef230182f
|
Improve open documentation.
|
2018-04-27 21:43:58 +01:00 |
|
Oliver Blanthorn
|
38c78a276e
|
Add OSX support for getProfileDir
|
2018-04-27 21:24:20 +01:00 |
|
Oliver Blanthorn
|
c948658e56
|
Fix #446: you can now edit completions you select with space
|
2018-04-27 16:45:50 +01:00 |
|
Oliver Blanthorn
|
f1b67b4279
|
Merge branch 'master' of github.com:cmcaine/tridactyl into nativeuserchrome
|
2018-04-27 15:30:50 +01:00 |
|
Oliver Blanthorn
|
15ca28fb3e
|
Add exclaim_quiet to suppress output and rebind ;v so that mpv doesn't steal focus after playing
|
2018-04-26 20:54:32 +01:00 |
|
Oliver Blanthorn
|
24f9968abb
|
Bind help to F1
|
2018-04-26 19:53:54 +01:00 |
|
Oliver Blanthorn
|
d8af755e83
|
Suppress some errors when checking if native version is installed so that helpful ones can be displayed
|
2018-04-26 19:35:41 +01:00 |
|
Oliver Blanthorn
|
2f87e338b0
|
Fix #437: Improve native messenger documentation.
|
2018-04-26 18:24:34 +01:00 |
|
Oliver Blanthorn
|
5959d2d28e
|
Document native messenger better
|
2018-04-26 12:52:06 +01:00 |
|
Oliver Blanthorn
|
2231f5c422
|
Use system shell rather than python in exclaim
|
2018-04-26 12:33:01 +01:00 |
|
Oliver Blanthorn
|
a687ac95d8
|
Stop native messenger being updated from the internet on web-ext reload
|
2018-04-26 12:32:10 +01:00 |
|
Colin Caine
|
e2b8b95b23
|
Fix :open <empty string>. Fixes #421
|
2018-04-26 09:10:25 +01:00 |
|
Colin Caine
|
2d9a27d211
|
Filter AltGraph keys. Fixes #430
|
2018-04-26 08:53:01 +01:00 |
|
Colin Caine
|
04edf0054f
|
Omit deprecated code
|
2018-04-26 08:50:02 +01:00 |
|
Colin Caine
|
2df99412ef
|
release 1.9.8
|
2018-04-26 01:29:25 +01:00 |
|
Colin Caine
|
92cbb22992
|
Fix error reporting loop with noiframeon
|
2018-04-26 01:10:33 +01:00 |
|
Colin Caine
|
8e05cd2918
|
Don't record empty strings or src/controller.tss. Don't send them to exstr parser either.
|
2018-04-25 22:30:57 +01:00 |
|
Colin Caine
|
9427f3bae5
|
Fix cool-retro-term detection (IMPORTANT)
|
2018-04-25 22:13:45 +01:00 |
|
Colin Caine
|
e955e3bfdf
|
Fix vim detection
|
2018-04-25 22:12:41 +01:00 |
|
Oliver Blanthorn
|
c4a5313095
|
Explain that the hint tags are typed in lowercase even though they are displayed in uppercase
|
2018-04-25 21:02:08 +01:00 |
|
Oliver Blanthorn
|
322086aa8d
|
Work on OSX support
|
2018-04-25 20:43:44 +01:00 |
|
Oliver Blanthorn
|
8530b78447
|
Try to start a sane editor.
|
2018-04-25 20:43:43 +01:00 |
|
Oliver Blanthorn
|
5d936a7d44
|
Make editor work in input mode
|
2018-04-25 20:43:43 +01:00 |
|
Oliver Blanthorn
|
dca9039883
|
Give up on Windows support for now
|
2018-04-25 20:43:43 +01:00 |
|
Oliver Blanthorn
|
16cce26daa
|
Update native messenger with Tridactyl
|
2018-04-25 20:43:43 +01:00 |
|
Oliver Blanthorn
|
2dcf9dabaa
|
Add interactive arugments to some native commands
|
2018-04-25 20:43:43 +01:00 |
|
Oliver Blanthorn
|
26475f5565
|
Make native update script user configurable, give feedback
|
2018-04-25 20:43:43 +01:00 |
|
Oliver Blanthorn
|
4dd22e7aca
|
Add ! alias to exclaim. NB: requires a space after it.
|
2018-04-25 20:43:42 +01:00 |
|
Oliver Blanthorn
|
528c931971
|
Implement pipe support.
|
2018-04-25 20:43:42 +01:00 |
|
Oliver Blanthorn
|
3bbf2767f1
|
Generate the temporary file for $EDITOR in python
This should make multi-platform support easier and aid security (only
the user wot made the file can read it).
|
2018-04-25 20:43:42 +01:00 |
|
Oliver Blanthorn
|
a8cc9d454d
|
Add native version checker and nativeopen
Adds semver-compare runtime dependency: might be worth statically
linking it since it's so simple.
|
2018-04-25 20:43:42 +01:00 |
|
Oliver Blanthorn
|
0afd9dfffe
|
Add exemplar exclaim binding and improve docs
|
2018-04-25 20:43:41 +01:00 |
|
Oliver Blanthorn
|
890371b402
|
Add hint -W [exstr] to execute exstr on hint's href
|
2018-04-25 20:43:41 +01:00 |
|
Oliver Blanthorn
|
0156fc233f
|
Fix trailing space in editor command
Why commit code when you can fix it twice?
|
2018-04-25 20:43:41 +01:00 |
|
Colin Caine
|
ec13fa5dec
|
Native messenger code review
|
2018-04-25 20:43:41 +01:00 |
|
Oliver Blanthorn
|
5f68f9428d
|
Install native messenger on build; edit text in external editor
Currently we only support gVim and Linux, but `winword.exe` support is
theoretically possible.
|
2018-04-25 20:43:13 +01:00 |
|
John Beard
|
31958ed710
|
Merge johnnbeard's and IsaacKhor's native messenger
(Credited to John, merge by Olie)
|
2018-04-25 20:43:13 +01:00 |
|
Oliver Blanthorn
|
42c6a6d2dc
|
release 1.9.7
|
2018-04-25 20:38:27 +01:00 |
|
Colin Caine
|
1e1c1d9d6f
|
Empty object is not falsey
|
2018-04-25 20:30:05 +01:00 |
|
Colin Caine
|
fafb8f4017
|
Add setting noiframeon for servicenow etc
|
2018-04-25 20:30:05 +01:00 |
|
Colin Caine
|
cd868ca04c
|
Load iframe more lazily
|
2018-04-25 20:29:47 +01:00 |
|
Oliver Blanthorn
|
f64dedbd8a
|
Remove errant log.
|
2018-04-25 19:12:25 +01:00 |
|
Oliver Blanthorn
|
46298bccf2
|
release 1.9.6
|
2018-04-25 15:40:11 +01:00 |
|
Oliver Blanthorn
|
44ceb615dc
|
Merge branch 'master' of github.com:cmcaine/tridactyl into glacambre-fix_#395
|
2018-04-25 10:35:13 +01:00 |
|