DEV Community

Discussion on: Hacktoberfest 2020: Building a Better Markdown Editor

 
quinncuatro profile image
Henry Quinn

there were a lot of tasks that desperately needed to be automated so I was tinkering with different apps so anyone can use it on their desktop.

That's kind of what got me started on this track. I'm building some CLI tools that are really helpful to my team, but would be pretty confusing for some other folks if I don't wrap a non-Jenkins GUI around it.

And the main vs renderer processes are tricky. I have a sense of how they interact from running through a couple tutorials, but I'll definitely read through what you posted since it hasn't REALLY clicked yet.