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

Export options #5

Open
vsoch opened this issue Jun 20, 2019 · 5 comments
Open

Export options #5

vsoch opened this issue Jun 20, 2019 · 5 comments

Comments

@vsoch
Copy link

vsoch commented Jun 20, 2019

It's fairly easy to convert web content to a PDF (and similar), so given that a user is walking through creation of some thing, it would be good if the wizard can ultimately provide it in the desired format. Such as:

  • Generate pdf from finished choices
  • Markdown / plain text
  • Some kind of scientific notebook (depending on the choices, this might be out of scope but is a cool idea)
  • LaTeX

Okay that's probably too far, even if we just did Markdown / text / PDF that would likely satisfy most use cases :)

@vsoch
Copy link
Author

vsoch commented Jun 20, 2019

I'll also be able to help on this more in the coming weekend!

@Beanow
Copy link
Member

Beanow commented Jun 20, 2019

Aside from formats, I think it's good to have the selected options as part of the output. Other documents, like selected licenses and social contracts would make sense as a zip of markdown files perhaps.

Maybe zip (all output, several .md files) + PDF of choices?

@vsoch
Copy link
Author

vsoch commented Jun 20, 2019

Yes!

@vsoch
Copy link
Author

vsoch commented Jun 20, 2019

I'm rather simple with JavaScript but I've actually done this in a browser before (there are libraries that make it super easy).

@nothingismagick
Copy link
Collaborator

nothingismagick commented Jun 20, 2019

It is relatively straightforward to render a PDF from the DOM with Quasar and Vue -> and markdown too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants