diff --git a/app/MindWork AI Studio/Dialogs/PandocDialog.razor b/app/MindWork AI Studio/Dialogs/PandocDialog.razor index 1ee9a24d..39d588da 100644 --- a/app/MindWork AI Studio/Dialogs/PandocDialog.razor +++ b/app/MindWork AI Studio/Dialogs/PandocDialog.razor @@ -17,21 +17,21 @@ 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.isLoadingLicence) { - - - + + + } else if (!string.IsNullOrWhiteSpace(this.licenseText)) { } - + Pandoc is distributed under the GNU General Public License v2 (GPL). By clicking "Accept GPL and Install", you agree to the terms of the GPL license and Pandoc will be installed automatically for you. Software under GPL is free of charge and free to use. @@ -40,12 +40,12 @@ Accept GPL and install for free - + If you prefer to install Pandoc yourself, please follow one of these two guides. Installers are only available for Windows and macOS. - + @@ -66,16 +66,16 @@ - + Pandoc is distributed under the GNU General Public License v2 (GPL). By clicking "Accept GPL and download installer", you agree to the terms of the GPL license. Software under GPL is free of charge and free to use. - + Accept GPL and download installer - + @@ -83,7 +83,7 @@ Accept the terms of the GPL license and download the latest archive with the download button below. - + Extract the archive to a folder of your choice, e.g.: @@ -94,7 +94,7 @@ /usr/local/bin/pandoc - + Open the folder and copy the full path to the @PandocProcessBuilder.PandocExecutableName file into your clipboard: @@ -105,7 +105,7 @@ /usr/local/bin/pandoc/pandoc-@(LATEST_PANDOC_VERSION) - + Add the copied path to your system's or user's PATH environment variable, restart your terminal, and check the installation by typing pandoc --version into your terminal: @@ -117,13 +117,13 @@ - + Pandoc is distributed under the GNU General Public License v2 (GPL). By clicking "Accept GPL and archive", you agree to the terms of the GPL license. Software under GPL is free of charge and free to use. - + Accept GPL and download archive @@ -138,12 +138,12 @@ @if (this.pandocInstallation == default) { - + - - + + } @@ -193,7 +193,7 @@ else if (this.ShowInstallationPage) { - Cancel + Close @@ -203,7 +203,7 @@ else { - Cancel + Close @if (this.pandocInstallation != default)