nyxt icon indicating copy to clipboard operation
nyxt copied to clipboard

Nyxt - the hacker's browser.

Results 264 nyxt issues
Sort by recently updated
recently updated
newest added

1. There is an option to import bookmarks from HTML. So that seems straightforward. However, 1. when I tried creating a new bookmark in Nyxt (for testing), I couldn't create...

help-wanted
question
ffi
history

# Description This moves all the functionality of the `auto-mode` into `modable-buffer`, which results in cleaner code and more reliable mode- and page- specific mode settings. What's new: - `define-auto-rule`...

After compiling the latest SBCL, I can no longer build the latest commit (02bced0f804e1831bfc32d89c1a7eb7f3b43d28a). I suspect it's a CFFI bug. I cleaned my CL cache, `make clean`'d the project, and...

# Description No luck still... Something beyond my understanding is going on here. I need help! Please read commit 31956cf52 for more details. I also need to implement this [feature](https://github.com/atlas-engineer/nyxt/pull/2058#issuecomment-1145013470)....

# Description ## Compute hints in viewport ### **Before**: ![2022-05-24_17:58:27](https://user-images.githubusercontent.com/45483512/170108548-1f8fb2d6-26e4-404f-97b8-9313de352029.png) ### **After**: ![2022-08-08_12:09:38](https://user-images.githubusercontent.com/45483512/183383158-bafb6921-8c36-4a3b-ab11-2e32041b2dc7.png) Closes #2292 Closes #2185 Closes #538 Closes #536. # Discussion The algorithm for `element-in-view-port-p` is still rather...

# Description This adds the ability to provide arbitrary keyword arguments to `lisp:` URLs and parse those in the callbacks. In addition to that there's also: - `lisp-url` to construct...

I think we must implement `TOTP` support for current `password-interface` and after enable support for currently supported password managers. Which will also fix https://github.com/atlas-engineer/nyxt/issues/1567. What do you think, guys? I'm...

help-wanted
ffi
feature
ui

**Describe the bug** I tried nyxt 3 but my configurations don'tt apply. **Precise recipe to reproduce the issue** autoconfig.lisp: ``` (DEFINE-CONFIGURATION BUFFER ((DEFAULT-MODES %SLOT-DEFAULT%))) ``` init.lisp ``` (in-package #:nyxt-user) (define-configuration...

There are some topics that emerged repeatedly over the last few month (and especially during Christmas break). Given the frequency, these topics deserve being expanded on in the manual, or...

doc
3.0

Please add support for bitwarden-cli on nyxt 3.x I have check the support for keepassXC on libraries/password-managers and seems for someone with lisp knowladge could be super simple to convert...

feature