summaryrefslogtreecommitdiffstats
path: root/content/posts
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/org-agenda-eink/index.org14
1 files changed, 7 insertions, 7 deletions
diff --git a/content/posts/org-agenda-eink/index.org b/content/posts/org-agenda-eink/index.org
index 778909b..6f4aedc 100644
--- a/content/posts/org-agenda-eink/index.org
+++ b/content/posts/org-agenda-eink/index.org
@@ -8,16 +8,16 @@
#+SLUG:
#+SUMMARY:
-I recently made a post [[]] about how I was able to make my new tab page my
-org agenda. Since then I've been working on another project similar to
-that, trying to take the concept even further.
+I recently made a [[{{< ref "/posts/org-agenda-new-tab" >}}][post]] about how I was able to configure my new tab
+page to display my org agenda. Since then I've been working on another
+project similar to that, trying to take the concept even further.
-A while ago, I purchased an Inkplate 6 [[]] during its crowd funding stage
-on crowd source [[]], with the exact intention of creating something like
+A while ago I purchased an [[https://inkplate.io/][Inkplate 6]] during its crowd funding stage
+on [[https://www.crowdsupply.com/e-radionica/inkplate-6][crowd source]], with the exact intention of creating something like
this.
Immediately after writing that blog post, I started working to change
-agenda-html [[]] in order to make render an output which would be
+[[https://github.com/dantecatalfamo/agenda-html][agenda-html]] in order to make render an output which would be
acceptable for this project.
At the core of the Inkplate 6 is the ESP32, which is an
@@ -32,7 +32,7 @@ version of the agenda. The ESP32 then fetches this text and prints it
verbatim onto the text screen. This happens every 5 minutes, so it's
always up to date with the server version. It also handles some error
cases, but I have yet to run into those. The sketch for this project
-can be found here [[]].
+can be found [[https://github.com/dantecatalfamo/inkplate-agenda][here]].
What I ended up doing was exporting the org agenda as a text file,
after converting the links to description only. I did the conversion