mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
feat(book/table): allow editing cell values
This commit is contained in:
@@ -11,7 +11,7 @@ async function addLabel(noteId: string, name: string, value: string = "") {
|
||||
});
|
||||
}
|
||||
|
||||
async function setLabel(noteId: string, name: string, value: string = "") {
|
||||
export async function setLabel(noteId: string, name: string, value: string = "") {
|
||||
await server.put(`notes/${noteId}/set-attribute`, {
|
||||
type: "label",
|
||||
name: name,
|
||||
|
||||
Reference in New Issue
Block a user