diff --git a/app/MindWork AI Studio/Dialogs/PandocDialog.razor b/app/MindWork AI Studio/Dialogs/PandocDialog.razor index d86f6596..4accfda5 100644 --- a/app/MindWork AI Studio/Dialogs/PandocDialog.razor +++ b/app/MindWork AI Studio/Dialogs/PandocDialog.razor @@ -30,6 +30,7 @@ } + Pandoc is distributed under the @@ -41,10 +42,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 Mac. + @@ -61,19 +64,23 @@ Execute the installer and follow the instructions. + 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
+ 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. @@ -82,6 +89,7 @@ /usr/local/bin/pandoc + Open the folder and copy the full path to the pandoc.exe file into your clipboard. @@ -91,6 +99,7 @@ /usr/local/bin/pandoc/pandoc-@(PANDOC_VERSION) + Add the copied path to your systems environment variables and check the installation by typing
pandoc --version @@ -102,10 +111,12 @@
+ 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 @@ -117,14 +128,14 @@ else { - @if (showSkeleton) + @if (this.showSkeleton) { } - else if (isPandocAvailable) + else if (this.isPandocAvailable) {