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

15 lines
307 B
Plaintext
Raw Permalink Normal View History

2024-07-09 08:59:49 +01:00
title: $:/plugins/tiddlywiki/ai-tools/view-templates/conversation
tags: $:/tags/ViewTemplate
list-after: $:/core/ui/ViewTemplate/body
<%if [<currentTiddler>tag[$:/tags/AI/Conversation]] %>
<$transclude
$variable="ai-tools-conversation"
$mode="block"
conversationTitle=<<currentTiddler>>
/>
2024-07-09 08:59:49 +01:00
<%endif%>