Yandex Wiki release notes: February 2024
Written by
Updated at March 25, 2024
Sorting in the treesection
The new editor now allows sorting pages of a cluster in the tree section. To do this:
-
In the section description, add the
sort_by
parameter and specify the field for sorting:title
: By headingcluster
: By clustercreated_at
: By creation datemodified_at
: By modification date
-
(Optional) Specify the sorting order in the
sort
parameter:asc
: In the ascending orderdesc
: In the descending order
For example, use the following for sorting by heading in the descending order:
{{ tree sort_by="title" sort="desc"}}
Converting a heading into a paragraph
In the new editor, when formatting a text, a heading-to-text conversion takes place if you repeatedly select the same level heading for it.
You can now select the