WARNING This site is for the unreleased, still under development 3.0 version of Wiki.js. Go to the current 2.5 version instead.

Blocks - Index

Show a list of pages matching a path or set of tags.

Element: block-index

Properties

ParameterDescriptionDefaultRequired
pathBase path to query from. Do NOT include a / prefix or suffix.No
tagsFilter pages matching all tags. (comma-separated)No
limitMaximum number of pages to query.10No
orderByField to order by.
Possible values: createdAt, fileName, title, updatedAt
titleNo
orderByDirectionOrder direction.
Possible values: asc, desc
ascNo
depthSubfolder depth to fetch pages from.0No
noResultMsgMessage to display when there are no results.No pages matching your query.No

Usage

Markdown

::block-index{path="folder-a" tags="foo,bar" limit="5"}
::

AsciiDoc

Coming soon

Visual Editor

Coming soon