Greg Hurrell
Greg Hurrell
We have it already for links but not for buttons like the "Load more..." one and so on.
Supposed to be: - server: only ever run on the server - client: only ever run on the client - common: run on both But now that we have server...
Consider an article like: https://wincent.com/blog/languages I didn't define a description, so FB infers this one: > Searching for the Holy Grail2017-7-20I recently came to the conclusion that, when it comes...
Can do it manually, but would be nice to make this part of the deploy somehow. Less worried about memcached as it should evict any stuff that hasn't been used...
Split off from https://github.com/wincent/masochist/issues/17. This is a feature we used to have in the old wikitext renderer.
Split off from https://github.com/wincent/masochist/issues/17. This is a feature we used to have in the old wikitext renderer (via the `external_link_rel` option, although I don't think I actually used it).
I already have [a pre-push hook that does this](https://github.com/wincent/masochist/blob/content/hooks/pre-push) for content pushes. Should do the same for app deployments too.
- load blog - scroll down - load more once - open bottom post - hit back button - see first page of articles only (would be nice to see...
Want a master links list ``` [foo]: /foo/bar/baz [bar]: https://bar.example.com/ ``` Which is implicitly included in every md document. And we can do the same for wiki articles, but build...