nyxt icon indicating copy to clipboard operation
nyxt copied to clipboard

Add a full inspection link to the compact value->html listing

Open aartaka opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. While the compact listing of value->html is convenient, it has two downsides:

  • The type of the value is not always clear, and
  • There's no way to get more information on the value, as compact representation sometimes is merely a text, especially for the simple read-able data.

Describe the solution you'd like I'd add a link to every compact-p listing for value->html. This link should lead to :compact-p nil listing, thus enriching the representation. This way, we can make the compact listing even more compact without sacrificing any information: it's there in the full listing!

Describe alternatives you've considered We can obviously add type and other meta-information as a tooltip or additional text into a listing, but abusing interlinkability of the content is much more fun, innit?

aartaka avatar Oct 03 '22 07:10 aartaka

I'm not sure what is meant by this. What is value->html?

jmercouris avatar Nov 08 '23 06:11 jmercouris

@jmercouris you can easily find it in the codebase.

aadcg avatar Nov 08 '23 07:11 aadcg