The main idea was just to build a hashify.me "clone" that didn't require JavaScript to be enabled in the browser. I knew this would be easy to code in Go and indeed it was: just a matter of putting a couple of libraries together.
The storage features are more to avoid having to use URL shorteners to save the content. But with these features, it becomes more of a Markdown pastebin than anything else...
Really cool! A useful feature would be to detect whether a document is Markdown or not. I tried sharing some Go source files and they look funny because it tries to convert them to markdown.
3 comments
[ 14.4 ms ] story [ 17.8 ms ] threadThe main idea was just to build a hashify.me "clone" that didn't require JavaScript to be enabled in the browser. I knew this would be easy to code in Go and indeed it was: just a matter of putting a couple of libraries together.
The storage features are more to avoid having to use URL shorteners to save the content. But with these features, it becomes more of a Markdown pastebin than anything else...