We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5d202 commit 39b7631Copy full SHA for 39b7631
CHANGELOG.md
@@ -5,6 +5,7 @@
5
## v0.9.8 2024-04-30
6
7
* [Add `editors` to the plugin's `Custom` class](https://github.com/siyuan-note/siyuan/issues/11072)
8
+* [Add `direction` to plugin method `Setting.addItem`](https://github.com/siyuan-note/siyuan/issues/11183)
9
10
## v0.9.7 2024-04-02
11
siyuan.d.ts
@@ -587,6 +587,7 @@ export class Setting {
587
588
addItem(options: {
589
title: string,
590
+ direction?: "column" | "row"
591
description?: string,
592
actionElement?: HTMLElement,
593
createActionElement?(): HTMLElement,
0 commit comments