From c7ec4837a1faf5f21f3745a6d7108fe9b2042874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Gy=C3=B6ngy=C3=B6si?= Date: Fri, 10 Jan 2025 11:15:07 +0100 Subject: [PATCH 1/3] Add `libqalculate` (Qalculate!) manual references This would help users understanding what they can write in the calculator text box. E.g. now I had to manually find and look up the reference of the `days()` function. Now it would be just two clicks. --- website/src/routes/about/+page.svelte | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/src/routes/about/+page.svelte b/website/src/routes/about/+page.svelte index 4c7a7b8..88cf580 100644 --- a/website/src/routes/about/+page.svelte +++ b/website/src/routes/about/+page.svelte @@ -16,6 +16,13 @@ > library by Hanna Knutsson.

+

+ Functions • + Variables • + Units • + Examples +

+

Feedback

...is welcome 🙂
From 2bacf33b16b6d22e4e229bdba82e666926e18742 Mon Sep 17 00:00:00 2001 From: Stephan Troyer Date: Tue, 21 Jan 2025 00:22:10 +0100 Subject: [PATCH 2/3] add target _blank --- website/src/routes/about/+page.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/src/routes/about/+page.svelte b/website/src/routes/about/+page.svelte index 88cf580..b809f80 100644 --- a/website/src/routes/about/+page.svelte +++ b/website/src/routes/about/+page.svelte @@ -17,10 +17,10 @@

- Functions • - Variables • - Units • - Examples + Functions • + Variables • + Units • + Examples

Feedback

From 5cfc9b07bf748739974e43180810b323ff3b7fef Mon Sep 17 00:00:00 2001 From: Stephan Troyer Date: Tue, 21 Jan 2025 00:31:12 +0100 Subject: [PATCH 3/3] Update +page.svelte --- website/src/routes/about/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/routes/about/+page.svelte b/website/src/routes/about/+page.svelte index b809f80..b5b39b7 100644 --- a/website/src/routes/about/+page.svelte +++ b/website/src/routes/about/+page.svelte @@ -20,7 +20,7 @@ FunctionsVariablesUnits • - Examples + Examples

Feedback