glacambre
186c1a9904
excmds.ts: Remove setsearchkeyword and forceURI functions
...
setsearchkeyword has been deprecated for a while now and it was the last
place where forceURI was used.
It doesn't make sense to keep forceURI because using it for its intended
purpose (opening new tabs/windows) would make Tridactyl inconsistent:
while openInTab() is able to use Firefox's search engines, forceURI
isn't and search engine usage can't be added to forceURI due to API
mismatches.
2019-02-04 08:22:48 +01:00
glacambre
db5461e513
excmds.ts: Make open_quiet use openInNewTab()
2019-02-04 08:18:01 +01:00
glacambre
7c26cf8f9c
excmds.ts: Remove nativeopen checks from winopen
...
These checks are performed in nativeopen anyway.
2019-02-04 08:00:51 +01:00
glacambre
c0bbdcb536
excmds.ts: Make winopen use openInTab
2019-02-04 07:58:10 +01:00
glacambre
5217227eb9
webext.ts: Fix openInTab() not trying to treat search queries as domains
2019-02-04 07:47:33 +01:00
glacambre
509885cb1d
webext.ts: Fix "search" not performing a literal search in openInTab()
...
https://github.com/tridactyl/tridactyl/pull/1305#discussion_r251495428
2019-02-04 07:31:21 +01:00
Oliver Blanthorn
880a75914d
Add some crazy binds to tridactylrc
2019-02-03 16:53:43 +00:00
Oliver Blanthorn
de954ddc9c
Merge branch 'guiset_statuspanel'
2019-02-03 15:45:23 +00:00
Oliver Blanthorn
fb4b78cbe4
Add missing backtick
2019-02-03 15:45:11 +00:00
Oliver Blanthorn
b2494a236c
Merge branch 'add_doc'
2019-02-03 15:44:14 +00:00
Oliver Blanthorn
9fc0799701
Fix minor typos
2019-02-03 15:43:56 +00:00
Oliver Blanthorn
69a1c1a88d
Merge pull request #1310 from glacambre/mention_disable
...
excmds.ts: use word "disable" in mode/blacklistadd doc
2019-02-03 10:48:49 +00:00
glacambre
536dcb3abc
css_utils.ts: Add statuspanel
rule
...
Related issue: https://github.com/tridactyl/tridactyl/issues/1284#issuecomment-459488419
2019-02-03 08:55:40 +01:00
glacambre
a7336900e3
contributing.md: Fix typos/missing links
2019-02-03 07:52:05 +01:00
glacambre
e108cbce7d
excmds.ts: use word "disable" in mode/blacklistadd
...
As mentionned in https://github.com/tridactyl/tridactyl/issues/339 , this
could be useful for users looking for the word 'disable' in the help
pages.
2019-02-03 06:22:53 +01:00
Oliver Blanthorn
a1186fbd79
Merge pull request #1301 from Rahlir/jshinting
...
Option to disable javascript hinting
2019-02-02 17:38:17 +00:00
glacambre
4b77ff90c2
contributing.md: Explain build process
2019-02-02 14:54:25 +01:00
glacambre
d5ac90a809
contributing.md: Add architecture and macro explanation
2019-02-02 11:31:17 +01:00
Oliver Blanthorn
bdaa65d216
release 1.14.8
2019-01-31 12:25:37 +00:00
Oliver Blanthorn
518a3323ea
Update changelog for 1.14.8
2019-01-31 12:24:11 +00:00
Oliver Blanthorn
710eb9333b
Explain issue #1313
2019-01-31 12:21:00 +00:00
Oliver Blanthorn
707551d135
Merge pull request #1314 from glacambre/update_urls
...
sed -i s@github.com/cmcaine/tridactyl@github.com/tridactyl/tridactyl@
2019-01-31 11:57:22 +00:00
Oliver Blanthorn
a37a719a9d
Merge pull request #1315 from glacambre/winclose
...
Implement winclose and winclose completions
2019-01-31 11:56:06 +00:00
glacambre
3e78e2bcf9
Implement winclose and winclose completions
...
Winclose was already there but was much less useful (could only close
the current window). This commit enables closing other windows and
provides completions for it.
Related issue: https://github.com/tridactyl/tridactyl/issues/794 .
2019-01-31 08:13:05 +01:00
glacambre
f14d3a1930
sed -i s@github.com/cmcaine/tridactyl@github.com/tridactyl/tridactyl@
...
Closes https://github.com/tridactyl/tridactyl/issues/228
2019-01-31 07:16:43 +01:00
Oliver Blanthorn
3e0e1e840f
release 1.14.7
2019-01-30 17:14:44 +00:00
Oliver Blanthorn
3884006911
Update bits and bobs for 1.14.7
2019-01-30 17:14:12 +00:00
Oliver Blanthorn
1b29ad5751
Fix #1229 : don't change titlebar with guiset
2019-01-30 17:02:02 +00:00
Oliver Blanthorn
f7593a93b0
Fix ctrl-6 in abnormal modes
2019-01-30 13:36:35 +00:00
Oliver Blanthorn
80a9d700ec
Merge pull request #1311 from glacambre/mention_troubleshooting_guide
...
Mention troubleshooting guide in newtab/help page
2019-01-30 08:52:33 +00:00
glacambre
46236eab3c
Mention troubleshooting guide in newtab/help page
...
Closes https://github.com/tridactyl/tridactyl/issues/824 .
2019-01-30 06:10:32 +01:00
Tadeas Uhlir
24f2156963
Update doc example for -Jc option
2019-01-29 15:03:58 -05:00
Tadeas Uhlir
c0724f2f04
Add example to docs for hint -Jc command
2019-01-29 14:44:07 -05:00
Tadeas Uhlir
8dc07f785e
Change -j option to -J and fix option parsing
...
This will fix the issue regarding -qJ and -Jq option order. It is not
the prettiest solution but it does the work. Once there is a proper
option parser, there will be nicer way to do this.
2019-01-29 14:38:39 -05:00
Tadeas Uhlir
b992cac53a
Remove editor specific files
2019-01-29 14:36:49 -05:00
Tadeas Uhlir
3fe97c5d53
Update of documentation
2019-01-29 14:36:49 -05:00
Tadeas Uhlir
5d4f6b493f
Add option -j in excmds hint() which disables javascript hinting
...
To make this work I added jshints argument in the pipe() function in
hinting.ts file. This argument is set to true as default to preserve the
original intent of allowing javascript hinting in most cases.
2019-01-29 14:36:49 -05:00
Tadeas Uhlir
f6dabba292
Add swp files
2019-01-29 14:36:49 -05:00
Oliver Blanthorn
70d3d9f352
Add more dogfood
2019-01-29 14:08:04 +00:00
Oliver Blanthorn
e095a05956
Update package-lock
2019-01-29 14:05:23 +00:00
Oliver Blanthorn
9040193027
Explain new search permission for AMO
2019-01-28 16:45:49 +00:00
Oliver Blanthorn
76a707bb1f
Minor doc fixes
2019-01-28 16:32:07 +00:00
Oliver Blanthorn
2c4b41f24c
Merge pull request #1307 from glacambre/fix_1298
...
Fix :editor failing to remove TridactylEditing class on failure
2019-01-28 16:09:39 +00:00
Oliver Blanthorn
a15849b928
Merge pull request #1308 from glacambre/remove_userchrome
...
Remove userChrome-minimal.css
2019-01-28 15:54:18 +00:00
glacambre
4d0d34127b
Remove userChrome-minimal.css
...
As mentioned in https://github.com/tridactyl/tridactyl/issues/1229 , this
userChrome file isn't kept up to date. It's probably better to remove it
and only support modifying the userChrome with `:guiset`, which is
slightly more tested.
2019-01-28 07:32:09 +01:00
glacambre
17bff13d37
Fix :editor failing to remove TridactylEditing class on failure
...
Before this commit, if Tridactyl failed to execute :editor (e.g. because
editorcmd isn't defined), the edited element would keep its
TridactylEditing class.
Closes https://github.com/tridactyl/tridactyl/issues/1298
2019-01-28 07:13:25 +01:00
glacambre
ea257f3644
Add searchengine support
...
This commit adds searchengine support to tridactyl. Avoiding code
duplication between open and tabopen required changing the way tabopen
works: first, it opens a new tab pointing to Tridactyl's newtab page and
only after that does it actually navigate to where the user wants.
2019-01-27 13:04:51 +01:00
Oliver Blanthorn
95be91b687
Update package-lock
2019-01-22 18:28:54 +00:00
Oliver Blanthorn
6b4c6c9c6b
Update changelog for 1.14.7
...
Additionally, turn all of the issue numbers into links.
2019-01-22 18:28:54 +00:00
Oliver Blanthorn
48a81c8d7b
Add script for linking to GitHub issues
2019-01-22 18:28:53 +00:00