Patrick Zielinski

Results 3 comments of Patrick Zielinski

Here's how I use the page : ``` {{ dump(page.isLast()) }} {{ dump(page.adjacentSibling(-1)) }} {% if page.isLast() == false %} NEXT Post {% endif %} {% if page.isFirst() == false...

Currently, I use relative line numbers and skip ahead by multiplying my cursor movement by the number of lines indicated after a fold. It's far from ideal.

Started looking at this w/ Rebecca over Slack, to address a few questions on how it should be implemented. I was given access to VIP to do tests, but it...