We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44b4fb commit a6ee348Copy full SHA for a6ee348
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
-## 0.3.5 2024-03
+## 0.3.5 2024-04-30
4
+
5
+* [Add `direction` to plugin method `Setting.addItem`](https://github.com/siyuan-note/siyuan/issues/11183)
6
7
## 0.3.4 2024-02-20
8
src/index.ts
@@ -169,6 +169,8 @@ export default class PluginSample extends Plugin {
169
});
170
this.setting.addItem({
171
title: "Readonly text",
172
+ direction: "row",
173
+ description: "Open plugin url in browser",
174
createActionElement: () => {
175
textareaElement.className = "b3-text-field fn__block";
176
textareaElement.placeholder = "Readonly text in the menu";
0 commit comments