widgetti / ipyvuetify

Jupyter widgets based on vuetify UI components
MIT License
342 stars 59 forks source link

Vuetify template to Python translator #57

Open DougRzz opened 4 years ago

DougRzz commented 4 years ago

It would be very nice to have a translation tool to convert a template from the Vuetify website (or other sources) to Ipyvuetify Python code. It could probably be done with a series of regex's but that would make the code quite difficult to maintain. What do people here think? Any ideas?

maartenbreddels commented 4 years ago

I like it! js code will be difficult to do, but maybe replace that with comments? But maybe an XML/html parser would be better?