myst729 / Vuelog

A backend-free blog system built on top of Vue.js
https://vuelog.js.org/
MIT License
266 stars 39 forks source link

Support content pagination for pages/posts. #7

Closed myst729 closed 7 years ago

myst729 commented 7 years ago

Scenario

Sometimes we write super long articles. Too much content in a single web page might not be easy to read.

Plan

Allow to insert pagination tags in a page/post content, which split the content into multiple pages. Use <!-- next --> by default, also customizable.

Effect

Something similar to <!--nextpage--> in WordPress.

myst729 commented 7 years ago

Implemented in version 2.7.0