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

Script to automatically convert articles into views #186

Open
dyc3 opened this issue Sep 24, 2020 · 2 comments
Open

Script to automatically convert articles into views #186

dyc3 opened this issue Sep 24, 2020 · 2 comments
Labels
enhancement New feature or request meta/workflow Improvements or additions to the workflow for this project

Comments

@dyc3
Copy link
Member

dyc3 commented Sep 24, 2020

Something that happens pretty often is that we start writing an article and figure out that we can't exactly do what we want with it without turning it into a view.

We should have a script to make it easier to convert existing articles into views. It should:

  1. Read the contents of the article's markdown.
  2. Render the markdown into jsx (so that the components like CodeBlock can be used)
  3. Place the rendered jsx into a new view
@dyc3 dyc3 added enhancement New feature or request meta/workflow Improvements or additions to the workflow for this project labels Sep 24, 2020
@dcarpenter31
Copy link

is there a language requirement for this script? (can we use python?)

@dyc3
Copy link
Member Author

dyc3 commented Sep 25, 2020

Nope, no language requirement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request meta/workflow Improvements or additions to the workflow for this project
Projects
None yet
Development

No branches or pull requests

2 participants