From 2c116197404df25ea45827cb26b844ddc26c2669 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 29 May 2025 21:29:57 +0200 Subject: [PATCH] Made text justified --- .../Dialogs/PandocDialog.razor | 28 ++++--------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/app/MindWork AI Studio/Dialogs/PandocDialog.razor b/app/MindWork AI Studio/Dialogs/PandocDialog.razor index a9b64504..ae21eac8 100644 --- a/app/MindWork AI Studio/Dialogs/PandocDialog.razor +++ b/app/MindWork AI Studio/Dialogs/PandocDialog.razor @@ -6,31 +6,15 @@ @if (this.showInstallPage) {
- + AI Studio relies on the free and open-sourced third-party app Pandoc to process and retrieve data from local Office files (ex. Word) and later other text formats like LaTeX. - - + + Unfortunately Pandoc's GPL license is not compatible with AI Studios licences, nonetheless software under GPL is generally free to use and - free of charge as well. - Therefore you have to accept Pandoc's GPL license before we can download and install Pandoc for free - automatically for you (recommended). - However you can download it yourself manually with the instructions below. - - - - @if (this.isLoading) - { - - - - } - else if (!string.IsNullOrEmpty(this.licenseText)) - { - @this.licenseText - } - - + free of charge as well. Therefore you have to accept Pandoc's GPL license before we can download and install Pandoc for free + automatically for you (recommended). However you can download it yourself manually with the instructions below. +