Conversation
Very basic. Does the job. Adds back link, prev/next links, for hopping between chapters.
Collaborator
|
You can generate chapter files using a C# script I built (sorry for C#, I had limited time and this was the quickest way for me to get it done). It slurps in the MD files and uses header and footer HTML files to create an overall HTML file using MarkDig. Install: https://dotnet.microsoft.com/en-us/download Then run:
If you are on .NET 10 (just released), change
|
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@Deadpikle
This is the day of small beginnings. There is a working toc with the proper text and links along with placeholders for js and css. Hopefully this will be useful as we flesh out the website. I will need advice for those things that I can do and help with those things I can't do. Tools used so far were
grepsedpasteechonvimwith regex. (and a perl one liner via an AI). So no coding yet.chapter urls (no files created yet, but hopefully this will help in coding.)
Closes #695