-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
[WIP] Adding the quick reference #34
base: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for stupefied-edison-1dae54 failed.
|
Deploying with Cloudflare Pages
|
@raydeleu I have played a bit further with a way to import this automatically (and in a nice way) but I failed to achieve something that I would be happy with. I would like to avoid having to do some manual editing for each change on your side. Would you be open to modify the markdown with this type of table. Or it it is too annoying, if I create a helper for what you have your tables? If you want to keep working with asciidoc, would you be open for me to help you have something automatically build it and be available as a link within the documentation? |
I can change it anyway you like. If you send me an example on how it should
look I can adapt it to your needs. Your automatic translation looked very
good, apart from the section headers. I could also imagine using the
automatic translation and perform some manual cleanup afterwards. Perhaps
Pandoc can do some automatic translation as well. Note that as now is
holiday time I can not promise on progress.
On the github I found the format for the documentation you have so far. I
can also modify those to create a quick reference. But I would need an
example how tables are created in that format and which options are
available (for example formatting within table cells).
I have not been very active the last weeks as I had the impression that you
were performing major changes to the sketch and drawing APIs. As soon as it
is stabilised I can make a new attempt at completing the quick reference. I
think that the 2D booleans etcetera in the drawing API would be an
interesting addition.
And I did not yet progress on the subject of creating solids out of
surfaces as needed for the icospheres.
Finally I noticed an interesting concept to import javascript functions in
your "hinged box" example. You were right that this is practical still
very transparent as the code for the function can be inspected. This
definitely needs to be included in the manual/quick reference.
Raymond Deleu
|
c52434d
to
6a52b79
Compare
First, enjoy your holidays, hope you are not too warm!
I have used asciidoc + pandoc to do the conversion: asciidoc -b docbook replicad-qrc.adoc
pandoc -f docbook -t markdown_mmd replicad-qrc.xml -o index.md And then the manual cleanup you can see in this commit (note that the changes to the tables were generated by my editor, it is not necessary).
This is using multimarkdown table syntax, you can read about it here. Not sure what your OS is, but I sometimes use Marked to see what I do live. Also VS Code has some markdown support builtin. You can even run docusaurus if you want to (
Changes were mostly about fixing bugs - it feels like it does kinda work so I probably won't do big changes (additive stuff for sure, and priorising draw over sketch). |
8d86723
to
8ba3d25
Compare
No description provided.