Zev Spitz
Zev Spitz
@aguarino77 No, I decided not to use this project in the end.
I propose to do the following: 1. Save the documents as .docx 2. Use [pandoc](https://pandoc.org/index.html) to convert the .docx files to markdown. Fiddling with some of the options gets me...
Well, it's been 2.5 months, and I think I've automated as much of the conversion as I can. (It's been an interesting journey -- along the way I developed a...
I wanted to preserve the numbering in the text, while keeping the numbers out of the hashtag document fragments. But the wiki system inserts `user-content` into the non-autogenerated ids. I...
The GitHub Pages on my fork can be seen [here](https://zspitz.github.io/dlr/). The links between documents are working. It seems a little plain. Do you have any suggested improvements?
Thanks for the typo; I've corrected it. I've also reformatted the first-level headers in the TOC to a higher level, in order to emphasize them within the TOC. If I...
@slozier I've chosen a different Jekyll theme, with a built-in TOC mechanism, and I think it came out rather well (the link is the same as [above](https://zspitz.github.io/dlr/)). I'm going to...
@thetuvix As one of the original authors of the documentation in question (I wasn't able to find current contact information for Bill Chiles), do you know who has the current...
> I would suggest that they be reimplemented in WPF (or, over the long term, WinUI 3). Would there be some sort of shared base library for all the reimplemented...
You can create a custom renderer and register it as described [here](https://github.com/zspitz/ExpressionTreeToString/wiki/Extensibility-and-plugin-mechanism). In your case I would suggest writing a class that inherits from [DynamicLinqWriterVisitor](https://github.com/zspitz/ExpressionTreeToString/blob/master/Library/DynamicLinqWriterVisitor.cs), providing an overriding implementation of...