pages/site/garden/chat-glue/index.md

19 lines
754 B
Markdown
Raw Normal View History

2024-06-03 22:59:20 -05:00
---
public: "true"
slug: "chat-glue"
title: "Chat Glue"
2024-06-05 23:25:48 -05:00
prev: false
next: false
2024-06-03 22:59:20 -05:00
---
2024-06-18 02:32:30 -05:00
<script setup>
import { data } from '../../git.data.ts';
import { useData } from 'vitepress';
const pageData = useData();
</script>
<h1 class="p-name">Chat Glue</h1>
2024-12-29 10:02:16 -06:00
<p>25 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
2024-06-18 02:32:30 -05:00
<hr/>
2024-06-03 22:59:20 -05:00
2024-12-29 10:02:16 -06:00
<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>
2024-06-03 22:59:20 -05:00
2024-12-29 10:02:16 -06:00
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.