Wilson Mar bio photo

Wilson Mar

Hello!

Calendar YouTube Github

LinkedIn

Go through the site in sequence

US (English)   Norsk (Norwegian)   Español (Spanish)   Français (French)   Deutsch (German)   Italiano   Português   Estonian   اَلْعَرَبِيَّةُ (Egypt Arabic)   Napali   中文 (简体) Chinese (Simplified)   日本語 Japanese   한국어 Korean

Overview

In Jekyll sites

To add Next/Previous functionality to posts, use Jekyll’s page.next and page.previous variables.

See https://jekyllrb.com/docs/variables/

To paginate Collections, you’ll have to roll your own custom Liquid to do it.

Flip Ahead Browsing in Edge

Instead of clicking a Next button, visitors can go to the next page by swipping left for next, right for previous, regardless of their actual location on the page.

This is called flip ahead functionality.

Microsoft has only made it only available in Internet Explorer in the new Windows UI, not Internet Explorer for the desktop.

And one must opt in to use flip ahead on touch-enabled devices.

  1. Launch Internet Explorer 10.
  2. If you’re using touch, swipe in from the right. If you’re using a mouse, move the cursor to the top-right corner of the screen.

  3. Tap or click Settings > Internet Options.
  4. Under Flip ahead, toggle Turn on flip ahead to On.

(For maximum browser compatibility, maintain the “Back” and “Next” navigation in addition to flip ahead.)

Microsoft’s new tool at: https://dev.windows.com/en-us/microsoft-edge/tools/staticscan/ identifies whether a site has the feature enabled.

In the Windows Features > Flip Ahead Browsing section, it says:

“To enable pagination and Flip Ahead browsing, add the following to your page’s element:

<link rel="next" href="/news/article1.aspx?page=2"/>
<link rel="next" href="/next"/>
<link rel="prev" href="/prev"/>

See https://msdn.microsoft.com/library/jj883726%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396