FsReveal
FsReveal copied to clipboard
FsReveal parses markdown and F# script file and generates reveal.js slides.
This change allows passing the slide folder as an optional parameter. I found that useful when you have many presentations and you don't want to have a copy of the...
The code looks kind of outdated, doesn't use .NET Core or FAKE 5. It would be nice, if this could be modernized and make use of the current tech. I...
I was looking into this project to see how it works and if I can make some adjustments (use dotnet tools instead of paket.bootstraper and stuff) and it was very...
Metadata: * OS: Linux Debian Sid * Mono version: 6.8.0.80 Issue: When running `build.sh` (I had to also use the workaround stated in #116, maybe that is the reason for...
running paket install or paket update breaks FSReveal: 1. git clone FSReveal 2. run `build.cmd` slides are processed without an error 4. run `paket update` it will download the various...
`docker run -it mono:latest bash` copy the repository run `build.sh` experience ``` Running build failed. Error: System.ComponentModel.Win32Exception (0x80004005): Cannot find the specified file at System.Diagnostics.Process.StartWithShellExecuteEx (System.Diagnostics.ProcessStartInfo startInfo) [0x00102] in :0...
Hey, It would be great if you could add a themes and transition changes etc...to the docs.... Would be happy to make a *PR* for more furthur **_docs for better...
The following sample turns off highlighting for the F# snippet. However, if you invert them, the F# code is correctly set. Also, replacing the C# sample with `var x =...
The aim of the PR is to make FsReveal function without internet access. This means we need to pull in all of the code as a single compilation unit: -...