spookfox icon indicating copy to clipboard operation
spookfox copied to clipboard

A tinkerer's bridge b/w Emacs and Web Browser (Firefox and Chrome)

Results 11 spookfox issues
Sort by recently updated
recently updated
newest added

A tab is more than just a URL; browser tabs remember their history. It is useful e.g when I have reached a place after judicious searching; I'd like to revisit...

Instead of treating it as a replacement for browser's tab-bar, org-tabs should have following features: - [ ] Archive presently open tabs When I have a ton of open tabs,...

Hi! First of all good job making firefox controllable from emacs ! I have been playing around with the code a bit... and it works great! I just got a...

[2022-11-11 Fri 14:16] Appears to be a consequence of using Emacs' builtin websockets server.

bug

If there is an entry of level `n` as last entry in spookfox.org, when a new tab is opened in Firefox, it opens as level `n` instead of top level...

bug

This will solve the problem that user can't have "free tabs", i.e tabs which aren't tracked by Emacs at all. The popup should have following elements: 1. A big button...

Let's add a button with app's logo (which need to be created). On click, it should show a popup with following contents. 1. UI to configure whether new tabs opened...

Firefox resets the tabIds when it restarts. So we use org-ids for identifying saved tabs. This works once the browser is up and running, since all the tabs are kept...

cold

As of now, all that is needed to support chrome is an additional field in `spookfox-native/spookfox.json`, and testing. Firefox and Chrome disagree on `allowed_extensions` field.

Hello! I'm trying to install this addon for Firefox with the `buildFirefoxXpiAddon` build command: ``` buildFirefoxXpiAddon { pname = "spookfox"; version = "git"; addonId = "[email protected]"; url = "https://github.com/bitspook/spookfox/releases/download/v0.4.0/spookfox-ff.xpi"; sha256...