mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
feat(book/table): add template
This commit is contained in:
@@ -26,6 +26,23 @@ export default function buildHiddenSubtreeTemplates() {
|
|||||||
value: "promoted,alias=Description,single,text"
|
value: "promoted,alias=Description,single,text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "_template_table",
|
||||||
|
type: "book",
|
||||||
|
title: "Table",
|
||||||
|
icon: "bx bx-table",
|
||||||
|
attributes: [
|
||||||
|
{
|
||||||
|
name: "template",
|
||||||
|
type: "label"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "viewType",
|
||||||
|
type: "label",
|
||||||
|
value: "table"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user