With just one click, I can get the essence of any videos, newsletters, or articles in my native language. I'm using a customized ReadWise summary prompt. I will show you why and how to do that in this video. https://youtu.be/Fs-fJX6JZek Inspired by...
beartalking.com1 min read
I translated it into English:
Important Note: If the original text includes the author's name and source information, please directly use this information in the summary instead of referring to them as "the author." For example, "In podcast episode 203 of 'The Tim Ferriss Show,' Tim Ferriss shares three tips about…"
Step 1: Organization and Restructuring
Step 2: Key Point Extraction
Step 3: Resource Extraction
Additionally, during the reading of this article, I highlighted the following parts, considering them key points for your learning and reference:
{% for highlight in document.highlights %} - {{ highlight.content }} {% endfor %}
{#- The if-else logic below checks the length of the document. If the document is long, it uses key sentences to avoid exceeding the limit of the GPT prompt window. It is strongly advised not to change this setting unless you know what you are doing. -#}
{% if (document.content | count_tokens) > 2000 %} {{ document.content | central_sentences | join('\n\n') }} {% else %} {{ document.content }} {% endif %}
Basic Format:
""" Title: {{ document.title }} Author: {{ document.author }} Source: {{ document.domain }}
Summary: Key Points: Resources: """
Output Format Requirements:
Other Requirements:
Nick Cheng
Hey Bear, the tweet link seems to be not correct. You may want to check it again.