Migrate from HTML to Markdown #2085
OlegGulevskyy
started this conversation in
Show and tell
Replies: 1 comment
-
What a fantastic story! This is exactly the kind of use case Wails was written for. If you ever write a blog post about this, let us know and we'll link it on the official site 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Made a little tool for my team for internal use - to help them migrate their HTML documentation articles (stored on Zendesk) to Markdown (docusaurus). This requires HTML to be parsed into
.mdx
files. Each HTML file contains images that also need to be migrated to be statically linked in docusaurus.Go
's amazing goroutines feature allows to download those images extremely fast (we are talking about 1.2k of images).Initially this was a CLI tool..
But because of Wails - it is possible to have intuitive UI for my team as they are non tech savy (too much) and it was done in a matter of a day, not even full.
I think this shows the amount of efforts you put in, API is intuitive and simple, it's fast and light weight.
Honestly - bravo for the project, hopefully I can contribute to it in the long run as I will continue building stuff with it.
Some images
Beta Was this translation helpful? Give feedback.
All reactions