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

Currently, it is possible to select one uninterrupted snippet of text, e.g. a phrase, and make a note about it. I wish it could be possible to select, for instance,...

feature

After `bookmark-current-url`, the prompt buffer receives tags from the user: ![image](https://user-images.githubusercontent.com/7698207/122494206-4fd51580-cfbf-11eb-9d6e-6289b51dd16b.png) I think the **default** should be to have **all** tags typed by the user implicitly selected: ![image](https://user-images.githubusercontent.com/7698207/122495392-5617c180-cfc0-11eb-9c9b-e9be230ec0be.png) If he/she...

prompt-buffer
ui/ux

I think the code could be similar to "open-file". At least considering only the UX on Nyxt's GUI: ![image](https://user-images.githubusercontent.com/7698207/122496503-439e8780-cfc2-11eb-9007-84d5457e7356.png) The first option on the Prompt-buffer could be the `Downloads` directory....

good-first-issue
feature

**Is your feature request related to a problem? Please describe.** Not related to any problem. All other browsers include a way to view a sites current ssl certificate along with...

good-first-issue
ffi
security
feature

A draft was submitted in #1035.

good-first-issue
feature

Dear Digital Dudes/Dudettes, **Is your feature request related to a problem? Please describe.** import bookmarks from HTML is functional but just dumps the bookmarks in an unsorted list. **Describe the...

low
feature

Is anyone else interested in splitting windows emacs style. I've implemented a super simple prototype in the cocoa version (splitting window in half horizonally and manually updating the window url...

high
feature
ui/ux

Currently when a user visits the `changelog` and clicks a link to `slot`, issuing `history-backwards` is a no-op since there are no known places to return to. From the user's...

bug
history

When running `(asdf:test-system :nyxt/gi-gtk)`. the test in the title seems to be misbehaving. Can you reproduce @aartaka? ```lisp ------- STARTING Testing: NYXT/TESTS/RENDERER Starting: NYXT/TESTS/RENDERER::SET-ONLINE-URL Nyxt version 4 [00:27:15] Source location:...

low
test

Using `:raw` implies opaque HTML strings passed to it, which is never good. Especially compared to Spinneret-native nested `with-html` approach: we can call HTML-printing functions inside the top-level HTML generating...

low
lisp-protocol