]> git.rocketbowman.com Git - jetsam.git/commitdiff
add feature ideas
authorKyle Bowman <kyle+github@rocketbowman.com>
Tue, 31 Dec 2024 16:11:29 +0000 (11:11 -0500)
committerKyle Bowman <kyle+github@rocketbowman.com>
Tue, 31 Dec 2024 16:11:29 +0000 (11:11 -0500)
todo.md

diff --git a/todo.md b/todo.md
index 603353a62c8c7c249c882ff091b138e86e4423f1..580816299e67b4ce715fa4aeafdae7893f2247c4 100644 (file)
--- a/todo.md
+++ b/todo.md
@@ -18,7 +18,7 @@ I could move this into the `defaults.yml` file. I could also add it to the
 Makefile definition. I'm not sure I like either of those options unless I can 
 layer the defaults in a base + overrides kind of manner.
 
-## Scale Up 
+## Usability and Scale
 
 ### Create Subsites <!-- markmap: foldAll -->
 
@@ -27,6 +27,22 @@ layer the defaults in a base + overrides kind of manner.
 * dig.rocketbowman.com
 * distil.rocketbowman.com
 
+### Personalize Template
+
+Add navigation to each subsite. Re-style the author metadata.
+
+### Add About Page 
+
+Profile picture. About the site, name, me. Contact info?
+
+### Figure out how to do <aside> comments
+
+Review Gwern's notes. Figure out how to do it in Pandoc. Figure out how to 
+do it stylistically. 
+
+Intent is to have a de-prioritized stream of information. I like margine notes, 
+but if that is untenable, folding text seems like a nice secondary.
+
 ### Enable Tagging
 
 One idea is to create a flat file, JSON file, or sqlite file at build time 
@@ -55,7 +71,14 @@ Look into `vale.sh`.
 
 ## Bells and Whistles
 
+### Append changelog from Git into article
+
+I'm not sure how reasonable this is, but I like how Ikiwiki ties the content 
+to the history. It would be cool to be able to click a link that directs you 
+to the commit itself.
+
 ### Tangle and Weave
+
 When rendering my notes, I want to be able to tangle and weave the notes in 
 the sense of Knuth's Web literate programming framework.
 
@@ -69,4 +92,8 @@ Code blocks should support filenames. Bash should support setting PWD before run
 
 ### Enable semantic search
 
-### Commands to edit markdown like Emacs edits org mode
\ No newline at end of file
+### Commands to edit markdown like Emacs edits org mode
+
+### Hover-over summary
+
+Like what Wikipedia does.
\ No newline at end of file