mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
new tab infrastructure
This commit is contained in:
@@ -42,7 +42,7 @@ class NoteDetailImage {
|
||||
});
|
||||
}
|
||||
|
||||
async show() {
|
||||
async render() {
|
||||
const attributes = await server.get('notes/' + this.ctx.note.noteId + '/attributes');
|
||||
const attributeMap = utils.toObject(attributes, l => [l.name, l.value]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user