1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-23 06:20:01 +00:00

Don't try to parse plugins as conversations

This commit is contained in:
Jeremy Ruston 2024-07-18 08:39:03 +01:00
parent d6f3058e9d
commit 837374b5ab

View File

@ -4,7 +4,7 @@ title: $:/plugins/tiddlywiki/ai-tools/tools
Any tiddlers containing ~ChatGPT exported `conversation.json` files will be shown here for import.
<$list filter="[all[tiddlers+shadows]type[application/json]sort[title]]" template="$:/plugins/tiddlywiki/ai-tools/view-templates/imported-conversations-json"/>
<$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