Commit graph

2626 commits

Author SHA1 Message Date
Oliver Blanthorn
26981ec0e1
Fix #3074: increase naming consistency 2020-12-09 17:48:51 +01:00
Rummskartoffel
d9223be3fa
Fix #1567: custom hint binds for WhatsApp 2020-12-09 17:46:45 +01:00
Oliver Blanthorn
d5394fab0d
Tidy up subconfig a little 2020-12-09 17:46:45 +01:00
Oliver Blanthorn
238ba8013f
Add helpful DOM commands 2020-12-08 19:50:24 +01:00
Oliver Blanthorn
2dc6d95681
Merge pull request #3061 from Rummskartoffel/explicit-type-annotations
Explicitly annotate state.getAsync
2020-12-08 18:04:26 +00:00
Oliver Blanthorn
d2ae4a2293
Remove unnecessary type assertion 2020-12-08 19:03:16 +01:00
Oliver Blanthorn
14e7e9b9c5
Merge pull request #3046 from Rummskartoffel/command-doc
Add remark to :command doc about creating excmds
2020-12-06 08:30:52 +00:00
Rummskartoffel
85cf5ae291 Explicitly annotate state.getAsync
cf. 0fb5430
2020-12-05 23:04:47 +01:00
Oliver Blanthorn
0fb54303c3
Fix broken builds
The prettify step caught me out again
2020-12-05 19:43:59 +01:00
Oliver Blanthorn
bdfe9ff2a3
Fix #3042: skip duplicates in command history 2020-12-05 18:06:15 +01:00
Oliver Blanthorn
1bc214b001
Fix #2774: mention dark on newtab 2020-12-05 17:12:27 +01:00
Oliver Blanthorn
a1b89315da
Merge pull request #3020 from trbednarzyk/master
Make native installer POSIX shell compliant
2020-12-05 15:56:20 +00:00
Oliver Blanthorn
d4141c6a74
Clarify custom excmd help 2020-12-05 16:54:04 +01:00
Oliver Blanthorn
47487447c5
Merge pull request #3052 from Rummskartoffel/hint-anchors
Prevent TypeError caused by hint -#
2020-12-04 18:55:45 +00:00
Oliver Blanthorn
9e946ea8e7
Remove ternary if for clarification 2020-12-04 19:54:06 +01:00
Oliver Blanthorn
fbfa657fdc
Fix flip214's bug 2020-12-04 16:44:42 +01:00
Rummskartoffel
cc818ecdcf Clean up excmd help
Hide KILL_STACK
Remove mention of now removed command 'fixamo' from intro
2020-12-04 01:16:40 +01:00
Rummskartoffel
bcccb5794c Prevent TypeError caused by hint -# 2020-12-03 16:26:15 +01:00
Rummskartoffel
c4814ad352 Add remark to :command doc about creating excmds 2020-12-01 21:08:18 +01:00
Oliver Blanthorn
ebc222e042
release 1.20.3 2020-11-28 12:18:48 +01:00
Oliver Blanthorn
2a17c4314a
Fix outdated reference to restorekill 2020-11-28 12:15:38 +01:00
Oliver Blanthorn
e7c597eb6f
Merge pull request #3027 from Rummskartoffel/nativeinstall-windows
Fix #1651
2020-11-26 21:36:08 +00:00
Oliver Blanthorn
d98587590b
Mention the new tips & tricks newsletter on the readme 2020-11-26 19:18:34 +01:00
Rummskartoffel
4e4dae9562 Remove outdated :set help text 2020-11-25 20:58:17 +01:00
Rummskartoffel
c34c546648 Add missing quote in win_nativeinstallcmd 2020-11-24 18:47:42 +01:00
Rummskartoffel
5028a1ef7f Rewrite win_nativeinstallcmd again
This works in cmd.exe, so :updatenative doesn't break, but nowhere else.
Update :installnative message accordingly.
2020-11-24 15:51:37 +01:00
Rummskartoffel
e0ef3e4aa4 Update Windows nativeinstall instructions 2020-11-24 00:48:10 +01:00
Rummskartoffel
3bb70454b3 Fix #1651 2020-11-24 00:47:41 +01:00
Timothy Robert Bednarzyk
7cdc90c5df Make native installer POSIX shell compliant 2020-11-21 23:16:02 +00:00
Rummskartoffel
3ba7227ff1 Fix js -r on Windows
js_helper now explicitly asks for unix path separators when getting
.tridactlyrc path.
2020-11-21 22:02:43 +01:00
Rummskartoffel
bacad2f3aa Add getrcpath parameter to translate backslashes
By default, getrcpath will still return the path without changes. The
parameter has no effect on non-Windows platforms.
2020-11-21 21:57:46 +01:00
Rummskartoffel
2f057786cc Revert "Fix #3016"
This reverts commit 3f33e76b84.
2020-11-21 20:08:40 +00:00
Rummskartoffel
3f33e76b84
Fix #3016 2020-11-21 17:40:01 +01:00
Oliver Blanthorn
ae4743bdca
Add UriChange event for autocmds
This uses a timer to check whether the URI has changed. It should be
used sparingly.
2020-11-17 22:09:36 +01:00
glacambre
b4d1b30824 Enable opening HTMLDetailsElement with hints
Closes #2979
2020-11-07 17:47:14 +01:00
Oliver Blanthorn
126a4e8d57
Merge pull request #2934 from morganrconnolly/morgan/kill-but-reversable
Morgan/kill but reversable
2020-11-03 15:18:21 +00:00
Oliver Blanthorn
abdd160fff
Unmangle some formatting 2020-11-03 14:24:33 +00:00
Oliver Blanthorn
8ea012976a
Rename restorekill to elementunhide 2020-11-03 14:21:27 +00:00
Oliver Blanthorn
acf8c82601
Simplify some help 2020-11-03 14:21:02 +00:00
Oliver Blanthorn
2a5571b3e7
Fix help formatting 2020-11-03 14:06:56 +00:00
Oliver Blanthorn
e56687f854
Remove killStack from state 2020-11-03 14:04:12 +00:00
Oliver Blanthorn
1e200eb6cd
Merge branch 'help-page-follows-theme' into master 2020-11-02 13:29:23 +00:00
Espen Henriksen
d7631fadbe
Fix typo in newtab.md 2020-10-29 12:35:32 +00:00
Morgan Connolly
0f090036e6 forgot to change css rule 2020-10-28 12:17:20 -07:00
Morgan Connolly
c56ac86e76 retain -k hint mode; -K hint mode is reversible; :restorekill restores killed elements 2020-10-27 21:15:32 -07:00
Oliver Blanthorn
4386f4cc65
Merge pull request #2940 from fluem/fix_building_tutor
Fix building tutor
2020-10-24 08:32:10 +01:00
fluem
e4a330a20b Fix building tutor 2020-10-23 15:23:21 +02:00
Morgan Connolly
67679942e9 add hint option -K for unkill; resores killed elements in LIFO order 2020-10-21 18:04:11 -07:00
Morgan Connolly
eeee4290b4 kill elements with css class 2020-10-21 15:59:53 -07:00
Oliver Blanthorn
5bb3427637
Add metadata to tri content object 2020-10-21 17:39:02 +01:00