From 3e428742a87dd9d373a099314a6deb866d56d980 Mon Sep 17 00:00:00 2001 From: JP Hastings-Edrei Date: Thu, 18 Jul 2024 16:58:02 +0100 Subject: [PATCH] create note post --- content/notes/2024-07-18/nlqau/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/notes/2024-07-18/nlqau/index.md diff --git a/content/notes/2024-07-18/nlqau/index.md b/content/notes/2024-07-18/nlqau/index.md new file mode 100644 index 00000000..68944bd1 --- /dev/null +++ b/content/notes/2024-07-18/nlqau/index.md @@ -0,0 +1,16 @@ +--- +date: 2024-07-18T16:58:47.933+01:00 +publishDate: 2024-07-18T16:58:47.933+01:00 +slug: nlqau +--- + +First [devlog](/tags/devlog)! Today I made some plans toward a full restart of my postcards CLI tool & its fileformat. Together they make archiving & displaying [postcards](/tags/postcards) easy and fun! + +My existing tool is great, but the `.postcard` format is too clever — it needs custom elements/JS for proper viewing. A newer experiment (https://shutup.jp) uses a simpler, more compatible & easier format; time to swap out! + +Check out: +- [My eexisting tool](https://github.com/dotpostcard/postcards-go) +- [The .postcard custom element](https://dotpostcard.github.io/postcards-html) +- [CSS-only postcard viewing](https://shutup.jp) +- [My love of postcards](https://www.byjp.me/posts/thoughts-on-postcards/) +