From 7fb5487d558579995234b8642acb8aaa4743159d Mon Sep 17 00:00:00 2001 From: BattleCh1cken Date: Tue, 9 Jan 2024 17:44:36 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8FThe=20dates=20were=20b?= =?UTF-8?q?eing=20displayed=20wrong?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/radial/entries.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/radial/entries.typ b/themes/radial/entries.typ index b69eca3..9a1d81a 100644 --- a/themes/radial/entries.typ +++ b/themes/radial/entries.typ @@ -23,7 +23,7 @@ header: components.title( beginning: image.decode( utils.change_icon_color(raw_icon: metadata.icon, fill: white), height: 1em, - ), end: context.start_date.display(), color: metadata.color, context.title, + ), end: context.start_date.display("[year]/[month]/[day]"), color: metadata.color, context.title, ), footer: [ #line(length: 100%) #align(left, [ From 274ec666919d414d6191a35f4e44f851dbd12c09 Mon Sep 17 00:00:00 2001 From: BattleCh1cken Date: Fri, 12 Jan 2024 23:01:39 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Added=20the=20Discord=20serv?= =?UTF-8?q?er=20to=20the=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb880e3..d485d2f 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ This is the Notebookinator, a [Typst](https://github.com/typst/typst) template designed for the Vex Robotics Competition. This template aims to make it as easy as possible to get you up and running with a clean and organized notebooking environment, with minimal overhead. It provides multiple themes, and can even be extended with your own. -To get started, read the [documentation](./docs.pdf). +To get started, read the [documentation](./docs.pdf). If you have questions, or just want to hang out, feel free to join our [Discord server](https://discord.gg/sUpcVPtBDg).