Yandex Wiki release notes: February 2024
tree
section
Sorting in the 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 ascending orderdesc
: In 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
Was the article helpful?
Previous
Next