diff options
author | Dante Catalfamo | 2021-01-27 23:46:57 -0500 |
---|---|---|
committer | Dante Catalfamo | 2021-01-27 23:46:57 -0500 |
commit | 2fbed48aefdf32c7485fe2a35349c2657ffc0a86 (patch) | |
tree | 021fe08a2debbd34ad21173c99b88e190cac19fc /content/posts/org-agenda-eink | |
parent | f8aafe88b3782ea5c6f2d37495c546e47ce59864 (diff) | |
download | blog-2fbed48aefdf32c7485fe2a35349c2657ffc0a86.tar.gz blog-2fbed48aefdf32c7485fe2a35349c2657ffc0a86.tar.bz2 blog-2fbed48aefdf32c7485fe2a35349c2657ffc0a86.zip |
agenda-eink: Add links
Diffstat (limited to 'content/posts/org-agenda-eink')
-rw-r--r-- | content/posts/org-agenda-eink/index.org | 14 |
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 |