!AXdLfOGmSqOJipwjRW:matrix.org

tridactyl

266 Members
https://github.com/tridactyl/tridactyl archived messages: https://matrix.to/#/!xmubtggllUtLrQiGyn:matrix.org/$1654280187215fKpBY:matrix.org?via=matrix.org&via=t2bot.io&via=kde.org47 Servers

Load older messages


SenderMessageTime
15 Jun 2024
@dr_nxl:matrix.orgdr_nxl
In reply to @ash-m:matrix.org
I meant just "war", but I've been told you can't have a article-less noun in french ¯_(ツ)_/¯
"Je suis contre la guerre" totally translate to "I'm against war"
06:59:31
@dr_nxl:matrix.orgdr_nxlje suis contre la guerre/je m'oppose à la guerre06:59:55
@bovine3dom:matrix.orgbovine3dom
In reply to @dr_nxl:matrix.org
but when i gr i get the firefox default mode, is there a configuration for this ?
:bind gr reader
07:12:48
@dr_nxl:matrix.orgdr_nxlmaybe it's time to write a .tridactylrc... 😅10:39:41
@bovine3dom:matrix.orgbovine3domthe reason it's unbound by default by the way is that we're taking website content and then sticking it in a place that has access to all the tridactyl commands and web extension APIs in theory we strip all of the scripts from the page so it's safe but i am not sure enough in my theory to bind it by default and expose everyone to that risk15:07:05
16 Jun 2024
@tmk:lugal.iotmk joined the room.00:46:32
18 Jun 2024
@ami_deus:matrix.orgkrumeluu joined the room.17:07:37
@ami_deus:matrix.orgkrumeluuhi, in Wikipedia one can hover above a link to get a small pop-up preview of the linked article. But that also has the effect that when I inevitably open links in new tabs with 'F', the focus is left on the links and the preview pop-up is left on the page obstructing the view. How to clear/leave focus? 17:20:47
@bovine3dom:matrix.orgbovine3domDoes `;;` on a different element do it?17:47:06
@bovine3dom:matrix.orgbovine3domI remember having this conversation before with someone else but I can't remember the conclusion 17:47:30
@ami_deus:matrix.orgkrumeluu';;' on something else doesn't have an effect unless it's another link and it opens a pop-up for that17:50:00
@bovine3dom:matrix.orgbovine3domCan you kill it with `;k`? Or maybe ctrl+, is enough? Or escape?17:51:30
@ami_deus:matrix.orgkrumeluukilling works but it's not always easy to hit the right element. ctrl+ seems to be maybe firefox's inbuild zoom, escape has no effect17:59:33
@bovine3dom:matrix.orgbovine3domI think the last time I was asked this we resorted to xdotool to move the mouse18:01:39
@bovine3dom:matrix.orgbovine3domIf you look at what ;x is bound to you might get some inspiration 18:02:10
@ami_deus:matrix.orgkrumeluuOh! ok thank you! 🙏18:07:49
@dr_nxl:matrix.orgdr_nxlHello, what would be the 2/3 best issue to work on ? good firt issue seem sometime not so easy.. 😅19:19:41
@Lexi:matrix.orgLexi
In reply to @ami_deus:matrix.org
killing works but it's not always easy to hit the right element. ctrl+ seems to be maybe firefox's inbuild zoom, escape has no effect

bovine3dom meant ctrl+,, not ctrl++ :-) however removing the focus does not remove the popup for me.

There is however a setting for that in the bottom right corner cog menu iirc. If you don't mind the cookie

20:47:33
19 Jun 2024
@monirzadeh:matrix.orgmonirzadeh is it possible to send tabs title and favicon(in order that firefox show) to an script with tridactyl? 20:26:51
@bovine3dom:matrix.orgbovine3dom
In reply to @monirzadeh:matrix.org
is it possible to send tabs title and favicon(in order that firefox show) to an script with tridactyl?
yeah, see e.g. https://tridactyl.xyz/build/static/docs/modules/src_excmds.html#shellescape
20:29:50
@bovine3dom:matrix.orgbovine3dom* yeah, see e.g. `https://tridactyl.xyz/build/static/docs/modules/ src_excmds.html#shellescape`20:30:04
@bovine3dom:matrix.orgbovine3domelement keeps mangling that link :(20:30:29
@bovine3dom:matrix.orgbovine3dom* yeah, see e.g. `https://tridactyl.xyz/build/static/docs/modules/ src_excmds_.html#shellescape`20:30:56
@bovine3dom:matrix.orgbovine3dom> https://tridactyl.xyz/build/static/docs/modules/_src_excmds_.html#shellescape20:31:18
@monirzadeh:matrix.orgmonirzadeh as i understand i should send something from console.log(tri.browserBg) to the terminal but i cant find list of tabs in there. do i search wrong place for them? 22:05:27
20 Jun 2024
@bovine3dom:matrix.orgbovine3domIt would probably be easier to use `:jsb ` which is already in the background Then it's all available on tri.browser.tabs.query({})04:23:32
@bovine3dom:matrix.orgbovine3dom
In reply to @monirzadeh:matrix.org
as i understand i should send something from console.log(tri.browserBg) to the terminal but i cant find list of tabs in there. do i search wrong place for them?
Part of your problem is that these functions return promises so you need to do .then() etc
04:24:10
@bovine3dom:matrix.orgbovine3dom
In reply to @dr_nxl:matrix.org
Hello, what would be the 2/3 best issue to work on ? good firt issue seem sometime not so easy.. 😅

Sorry dr_nxl, I missed this

The thing that's annoying me most at that moment is that our end to end tests are all broken

https://github.com/tridactyl/tridactyl/pull/4990 should fix it but does not

If you remind me in a week or so I can come up with a better list

04:26:31
@monirzadeh:matrix.orgmonirzadeh
In reply to @bovine3dom:matrix.org
It would probably be easier to use `:jsb ` which is already in the background

Then it's all available on tri.browser.tabs.query({})
can you please give me an example? (i try to test that but it not give me new object in console)
as i undrestand it should finaly bind to keybind. can we add an event handler that run that each time tabs update?
09:05:42
@bovine3dom:matrix.orgbovine3dom
In reply to @monirzadeh:matrix.org
can you please give me an example? (i try to test that but it not give me new object in console)
as i undrestand it should finaly bind to keybind. can we add an event handler that run that each time tabs update?

if you're using jsb you need the background console, available at about:debugging -> this Firefox -> tridactyl -> inspect

then e.g. :jsb tri.browser.tabs.query({}).then(x=>console.log(x))

09:09:37

Show newer messages


Back to Room ListRoom Version: 6