Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
velut
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
velut
3y ago
I don't think so. I use Sidebery and their recommended approach is to edit userChrome.css. It's not too bad and works well. See https://github.com/mbnuqw/sidebery/wiki/Firefox-Styles-Snipp... .
2.
▲
by
velut
3y ago
The search input provided by a website. You can try with the one in the footer of Hacker News and it works. See https://imgur.com/oxqMw6D
3.
▲
by
velut
3y ago
Right click inside a search box. There should be the option "Add a Keyword for this search".
4.
▲
by
velut
3y ago
You can press Ctrl+K or type a `?` before the search query and Firefox will use your default search engine without expanding the bookmark macro.
5.
▲
by
velut
3y ago
This is one of my favorite features that I use daily. I use the URL " https://www.google.com/search?q=site:ycombinator.com+%s " to search content from HN, and " https://www.google.com/search?q=si
6.
▲
by
velut
3y ago
I recently deployed a static website on Bunny.net using their object storage and their CDN and they make available logs in this format https://docs.bunny.net/docs/cdn-log-format .
7.
▲
by
velut
3y ago
Hi, This is a simple web app that I created to add grids and stylize images and pixel art, for an example see [1]. I used Sveltekit for the website, DaisyUI/Tailwind for the styling, Superforms to handle user inputs and custom code usi
8.
▲
Show HN: Gridify.it – Svelte app to add grids to images and pixel art
(gridify.it)
1 points
by
velut
3y ago
|
1 comments
9.
▲
by
velut
4y ago
I made a website that uses bookmarklets just for that. https://www.videospeedup.com/
10.
▲
by
velut
5y ago
Hi, I'm the author of the website mentioned by zebracanevra that does just that. When a user requests the documentation for a package hosted on npm, a lambda function (Vercel/AWS) runs the analysis process using the TypeScript com
11.
▲
Exploring the NPM Registry API
(edoardoscibona.com)
1 points
by
velut
5y ago
|
0 comments
12.
▲
by
velut
5y ago
Thank you! Yes, I use prism-react-renderer for syntax highlighting. I did not know about Shiki, but I'll look into it.
13.
▲
by
velut
5y ago
Thank you for your question, I don't have experience with Docusaurus but I'll try to list a few ideas, let me know if it can help you. If you only need raw package metatada (signatures, docs...) that Docusaurus will render somehow
14.
▲
by
velut
5y ago
Thank you for your kind words! Your LSIF approach sounds interesting, I'll look into it. Another documentation host I know of is https://hexdocs.pm/ for Elixir packages.
15.
▲
by
velut
5y ago
Hi HN, After working on a mixed Go/Javascript project and wishing there was something similar to GoDoc for npm packages, I started working on jsDocs.io with the objective of it being the easiest way to generate and view the public API
16.
▲
Show HN: Automatic Documentation for TypeScript Packages
(jsdocs.io)
14 points
by
velut
5y ago
|
7 comments
17.
▲
by
velut
6y ago
Hi, thanks for your feedback. Javascript-only packages are not currently supported but Typescript packages or @types packages are. For example check the faastjs[1] package, you can see plenty of information about its API. [1]: https:/
18.
▲
Show HN: GoDoc for NPM Packages
(jsdocs.io)
1 points
by
velut
6y ago
|
2 comments