2024-07-14 21:16:11 +01:00
|
|
|
title: $:/plugins/tiddlywiki/ai-tools/tools
|
|
|
|
|
|
|
|
! Import ~ChatGPT Export Archive
|
|
|
|
|
|
|
|
Any tiddlers containing ~ChatGPT exported `conversation.json` files will be shown here for import.
|
|
|
|
|
2024-07-18 08:39:03 +01:00
|
|
|
<$list filter="[all[tiddlers+shadows]type[application/json]!has[plugin-type]sort[title]]" template="$:/plugins/tiddlywiki/ai-tools/view-templates/imported-conversations-json"/>
|
2024-07-14 21:16:11 +01:00
|
|
|
|
|
|
|
! Loaded Conversations
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<$list filter="[all[tiddlers+shadows]tag[$:/tags/AI/Conversation]sort[title]]">
|
|
|
|
<li>
|
|
|
|
<$link>
|
|
|
|
<$text text=<<currentTiddler>>/>
|
|
|
|
</$link>
|
|
|
|
</li>
|
|
|
|
</$list>
|
|
|
|
</ul>
|