Yandex Wiki release notes: February 2024

Sorting in the treesection

The new editor now allows sorting pages of a cluster in the tree section. To do this:

  1. In the section description, add the sort_by parameter and specify the field for sorting:

    • title: By heading
    • cluster: By cluster
    • created_at: By creation date
    • modified_at: By modification date
  2. (Optional) Specify the sorting order in the sort parameter:

    • asc: In ascending order
    • desc: 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 Text level after clicking on the toolbar.