thepaperpilot
14a570c17b
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 36m50s
19 lines
No EOL
693 B
Markdown
19 lines
No EOL
693 B
Markdown
---
|
|
public: "true"
|
|
slug: "freeform-vs-chronological-dichotomy"
|
|
title: "Freeform vs Chronological Dichotomy"
|
|
prev: false
|
|
next: false
|
|
---
|
|
<script setup>
|
|
import { data } from '../../git.data.ts';
|
|
import { useData } from 'vitepress';
|
|
const pageData = useData();
|
|
</script>
|
|
<h1 class="p-name">Freeform vs Chronological Dichotomy</h1>
|
|
<p>10 words, ~0 minute read. <span v-html="data[`site/${pageData.page.value.relativePath}`]" /></p>
|
|
<hr/>
|
|
|
|
> Referenced by: [Chronological](/garden/chronological/index.md), [Freeform](/garden/freeform/index.md)
|
|
|
|
Describes a dichotomy between displaying information in a [Freeform](/garden/freeform/index.md) vs [Chronological](/garden/chronological/index.md) manner |