aboutsummaryrefslogtreecommitdiff
path: root/_intro.qmd
diff options
context:
space:
mode:
Diffstat (limited to '_intro.qmd')
-rw-r--r--_intro.qmd22
1 files changed, 22 insertions, 0 deletions
diff --git a/_intro.qmd b/_intro.qmd
index 1271a0b..211a39e 100644
--- a/_intro.qmd
+++ b/_intro.qmd
@@ -1,3 +1,25 @@
+## Problem space
+
+Two major modes for authoring texts:
+WYSIWYG and plaintext.
+A fundamental benefit of plaintext approach
+is freedom of choice regarding authoring tools
+[@White2022, p. 3].
+
+Where @White2022 examines benefits for authors with accessibility needs,
+the interest here is benefits
+for authors with unconventional needs for expression;
+specifically the need to "collect ones own thoughts",
+separately from or prior to targeting another audience.
+
+## Problem
+
+How to extend Unix-style tools to support personal authoring
+for collecting multi-facetted thoughts -
+e.g. educatational exploration for making sense of a new academic field?
+
+## Idea
+
Extend the Quarto document publishing system to handle semantic annotations.
Quarto takes as input plaintext files written in Markdown,