Babil Golam Sarwar
66444af20a
Refactor and clean-up Python codes
2018-05-24 13:06:41 +10:00
Babil Golam Sarwar
fdc6f77b65
Merge branch 'master' into gsbabil/fix-restart-command-on-windows
2018-05-23 18:59:32 +10:00
Babil Golam Sarwar
e1f3956c78
Merge branch 'master' of https://github.com/cmcaine/tridactyl
2018-05-23 18:10:36 +10:00
Babil Golam Sarwar
c30327f73e
Fix :restart
command on Windows
2018-05-23 18:08:47 +10:00
Oliver Blanthorn
e453464697
Make qa
into an alias: fix #595
2018-05-22 17:09:19 +01:00
Oliver Blanthorn
23ed6588c8
Make quake theme use ] as is traditional
2018-05-22 14:27:41 +01:00
Oliver Blanthorn
06c51e2ccb
Convert colon to CSS
2018-05-22 14:18:23 +01:00
Oliver Blanthorn
2b8a8a6568
Add quake theme
2018-05-22 14:07:28 +01:00
Thomas Broadley
672a75d97d
docs: fix typo
2018-05-22 04:08:53 +01:00
Oliver Blanthorn
9c14e8f1bb
Update FAQ
2018-05-21 21:21:41 +01:00
Oliver Blanthorn
473413d3c2
Move some old stuff out of readme
2018-05-21 21:16:05 +01:00
Colin Caine
d35e0c3411
Clarify movement message
2018-05-21 16:34:39 +01:00
Colin Caine
0d7fdb1abf
Save one intermediate file
2018-05-21 16:31:50 +01:00
Colin Caine
6e44bef6bd
Teach lint,pretty to operate on staged copy
...
Gets a bit crazy.
2018-05-21 16:24:52 +01:00
Oliver Blanthorn
99e5475d5e
Remove newline above shydactyl: fix #591
2018-05-21 15:51:19 +01:00
Colin Caine
ad261b2e4f
Fix {pretty,lint} when staging more than one file
2018-05-21 15:30:57 +01:00
Colin Caine
bc2abbb812
Don't make CSP stricter
2018-05-21 15:30:57 +01:00
Oliver Blanthorn
08c0fb08e8
Only run npm install when we really need to
2018-05-21 13:44:21 +01:00
Colin Caine
2557b32b20
Revert "Add appendTo()"
...
This reverts commit 71d27e5133
.
2018-05-21 11:06:12 +01:00
Recursing
b5a3ac0210
Update ignore mode toggle in :tutor
...
Ignore mode is now toggled by pressing <S-Insert>
2018-05-21 03:44:17 +01:00
Colin Caine
9951830d53
/bin/env -> /usr/bin/env
2018-05-21 03:39:32 +01:00
Colin Caine
ed889c6e88
Use @overdodactyl's dark theme
...
Or something close to it, anyway.
2018-05-21 03:38:02 +01:00
Colin Caine
59e737f254
Add a css namespace to our controlled pages
...
Means we can safely style our own pages from themes.
2018-05-21 03:22:39 +01:00
Colin Caine
cef95bb214
Add css var for highlighting changelog box
2018-05-21 03:20:13 +01:00
Colin Caine
532f0acd67
Stop using quirks mode in commandline.html
...
If you don't use a doctype then browsers use quirks mode, which is very
confusing. In particular tables don't inherit styles properly and Olie
gets very confused.
2018-05-21 02:34:22 +01:00
Colin Caine
133c3817ef
Fix missing semicolon
2018-05-21 02:30:52 +01:00
Colin Caine
5805984ab7
Add old design doc for hinting
2018-05-21 02:02:45 +01:00
Colin Caine
e6c2da19d5
Quote * in bodgecss
2018-05-21 01:22:43 +01:00
Colin Caine
a883c9ebee
Stop typedoc complaining about toBeAll
2018-05-21 01:22:04 +01:00
Babil Golam Sarwar
de0868bb81
Merge branch 'master' of https://github.com/cmcaine/tridactyl
2018-05-21 08:44:02 +10:00
Oliver Blanthorn
0136cda9d0
Update changelog
2018-05-20 18:27:36 +01:00
Oliver Blanthorn
554bbe41f5
Merge branch 'master' of github.com:cmcaine/tridactyl into caput-theme-mk2
2018-05-20 18:20:46 +01:00
Oliver Blanthorn
c2ed90aacb
Add shydactyl theme to list of themes and help
2018-05-20 18:17:17 +01:00
Oliver Blanthorn
c57cfec62a
Add contribution guidelines
2018-05-20 18:12:01 +01:00
Ashley Trinh
1a6a460879
Add "shydactyl" theme
...
NB: this is actually bootleg. All complaints about added jank should go
to @bovine3dom, who will provide copious helpings of empathy, but
probably won't be able to fix it.
2018-05-20 18:03:09 +01:00
Babil Golam Sarwar
3f205b5d7b
Merge branch 'master' of https://github.com/cmcaine/tridactyl
2018-05-21 03:01:01 +10:00
Colin Caine
71d27e5133
Add appendTo()
...
Appends an element as a child of another if it can, else waits for
DOMContentLoaded.
Cleans up modeindicator insertion a bit.
2018-05-20 17:54:29 +01:00
Colin Caine
45181d0c50
Fix commandline not appearing on ImageDocuments.
...
DOMContentLoaded is never fired for ImageDocuments and
document.readyState doesn't behave the way we want.
Turns out you can just append immediately, though, so we do that.
2018-05-20 17:54:29 +01:00
Oliver Blanthorn
b545333dfc
Make command line use flex for easier styling
2018-05-20 17:36:08 +01:00
Oliver Blanthorn
06e2897965
Try to use greenmat font everywhere
2018-05-20 16:22:45 +01:00
Oliver Blanthorn
43905a4c34
Fix up fonts
2018-05-20 16:22:45 +01:00
Oliver Blanthorn
745fb80d46
Make Tridactyl pages use theme colours
2018-05-20 16:22:45 +01:00
Oliver Blanthorn
b980a8ba4f
Make greenmat apply to more stuff
2018-05-20 16:22:45 +01:00
Oliver Blanthorn
538652c374
Make dark theme apply to mode indicator: fix #415
2018-05-20 16:22:45 +01:00
Oliver Blanthorn
53ade2cc2f
Allow mode indicator to be styled
2018-05-20 16:22:45 +01:00
Oliver Blanthorn
cf0b3d1ccc
Reuse some variables
2018-05-20 16:22:45 +01:00
Oliver Blanthorn
2b2d30edb6
Consolidate default
2018-05-20 16:22:45 +01:00
Oliver Blanthorn
84d53f000f
Consolidate greenmat
2018-05-20 16:22:45 +01:00
Oliver Blanthorn
4918454959
Consolidate dark theme
2018-05-20 16:22:45 +01:00
Oliver Blanthorn
535dd5bb67
Make injection of theme scripts automatic
2018-05-20 16:22:45 +01:00