



Building a markdown editor where code blocks run
Been building this for a few weeks now but it’s really starting to take shape, idea came from work where I had been setting up an old project and the documentation had outdated references and code that made the whole process more difficult.
With that in mind I thought it would be a fun idea to build a markdown editor for developers that allows you to integrate with projects and environments on your machine and write code blocks that can actually run and output results in the markdown, the fun part is blocks share a session so you can export variables in one block and use them in the next! even across different languages.
The app has all the traditional markdown tools you could need but also has things like a built in terminal, version control though git allowing you to create a repo from the markdown editor and commit changes or revert to a different version and view all the history of the file too
There’s loads more I want to build into this but would love to hear what people think, I’m gonna make a site to download the application and it’ll be free to use under mit license, let me know thoughts!