Experimental web browser optimized for rabbit-holing
61–70 of 122 posts
Re: Experimental web browser optimized for rabbit-holing
#62Re: Experimental web browser optimized for rabbit-holing
#63OP's browser and gingko mashed up together would be the perfect thing -- find/explore/learn, annotate, synthesize, organize, and combine into a finished thing, be it a reference or a proof.
Re: Experimental web browser optimized for rabbit-holing
#64Re: Experimental web browser optimized for rabbit-holing
#65Slightly unrelated: > As an aside, I also use this technique for navigating code with Vim, where a single shortcut goes to a definition of a function in a new pane I was intrigued by this, and searched the author's github for their .vim. This is how they do that: nnoremap gF vgF https://github.com/szymonkaliski/dotfiles/blob/357fc7c76ca86... and nnoremap gD :call CocActionAsync('jumpDefinition', 'vsplit') https://git…
Re: Experimental web browser optimized for rabbit-holing
#66Re: Experimental web browser optimized for rabbit-holing
#67There was also this approach many years ago which i absolutely adored: https://news.ycombinator.com/item?id=9724414
Re: Experimental web browser optimized for rabbit-holing
#68PS: awesome idea!