Commit graph

1885 commits

Author SHA1 Message Date
Saul Reynolds-Haertle
ffc632a695 move src/math.ts to src/lib/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
c02ef5a90e Move src/itertools.ts to src/lib/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
e635034f9e Move src/hinting.ts to src/content/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
b255712970 Move src/finding.ts to src/content/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
c8362dd774 Move src/download_background.ts to src/background/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
a9486ae6ad Move src/css_util.ts to src/lib/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
4bdd07308a Move src/convert.ts to src/lib/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
6fd2fd5707 Move src/controller_content.ts to src/content/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
de860eddb8 Move src/controller_background.ts to src/background/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
a4b822336f Move src/config_rc.ts to src/background/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
c531aa5481 Move src/config.ts to src/lib/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
539fcb18c1 Move src/commandline_content.ts to src/content/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
9dad2e4ae8 Move src/commandline_background.ts to src/background/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
11e28ce1fc Move src/aliases.ts to src/lib/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
10248f4cee Move src/logging.ts to src/lib/ 2018-09-29 18:03:36 -07:00
Saul Reynolds-Haertle
ac114562b6 Configure absolute path resolution in ts and webpack
This lets us write imports like "@src/stuff" instead of "../../stuff"
2018-09-29 18:03:36 -07:00
Oliver Blanthorn
dc064d322f
Merge pull request #1033 from lorenzleutgeb/patch-1
Clarify which find is used
2018-09-29 19:51:55 +01:00
Lorenz Leutgeb
ada8b54a19
Clarify which find is used 2018-09-29 10:55:11 +10:00
Oliver Blanthorn
371f76077d
Add guess at beta users to readme but mostly I want to bump the buildbot 2018-09-27 13:23:18 +01:00
Oliver Blanthorn
bd1efbc79b
Use peff's hintname setting because I like it 2018-09-27 13:08:40 +01:00
Oliver Blanthorn
6bfa641b32
Fix #1028 and maybe some other errors: persuade buildbot to rebuild help 2018-09-27 13:01:33 +01:00
Oliver Blanthorn
877b157453
Add seturl completions 2018-09-21 11:43:55 +01:00
Oliver Blanthorn
318423b1e6
Merge branch 'urlspecific_config' 2018-09-21 11:33:23 +01:00
Oliver Blanthorn
40d11e778a
Update package-lock.json 2018-09-21 11:33:15 +01:00
Oliver Blanthorn
173e47c9aa
Merge branch 'fix-search' 2018-09-21 11:18:00 +01:00
Oliver Blanthorn
5e4e1ea7d9
Change stop bind to x to prevent copy conflict 2018-09-21 11:13:44 +01:00
FrankEular
e7a4e6dcf2
Update config.ts: stop loading
I added the command ":stop" and an nmap <C-c> to this command (as in vimperator and pentadactyl).
2018-09-20 16:44:03 +02:00
Oliver Blanthorn
16cb0e5300
Fix #1018: add bind for stop 2018-09-20 13:08:55 +01:00
Oliver Blanthorn
36e99fa24f
Fix #1011: add buffer # ignoremap 2018-09-20 11:00:36 +01:00
Oliver Blanthorn
43fecb3f13
Merge pull request #1017 from notJerl/master
Possible temporary fix for #1016
2018-09-20 10:56:34 +01:00
notJerl
d8a7343a1b
Update History.ts
Fixed accidentally deleted whitespace
2018-09-20 01:07:03 -06:00
notJerl
67c11d66ff
Merge pull request #1 from notJerl/notJerl-patch-1
Update History.ts
2018-09-20 00:57:23 -06:00
notJerl
2d9d9c4d8d
Update History.ts 2018-09-20 00:56:36 -06:00
Oliver Blanthorn
576ff17df6
Merge pull request #1014 from WorldCodeCentral/master
Change :set home to :set homepages
2018-09-19 11:04:24 +01:00
WorldCodeCentral
dfc1e73499
Change home to homepages
Correct documentation of home to show "set homepages" instead of "set home" which was incorrect.
2018-09-19 00:50:45 +02:00
Ivan Solyankin
7a2889dd6c added multiple and numbered %s support for search engines
closes #987
2018-09-18 19:26:53 +03:00
Colin Caine
fe7948c0d0 Alias tabnew to tabopen. Close 2018-09-17 11:55:47 +01:00
glacambre
89cf5f1cb6
Move url-specific config from its own object to a field in global config
This commit moves url-specific config from its own object to a field in
the existing global user config, as suggested in
https://github.com/tridactyl/tridactyl/pull/999#issuecomment-420616758

This makes url-specific config play nicer with existing config
manipulation tools (e.g. :viewconfig).
2018-09-16 11:24:04 +02:00
Oliver Blanthorn
03089360db
Merge pull request #1009 from glacambre/make_editor_return_values_useful
excmds.ts: Make `editor()` return a [filepath, content] tuple
2018-09-15 10:35:20 +01:00
Oliver Blanthorn
69167a1a7e
Merge pull request #1008 from glacambre/prevent_minification
Prevent webpack from minifying source code
2018-09-15 10:33:40 +01:00
glacambre
46ca5daf64
excmds.ts: Make editor() return a [filepath, content] tuple
`editor()` didn't return anything useful. This partially fixes #1005 by
letting users create commands to automatically delete a the temporary
file after `editor()` finishes.
2018-09-15 08:17:10 +02:00
glacambre
716e2fb615
Prevent webpack from minifying source code
a0ac1a2 upgraded Tridactyl's dependencies and webpack suddenly started
minifying the files it builds. This makes debugging much harder and thus
needs to be prevented. This is done by setting "mode" to "development"
in the module.exports object in webpack.config.js.
2018-09-15 06:23:36 +02:00
Oliver Blanthorn
2f8c3fe027
Add link to troubleshooting guide from readme 2018-09-14 10:48:18 +01:00
Oliver Blanthorn
716272edb5
Fix typo 2018-09-14 10:42:40 +01:00
Oliver Blanthorn
cbebd36276
Add native troublehshooting command 2018-09-14 10:42:20 +01:00
Oliver Blanthorn
64f1422187
Remove reference to ESR since it no longer supports Vimperator 2018-09-14 10:30:26 +01:00
glacambre
601cffbab8
config.ts: Implement priority setting for site-specific settings 2018-09-12 11:12:17 +02:00
Oliver Blanthorn
a0ac1a2878
Update dependencies 2018-09-11 22:24:21 +01:00
glacambre
547065fed7
Add unseturl ex command 2018-09-11 06:34:36 +02:00
glacambre
7bd108dbff
Fix site-specific config not being loaded on page load 2018-09-11 06:14:48 +02:00