From
卡片連結
Updated
Aug 1, 2025 12:50 AM
Created
Jul 3, 2024 3:40 PM
prompts
這個版本可以做到:
- 用繁體中文摘要。
- 分析出文章要解決的核心問題,看看是否為自己需要的問題?
- 分析出文章一步一步的解決問題方法,看看是否有興趣深入閱讀?
- 用字盡量精簡額要,但符合原文原意。
{#- 用台灣慣用繁體中文進行文章摘要 -#}
用"台灣慣用的繁體中文",根據下面文章中「要解決什麼問題?」、「提出什麼具體方法?」,列出重點清單:
"""
標題: {{ document.title }}
作者: {{ document.author }}
來源: {{ document.domain}}
{#- The if-else logic below checks if the document is long. If so, it will use key sentences to not exceed the GPT prompt window. We highly recommend not changing this unless you know what you're doing. -#}
{% if (document.content | count_tokens) > 2000 %}
{{ document.content | central_sentences | join('\n\n') }}
{% else %}
{{ document.content }}
{% endif %}
"""
摘要邏輯提示:摘要時請一段一段分析,先找出對應的重點,並將相關原文翻譯成通順的"台灣繁體中文",撰寫時每一條清單顧及前後邏輯的關係,組成嚴謹的論證結構。
設定流程
- 打開 Readwise Reader ,來到左下方的「 Preferences 」設定頁面,進入 Ghostreader prompts「Customize」。
- 打開 Summarize the document 右方的「 Edit prompt 」,就可以開始設計自己的 AI 摘要指令。
- 設定好 AI 摘要指令,「之後」進入 Readwise Reader 的新文章,就會用新的指令進行摘要,顯示在文章右方。