DEV Community

Discussion on: 5 Best Free Note Taking Apps for Programmers

Collapse
 
sarahatzing profile image
Hibs

You can also take advantage of a GitBooks to connect your repo and have your notes published online, available privately or publicly.

My team tried this workflow, and we had a lot of trouble getting GitBook to consistently sync to our repo (plus the error reporting wasn't that great), so much so that we abandoned it altogether :/ It was nice while it lasted, though.

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.