TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

From Vimperator to Tridactyl (2018)

98 pointsby stargraveover 6 years ago

11 comments

0x445442over 6 years ago
If only we had a plugin&#x2F;extension called Meta-x. When the user typed the Meta-x key combination a mini-buffer would be presented at the bottom of the browser and the user could then run any command they wanted.<p>This plugin could ship with an initial set of commands like show-bookmarks, search-page, etc.. The plugin would also provide a facility for easily adding commands written in JS and installing 3rd party commands.<p>The user community could also share their custom commands in a central location.<p>I guess the big question would be, does it make more sense to add this plugin to Firefox, upgrade Conkeror to not require XUL or add Gecko to Emacs.
评论 #19185465 未加载
评论 #19186995 未加载
评论 #19184768 未加载
评论 #19186811 未加载
bovine3domover 6 years ago
I should probably use this bully pulpit to let Tridactyl users know that they might be stuck on an old version of Tridactyl [1]. Check the hamburger menu in the top right for a small yellow exclamation mark, click it and decide whether to give us more permissions.<p>The extra permission is just so we can include a new (unbound by default) find mode that uses a Mozilla API.<p>[1] <a href="https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;tridactyl-vim&#x2F;statistics&#x2F;usage&#x2F;versions&#x2F;" rel="nofollow">https:&#x2F;&#x2F;addons.mozilla.org&#x2F;en-US&#x2F;firefox&#x2F;addon&#x2F;tridactyl-vim...</a>
nextosover 6 years ago
I loved Vimperator and switched to Tridactyl as soon as Firefox forced me to.<p>It&#x27;s great, but I am currently missing 2 features. First, in Vimperator you could tab complete URLs with the open command <i>and</i> then edit the URL. Second, you could build lots useful commands with Vimperator. I had one for flipping the proxy to a SOCKS one, and another command to do site-specific searches with tab completion. That is, type s, write and&#x2F;or tab complete a URL and type the search. I would then submit a query to Google with the appropriate site:url operator.<p>Are any of these possible in Tridactyl right now? I haven&#x27;t been able to reproduce any.<p>It&#x27;s also annoying that lots of special Firefox pages, like unable to connect, steal the focus from Tridactyl and you need to use actual shortcuts from Firefox to find your way out. It kind of breaks the flow, but I understand this is a limitation imposed by Firefox with their new plugin architecture.
评论 #19185176 未加载
binaryapparatusover 6 years ago
I first heard of Tridactyl because it was listed on <a href="https:&#x2F;&#x2F;suckless.org&#x2F;rocks&#x2F;" rel="nofollow">https:&#x2F;&#x2F;suckless.org&#x2F;rocks&#x2F;</a> page. It filled huge gap left from Vimperator and no complaints on my side. Works well.
deadghostover 6 years ago
I&#x27;m a cranky old man. I&#x27;m still on FF52 and pentadactyl. Tridactyl is still missing a modeline and has janky smooth scroll.
评论 #19184962 未加载
anotheryouover 6 years ago
Has anyone figured out how to pass multiple arguments to js?<p>I want &quot;:pocket my-tag&quot; to trigger a bookmarklet with current url and the tag, but I think the piping only ever passes 1 parameter. I guess JS_VAR could be an array(?), but I wouldn&#x27;t know how to fill it.<p>I guess I could just use one optional tag and get the url myself in js (window.location.href).<p>This worked in pentadactyl (also this is a functioning, non documented bookmarklet for pocket :) ):<p><pre><code> function(){window.open(&#x27;https:&#x2F;&#x2F;getpocket.com&#x2F;edit?url=&#x27;+escape(window.location.href)+&#x27;&amp;tags=&lt;args&gt;&#x27;, &#x27;_self&#x27;);}</code></pre>
评论 #19184802 未加载
180wdockover 6 years ago
Tridactyl has something missing from a lot of its competitor extensions (latest generation vimperator remakes): a native component that allows you to run native commands, such as running mpv or youtube-dl on a hint-selected url.
skratloover 6 years ago
So it says that Tridactyl is built on WebExtensions API, which is kind of W3C draft, which is kind of supported by Chrome. So.... Can Tridactyl be built for Chrome?
评论 #19187826 未加载
softinioover 6 years ago
Timing of this article is perfect in the sense that I am in the market for such a plugin. Has anyone tried this? Good? Anything better? Thanks!
评论 #19185222 未加载
评论 #19185197 未加载
评论 #19186206 未加载
评论 #19185110 未加载
评论 #19185158 未加载
quickpostover 6 years ago
&gt; Edit any text input using a real text editor<p>Does anyone know if you can do something similar in vimium on Chrome? That sounds absolutely awesome.
评论 #19184812 未加载
dangomover 6 years ago
Would anyone know how this compares to Vimium? I hadn&#x27;t heard of Tridactyl before. I was using Firemacs before WebExtensions.