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

This started happening after redirection skipping fix. Some non-redirected pages stopped being recorded in history and thus history now often skips pages when going back. To reproduce, open any page...

bug
history

If you restore sessions and keep nyxt:help open, notice how the page keeps stacking up. This was not a problem before Lisp URLs because internal buffers were not persisted in...

bug
lisp-protocol
3-series
history

Example: In the `emacs` keyscheme, `M-f` is bound to `history-forwards-query`. Write a config file as follows: ```lisp (defvar *my-keymap* (make-keymap "my-map")) (define-key *my-keymap* "M-f" 'nyxt/mode/hint:follow-hint) (define-mode my-mode () "Dummy mode...

bug
keyschemes

Steps to reproduce below. Originally reported [here](https://discourse.atlas.engineer/t/hint-prompt-not-showing-up/840). Write file `~/.config/nyxt/test-config.lisp` with the contents below. ```lisp (define-configuration input-buffer ((default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%)))) (define-configuration nyxt/mode/document:document-mode ((keyscheme-map (keymaps:define-keyscheme-map "my-document" (list :import %slot-value%) nyxt/keyscheme:emacs...

bug
low
keyschemes

This started out as [a Reddit idea](https://www.reddit.com/r/Nyxt/comments/ofq4qt/select_frame_a_new_model_for_interaction/h4g46rv?utm_source=share&utm_medium=web2x&context=3) and it haunts me ever since: how about we unite element hints and element frame into one selection method? The benefits are: -...

low
feature
dom
ui/ux

**Describe the bug** `select-frame-` is awesome but seems to conflict with `C-s` which is also used for search in vi bindings (on top of `/` which might be sufficient), resulting...

ui/ux
modes
command

As mentioned in https://github.com/atlas-engineer/nyxt/pull/3269#issuecomment-1862897209, `hint-mode`'s support for Shadow DOM may need to be re-designed from scratch. Related to #3254. Performance benchmarks are needed as to ensure that the addition of...

low
hint-mode

As discussed in #3284, `hint-mode` should add the hints in a shadow dom as to ensure encapsulation.

low
hint-mode

**Purpose of request:** make some quick improvements to the built in text editor -- so that it is useful enough for new users to explore and edit their user files...

feature