GithubHelp home page GithubHelp logo

quickref.dev's Introduction

This project was shut down in September 2020.


Quickref.dev Community Sources

This repo contains data sources for Quickref.dev — a community-driven search engine for software developers. sites contains lists of sites to index, grouped by category. cards contains reference cards (example in action).

Contributing

Please, create a pull request to:

  • add a site to the index
  • add or modify a reference card.

I you want to add a new bang operator (!foo), please, create an issue.

Thank you.

Sites

There are 5 categories of search on Quickref.dev. Each corresponds to a .txt-file of indexed sites:

  • All (all.txt)
  • Docs (docs.txt)
  • Forums / Q&A (forums_qa.txt)
  • Blogs (blogs.txt)
  • Repositories (repositories.txt)

Category "All" is compiled automatically by combining all other categories. Quickref.dev searches in all subdomains, regardless of depth. For example, if https://abc.com is specified, all existing subdomains (https://x.abc.com, https://y.x.abc.com, etc) are indexed and searched.

Cards

Each card is structured as follows:

"list of words":
  name: "Name"
  description: "Short one sentence description."
  links:
    website: "https://official_website.com"
    quickstart: "https://official_website.com/getting_started"
    "community docs": "https://clojuredocs.org/"
    "Mailing list": "https://groups.google.com/forum/..."
    subreddit: "https://reddit.com/r/..."
    ...

The "list of words" is used to match cards to queries. A card is displayed if the user's query contains at least one of the specified words (case insensitive). For example, requests clojure, clj, clj list or clojure map will all match this card:

"clojure clj":
  name: "Clojure"
  description: "Dynamically typed, functional dialect of Lisp. Immutable values, strong typing, hosted on JVM and other platforms."
  links:
    website: "https://clojure.org/"
    quickstart: "https://clojure.org/guides/getting_started"
    "community docs": "https://clojuredocs.org/"
    "Learn in Y minutes": "https://learnxinyminutes.com/docs/clojure/"
    "Q&A forum": "https://ask.clojure.org/"
    "Clojurians Slack": "https://clojurians.herokuapp.com/"
    "Mailing list": "https://groups.google.com/forum/#!forum/clojure"
    subreddit: "https://old.reddit.com/r/Clojure/"

quickref.dev's People

Contributors

adityatelange avatar asamolov avatar brianbreniser avatar dekimsey avatar freetonik avatar gabenodarse avatar jackwherry avatar kovah avatar lnikkila avatar moon-chilled avatar progval avatar psy667 avatar ruudvdboom avatar semencov avatar snej avatar srenatus avatar taoothereporter avatar u1f408 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

quickref.dev's Issues

Please add hexdocs for elixir-lang

Hey,
So I've read about this on hacker news and I've tried to search for elixir stuff, the results do not contain stuff from https://hexdocs.pm/ which is the best source of info for this searches.

Thank you and good luck with your project

Add tags escaping

Hey Rakhim!

I've just tried your new project and found a bug, I think. Not sure that here's a right place to fill bug reports, but anyway.

It looks like your rendering engine doesn't escape tags when they present in search results.

I don't know why, but the first search request I made was “react-dev”. One of the links there is Creating a Dynamic <select> Menu with React. Here's the result:

Screen Shot 2020-05-19 at 20 34 57

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.