Overview#
This is a note about adding pagination support to the DTS (Distributed Text Services) viewer.
https://dts-viewer.vercel.app/ja/
Background#
When providing a large number of resources through DTS, it appears that the view property is used to present pagination information, as shown below.
https://distributed-text-services.github.io/specifications/versions/unstable/#collection-endpoint
I updated the DTS Viewer to support the view property described above.
Display Example#
When a collection has the view property, pagination buttons are now displayed as shown below.

Summary#
I hope this serves as a helpful reference for distributing digital text collections using the DTS (Distributed Text Services) API.