Looksyk

A simple personal knowledge platform with a focus on clean markdown files, simple queries and a journal.

Query Page Hierarchy

Quick examples:

Show a list of links
{query: page-hierarchy root:"myRootTag" display:"inplace-list" }

Show the count
{query: page-hierarchy root:"myRootTag" display:"count" }

Configuration parameters

Parameter Description
root Tag of the root page. All child pages (and their child pages) are selected. If the tag ends with a slash (/), only direct children are selected.
display Display type of the selected pages. Possible values: inplace-list, count.

Display types

inplace-list

Creates a list of the selected pages in the markdown-block. Each item is prefixed with a icon, and the location as link. The list is not modifiable.

Query without trailing slash:

inplace-list

Result:

inplace-list

Query with trailing slash:

inplace-list

Result:

inplace-list

count

Creates a number of the selected pages in the markdown-block.

Query:

count

Result:

count