pages/site/garden/chat-glue/index.md
thepaperpilot 5da60c9279
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 55s
Update content
2024-12-29 10:02:16 -06:00

19 lines
No EOL
754 B
Markdown

---
public: "true"
slug: "chat-glue"
title: "Chat Glue"
prev: false
next: false
---
<script setup>
import { data } from '../../git.data.ts';
import { useData } from 'vitepress';
const pageData = useData();
</script>
<h1 class="p-name">Chat Glue</h1>
<p>25 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
<hr/>
<details><summary>Referenced by:</summary><a href="/garden/commune/index.md">Commune</a><a href="/garden/orchard/index.md">Orchard</a><a href="/garden/the-small-web/index.md">The Small Web</a></details>
A theoretical chat system designed to solve the problems of transcribing branching conversations into linear timelines It's defined by the [Chatting with Glue](https://a9.io/glue-comic/) comic.