DEV Community

Discussion on: 5 Best Free Note Taking Apps for Programmers

Collapse
 
albertomontalesi profile image
AlbertoM

Oh that sucks, do you know of other solutions similar to it?

Collapse
 
sarahatzing profile image
Hibs

Unfortunately not for that specific workflow. We ended up just building a custom solution where we edit our docs using custom markdown in any code editor with Markdown preview (most of my teammates just use VS code but I use MacDown), push that to a Github repo, and then deploy that to our live site.