dwyl/quotes

Quotes on Ideas

Closed this issue · 2 comments

There are many good quotes on ideas. We need to filter and record the best ones. 💡

Todo

Comb through all the popular sites that list quotes and capture the ones we find inspiring action:

Here's a starting point:

Note: all quotes must have a source and tags otherwise they are invalid. We don't accept any quotes that are "anonymous" or "Buddha" even if they are really good.

First pass:

  {
    "author": "Victor Hugo",
    "source": "https://www.goodreads.com/quotes/2302",
    "tags": "idea, ideas, time",
    "text": "No army can withstand the strength of an idea whose time has come."
  },
  {
    "author": "Ursula Leguin",
    "source": "https://www.goodreads.com/quotes/1260096",
    "tags": "creative, creativity, child",
    "text": "The creative adult is the child who survived."
  },
  {
    "author": "Marie Curie",
    "source": "https://www.goodreads.com/quotes/45949",
    "tags": "idea, ideas, curious, curiosity, people, gossip",
    "text": "Be less curious about people and more curious about ideas."
  },
  {
    "author": "Sue Grafton",
    "source": "https://www.goodreads.com/quotes/6862779",
    "tags": "idea, ideas, execution",
    "text": "Ideas are easy. It's the execution of ideas that really separates the sheep from the goats."
  },
dannya commented

Implemented #51 (comment) in commit referenced above - some were already included.