commit dac08e2b8ae6ed19bc9bac766172a2a94e8b9cbd
parent 7acc57e00cc63753ecb4bde49a4fb251e6397a11
Author: Eamon Caddigan <eamon.caddigan@gmail.com>
Date: Sun, 30 Mar 2025 21:02:42 -0700
Add weeknote for 2025-W14
Diffstat:
1 file changed, 45 insertions(+), 0 deletions(-)
diff --git a/content/posts/weeknotes/2025-w14/index.md b/content/posts/weeknotes/2025-w14/index.md
@@ -0,0 +1,45 @@
+---
+title: "Weeknote for 2025-W14"
+description: "Pythonistas on DEIA, trying Typst"
+date: 2025-03-31T08:59:00-07:00
+draft: false
+categories:
+- Weeknotes
+tags:
+- Python
+- Vim
+---
+
+## pyOpenSci statement on DEIA
+
+[A couple weeks back]({{< ref
+"/posts/weeknotes/2025-w11/#ropensci-statement-on-deia" >}}) I shared a
+statement from rOpenSci reaffirming their commitment to diversity, inclusivity,
+equity, and accessibility. I’m glad to see similar values articulated by the folks
+behind pyOpenSci.
+
+[Reaffirming pyOpenSci’s Commitment to Inclusion](https://www.pyopensci.org/blog/pyopensci-commitment-inclusion.html)
+
+## Typst and Pandoc
+
+I had been meaning to check out [Typst](https://typst.app/) for a little bit,
+but I never got around to it before this post came across my feed. I had to
+install Typst and update Pandoc to run it, but it creates a good lookin’ PDF
+from a markdown file with no fuss, and it has opened the door to incorporating
+a new tool into my workflow.
+
+[JMax --- A New Typst Template for Pandoc](https://imaginarytext.ca/posts/2025/typst-templates-for-pandoc/)
+
+## Curly quotes with LazyVim
+
+[I’m still giving LazyVim an honest try]({{< ref
+"/posts/weeknotes/2025-w10/#trying-lazyvim" >}}), and I’ve finally reached the
+point where I’m adding in the plugins I miss from my regular Vim configuration.
+I recently figured out how to create lazy.vim “specs” and added
+[vim-textobj-quote](https://github.com/preservim/vim-textobj-quote)---which I
+use to add “curly quotes” to my markdown files---to my LazyVim configuration.
+Since I want to make this easy to access on all the computers I use, this also
+convinced me to push my LazyVim configuration to a public place, which I share
+with you here:
+
+[My fork of LazyVim/starter](https://git.eamoncaddigan.net/lazyvim-starter/log.html)