Use AI to connect Readwise tags to my list of topics
The Tana API that is used to power the Readwise integration is exactly the same (and therefore has the same limitations) as the Input API. It can only write new nodes to Tana, and the API can only write a single value to new fields.
So, to get all your tags out of Readwise, we recommend a comma-separated format, and then using AI to link to the correct nodes in your graph.
Here's a video of how it works (no audio):
Here is the prompt:
PROMPT
Look at each keyword separated by the commas:
Input:
[${rwTags}]
And try to find equivalents in this list of all keywords:
//Insert search node here that finds all keywords/topics
EXAMPLE:
Input:
[arbitrage, cities, dikw, economy]
Output:
- [[Arbitrage]]
- [[Cities]]
- [[DIKW]]
- [[Economy]]
Just print the output, nothing else.
For best results, ensure that the tags in Readwise match the topic nodes in your Tana graph as closely as possible.