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

Or shall we move it to cl-containers? If the latter, then we'd need to adapt the library to reuse the generic functions of cl-containers. It's a bit more work, but...

history

A common complaint about history navigation is that it loses the form / HTML input content. We could automatically save the content of all history entries and add a command...

feature
history

Recipe: - open https://github.com/atlas-engineer/nyxt/issues - go to the bottom - kill the buffer - open https://github.com/atlas-engineer/nyxt/issues again. Scroll position should be restored to the bottom, but it's not. @aartaka Am...

bug
history

Global History is a very cool idea in concept. Unfortunately, I don't think that the implementation is something that we've managed to nail down yet. For this reason, I suggest...

3.0
history

## The problem The way one "gets lost down the rabbit hole of [Wikipedia|

feature
history

Follow-up to #1157. Left to be done: - [ ] Ensure paging works as expected. Have C-p recenter on suggestion? See if we can keep 2eeafbac2bea481b04fce0e7e5f8dbfbdcb70acc ("prompt-buffer.lisp: remove element-in-view-port code"),...

high
prompt-buffer

I propose a complete re-organisation of Nyxt's documentation. One key aspect of any documentation system is the format. Firstly, I think it makes little sense to put effort into printed...

doc

Has our home-grown `defmemo` (originally from the Serapeum's doc) any benefit over https://github.com/AccelerationNet/function-cache ? @aartaka ?

low

See https://github.com/atlas-engineer/nyxt/pull/2306#discussion_r884151097 for a discussion. We may have to tweak our schemes a bit.

security
3.0

**Describe the bug** When using nyxt on sway in fullscreen, the fullscreen gets disabled (in sway) when a prompt pops up (tested with the command prompt). **Precise recipe to reproduce...