1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-10 08:00:03 +00:00
2024-07-18 08:39:03 +01:00

20 lines
558 B
Plaintext

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