nyxt icon indicating copy to clipboard operation
nyxt copied to clipboard

Nyxt - the hacker's browser.

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

**Is your feature request related to a problem? Please describe.** Lots of browsers have built-in PDF-viewer (even if it's just a barebones [mozilla/pdf.js](https://github.com/mozilla/pdf.js)), and that's a valid expectation that Nyxt,...

ffi
feature
ui

I believe we need a way to display the number of sources in the prompt buffer, otherwise we might be let to believe there is only one source. The problem...

prompt-buffer
feature

**Describe the bug** I've encountered when using `set-url-new-buffer` with a terrible connention. It took some ten seconds before the prompt dissapeared and the new buffer appeared. Which is not okay,...

**Describe the bug** Not sure if this is a bug or a feature I don't understand. Some links in describe-* pages lead to a dead end. **Precise recipe to reproduce...

# Description New mode which caches the _textual content_ of visited pages, then allow for searching them, displaying them, etc. We currently store the following: - URL - Title -...

Currently we flatten the buffer tree following the inter-buffer relationships from the Global History Tree. Problem: we didn't take into account that some buffers like no-save buffers may not belong...

bug
3.0

We've got `keywords-document-model` and `document-model` in the `keywords` method. It looks like all this tangled business sole purpose it to memoize the result. Can't we use `defmemo` instead and remove...

# Description Add the ability to choose from a list of `selection-actions`. Simplify `return-actions` by ensuring it's a list. Fixes #2198 # Discussion Also, I want to test this API...

After opening https://azlyrics.com/ with latest Nyxt, running `toggle-debug-on-error` and then `select-frame-new-buffer`, the frame source selection fails entirely, turning that entire buffer (as in, the prompt buffer is still visible) completely...

bug
3.0

# Description This is a small addition as a first step to address the #2537. `user-funcallable-class`, as implemented here, is not immediately useful, as we usually initialize commands not with...