Skip to content
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

Render markdown (including bill of materials) #22

Open
openvmp opened this issue Dec 29, 2023 · 0 comments
Open

Render markdown (including bill of materials) #22

openvmp opened this issue Dec 29, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@openvmp
Copy link
Owner

openvmp commented Dec 29, 2023

There is currently dead code "Shape.render_markdown()" copied from OpenVMP's internal library.
It has to move to the "Assembly" class.
The "Part" class (the other child of "Shape") needs to get another implementation of "render_markdown()" that creates a simple description of the part.

Extend "Project.render()" to render markdown files if "render->markdown" is provided.
Render markdown for assemblies unless "render->markdown->assemblies==False".
Render markdown for parts if "render->markdown->parts==True".
Pass all other options necessary to render markdown files as other parameters in "render->markdown".

@openvmp openvmp added enhancement New feature or request good first issue Good for newcomers labels Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Development

No branches or pull requests

1 participant