-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Presenter window/speaker notes #3
Comments
Hello 😊 Glad to see someone finding good use of this repo and its concept ! It should work, but I do not use presenter windows myself. I'll test and come back to you with a solution. |
I tested on unix system, so with the I see that Would you try replacing version with Keep me posted @dieselmonkey 😊 And in the era of AI, I may instruct one to make a more up to date BAT file, or even a Powershell PS1 😊 |
Thanks for your reply @bcouetil! Thanks for looking into this and thanks for your suggestions. 😊 I tried changing I asked ChatGPT and got the suggestion to use Revealjs 4.1.2 instead of 3.8.0 as it is used in the Unix version. This did not fix the problem either, and then I ran out of the CGPT trial version. To do the easy thing I tried setting Asciidoctor to 1.82.0 and Revealjs to 5.1.0 but, this did not make any difference either. One thing that CGPT pointed out was that revealsdir in the Unix script is local: What I have learned about AI is that it is of great help for someone like me who is an amateur when it comes to scripts, programming, etc. The problem is just that it often gets the context wrong and then you gotta know how to point it in the right direction. Hopefully, you can do it quite easily. 😊 |
I tried to avoid rewriting the BAT script, and I think I made it working using Git Bash (included in Git for Windows installation).
If you managed to clone the project and to launch the BAT file, you must already be there. Now a few extra steps.
If it works on your side, I'll update the file and procedure accordingly. Please let me know ! |
Thanks for your reply @bcouetil! I did the steps above but somehow i failed to get rsync to work:
It is strange how I managed to get what is really a step and a half wrong. 😊 Anyways, I got the following advice from CGPT:
It turned out that one of the packages that was not included in the standard installation was rsync so I had to rerun the installation and select not installed to find rsync. Alas, if that would have been it. 😊 CGPT sent me on a rabbit trail trying to get the docker container to work in MINGW64. I also had to do some more modifications to the script: Changing But the webpage wasn't rendered properly and I didn't get a pdf. I tried to ask CGPT what could be the problem. Though it doesn't admit it, there seems to be a limit of about 100-ish rows of script that it will deal with in the free version. |
CGPT fails to get rsync to be installed properly, I tried with it first. Please use the procedure I gave you instead. Did you unzip cwrsync in Program files and put Before lauching our script, just try |
I was a bit lazy with the procedure, here is a detailed version from a mutual "friend". How to Run generate.sh Under Windows Using Git BashThis guide will help you launch a shell script ( Step 1: Install Git for Windows
Step 2: Verify Docker Works in Git Bash
Step 3: Install
|
I am new to Asciidoc and Revealjs. I wish to be able to create presentations while at the same time generating books or webpages from the same content. This seems to be exactly what I need. I don't have great computer skills so please bear with me.
I downloaded the repository and generated the reveal-my-asciidoc and syntax-quick-reference files as a test. However, when I press
s
to open the presenter window I get the following error message:invalid file type: html
. The address is: https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.8.0/plugin/notes/notes.html. Why is it not looking locally for the speaker notes?The Readme states: "MS Windows generation files are not actively maintained and tested" Could that be the cause or is the presenter view just not a desired feature?
The text was updated successfully, but these errors were encountered: