Allows for some light dynamic features like auto-complete links when creating a link between two pages
I found this project:
I was thinking of following this project to get a feel for working with md files - but before I dive in I wanted to check if this tutorial will work with Glitch? Or is there a better base project that I should start with?
@tomcritchlow, I just built an online markdown converter to HTML, (see MarkMe! - A lightweight and simple markdown to HTML viewer and editor online for more info). I used a package called markdown-it and it’s completely front-end. You can refer to the source code if you’re not comfortable with Node.js, as I’m using the package with client-side JavaScript.
All the best for your project, I’m looking forward to its completed version!
P.S.: The tutorial above does have a lot of unnecessary stuff. The markdown viewer I built is similar to the tutorial but with less code and more features.
This project doesn’t have in-browser editing, but supports serving a folder full of markdown files using node- would be good to build upon! https://glitch.com/~basic-md-site Hope it’s a useful start.