mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-10 08:00:03 +00:00
20 lines
558 B
Plaintext
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>
|