Add ability to copy issues as table (#10366)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2026-01-05 20:10:07 +05:00
committed by GitHub
parent 8107341f0d
commit 7b1ed12aef
4 changed files with 338 additions and 0 deletions
+1
View File
@@ -478,6 +478,7 @@ const pluginState = plugin(trackerId, {
Issue: '' as Ref<TaskTypeDescriptor>
},
action: {
CopyAsMarkdownTable: '' as Ref<Action<Doc, any>>,
SetDueDate: '' as Ref<Action<Doc, any>>,
SetParent: '' as Ref<Action<Doc, any>>,
SetStatus: '' as Ref<Action>,