about summary refs log tree commit diff stats
path: root/template.tlv
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-02-17 20:16:36 -0800
committerKartik K. Agaram <vc@akkartik.com>2022-02-17 20:16:36 -0800
commit9421ea7151fef8dbe95f965a0ab1d3da16914c40 (patch)
treecd4a5ea22d5851236335713701e496eb8b7dd351 /template.tlv
parent0e19efeb2ee2e38054284d633690b54e8eb9b8ce (diff)
downloadteliva-9421ea7151fef8dbe95f965a0ab1d3da16914c40.tar.gz
'doc:blurb': a place to briefly describe an app
This is for what the app does, as opposed to 'doc:main', which is also
intended to include commentary about the internal organization of the
app.
Diffstat (limited to 'template.tlv')
-rw-r--r--template.tlv6
1 files changed, 6 insertions, 0 deletions
diff --git a/template.tlv b/template.tlv
index 1e67dc6..b17fd7d 100644
--- a/template.tlv
+++ b/template.tlv
@@ -199,3 +199,9 @@
     >    update(window)
     >  end
     >end
+- __teliva_timestamp:
+    >Thu Feb 17 20:10:02 2022
+  doc:blurb:
+    >To show a brief description of the app on the 'big picture' screen, put the text in a special buffer called 'doc:blurb'.
+    >
+    >You can also override the default big picture screen entirely by creating a buffer called 'doc:main'.