mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
blob WIP
This commit is contained in:
@@ -338,6 +338,7 @@ ${markdownContent}`;
|
||||
taskContext.increaseProgressCount();
|
||||
|
||||
for (const attachmentMeta of noteMeta.attachments || []) {
|
||||
// FIXME
|
||||
const noteAttachment = note.getNoteAttachmentByName(attachmentMeta.name);
|
||||
const content = noteAttachment.getContent();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user