Gold Holk
Gold Holk
The anchorOffset and the focusOffset are counted from the anchorNode and the focusNode. They may be different node, so a same offset does not mean empty selection. Just isCollapsed is...
Sometimes, my tridactyl will write config in `tri.config.DEFAULTS` into `tri.config.USERCONFIG`, so the output of mktridactylrc will contain all configs in `tri.config.DEFAULTS`. I don't know how it happened. I only know...
There is a **Tridactyl Tips & Tricks** newsletter for the donors of tridactyl, and Bovine3dom kindly promised to make the old newsletters public. > I'll probably make each newsletter public...
When setting autocmd in webRequest event type, if there is already a registered autocmd, the old one will not be overwritten, but both the old one and the new one...
There are two commits: 1. Fix the bug that the new web request autocmd overwrites the web request autocmd in the other url patterns. 2. Throw an error when adding...
I want to be able to show anchor's URL label beside it in hint-mode, so I want a API or a command. ## Use case One can distinct the anchor...
when I long press the image, app would popup a menu which contain a *save* option. but it always fail to download the image, with notefication: ``` faceslim-saved-image-2017/10/4下午73717.jpg download fail...
Accept url option in command and output them in mktridactylrc with --url option. The original code can not output alias in subconfigs correctly (if they does exist). The doc about...
This PR make the `find` and `findnext` commands be able to search from the viewport instead of the previous match, if the `-f` or `--search-from-view` option exist. The only exception...
This PR means to fix the config pollution descripted in #4336, thought it is hard to reproduce, and the mechanism is not exactly identified. The first commit about the hint.ts...