Barry Frost
Barry Frost
That sounds reasonable and could be an interesting data point. Where would you store it? Is it considered part of the post's properties?
My website marks up tweet handles and hashtags in text content via regexes in the view layer[^1]. I think this sort of transformation should be the client's responsibility, not the...
I see. I've been a bit more specific about how I use categories/tags. I'll manually enter them in Micropublish when creating a note or other post types and then index...
On my website I display a truncated version of the content for a few different types. I did consider the copyright aspect so Vibrancy doesn't store the content on GitHub,...
That should work. I truncate after the first 30 words: https://github.com/barryf/barryfrost/blob/master/src/http/get-catchall/helpers.js#L35