2024-01-05 20:00:10 -08:00
..
2024-01-05 17:09:12 -08:00
2024-01-05 17:35:24 -08:00

extwislogo

/extractwisdom

extract-wisdom is a Fabric pattern that extracts wisdom from any text.


DescriptionInstallationExamplesMeta


Note


These are not the correct instructions yet, so hold off until this note is removed.

Description

extractwisdom addresses the problem of too much content out there for us to consume.

extract-wisdom extracts wisdom from any content that can be translated into text. Some examples include:

  • Podcast transcripts
  • Academic papers
  • Essays
  • Blog posts
  • Really, anything you can get into text!

It pulls multiple types of value out of any content it's provided, including:

  • IDEAS: The best ideas from the content, i.e., what you might have taken notes on if you were taking manual notes
  • QUOTES: Some of the best quotes from the content
  • HABITS: Habits of the speakers that could be worth replicating
  • RECOMMENDATIONS: A list of things that the content recommends

Use cases

  1. Decision Support: extractwisdom allows you to quickly learn what's in a particular piece of content so you can decide if you want to consume the full source material or not.
  2. Note Taking: extractwisdom can also be used as your note taker. It's designed to

It can also be used as a set of notes.

Examples

Here are some examples of how to use extractwisdom.

Installation

You can install extractwisdom by executing this command.

curl -sS https://raw.githubusercontent.com/danielmiessler/fabric/main/install.sh | bash
z foo              # cd into highest ranked directory matching foo
z foo bar          # cd into highest ranked directory matching foo and bar

Meta

  • Author: Daniel Miessler
  • Published: January 5, 2024