Loading...
Loading...
Compare original and translation side by side
mcp__readwise__readwise_list_highlightsreadwisemcp__readwise__readwise_list_highlightsreadwiseHighlight Graph · ReadwiseI'll pull your recent highlights, find connections between them, and build a graph you can explore. Give me a moment.
readwise_list_highlightspage_size=100page=1page=2高亮图谱 · Readwise我将提取你最近的高亮内容,找出它们之间的关联,并构建一个可供你探索的图谱。请稍候片刻。
readwise_list_highlightspage_size=100page=1page=2{
"id": "12345",
"text": "The actual highlight text...",
"note": "User's note if any",
"book_id": 58741401,
"source_title": "The Goal",
"source_author": "Eliyahu Goldratt",
"url": "https://..."
}book_idbook_id/tmp/highlights.json{
"id": "12345",
"text": "实际的高亮文本...",
"note": "用户的备注(如果有)",
"book_id": 58741401,
"source_title": "The Goal",
"source_author": "Eliyahu Goldratt",
"url": "https://..."
}book_idbook_id/tmp/highlights.jsonecho '[]' > /tmp/connections.json
python3 SKILL_DIR/build_graph.py --highlights /tmp/highlights.json --connections /tmp/connections.json --output highlight-graph.html
open highlight-graph.htmlGraph is open with {N} highlights across {N} sources. Finding connections between ideas now...
echo '[]' > /tmp/connections.json
python3 SKILL_DIR/build_graph.py --highlights /tmp/highlights.json --connections /tmp/connections.json --output highlight-graph.html
open highlight-graph.html图谱已打开,包含**{N}条高亮内容**,覆盖**{N}个来源**。正在查找观点之间的关联...
[
{
"a_id": "12345",
"b_id": "67890",
"label": "Feedback loops",
"why": "Both highlights discuss how tight feedback loops improve quality"
}
][
{
"a_id": "12345",
"b_id": "67890",
"label": "Feedback loops",
"why": "Both highlights discuss how tight feedback loops improve quality"
}
]/tmp/connections.jsonpython3 SKILL_DIR/build_graph.py --highlights /tmp/highlights.json --connections /tmp/connections.json --output highlight-graph.html
open highlight-graph.htmlBuilt a graph of {N} highlights across {N} sources, with {N} connections between ideas.A few interesting connections I found:
- "{highlight A snippet}" ↔ "{highlight B snippet}" — {connection label}
- ...
The graph is open in your browser. Want to add more highlights?
/tmp/connections.jsonpython3 SKILL_DIR/build_graph.py --highlights /tmp/highlights.json --connections /tmp/connections.json --output highlight-graph.html
open highlight-graph.html已构建包含**{N}条高亮内容**、覆盖**{N}个来源的图谱,其中包含{N}个观点关联**。我发现了一些有趣的关联:
- "{高亮A片段}" ↔ "{高亮B片段}" — {关联标签}
- ...
图谱已在你的浏览器中打开。需要添加更多高亮内容吗?
page=3page=4readwise_search_highlightspage=3page=4readwise_search_highlightsbuild_graph.pypython3 build_graph.py --highlights highlights.json --connections connections.json --output output.html{id, text, note, book_id, source_title, source_author, url}{a_id, b_id, label, why}build_graph.pypython3 build_graph.py --highlights highlights.json --connections connections.json --output output.html{id, text, note, book_id, source_title, source_author, url}{a_id, b_id, label, why}SKILL_DIRbuild_graph.pySKILL_DIRbuild_graph.py