mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
added versioning to the metadata files in export tars
This commit is contained in:
@@ -64,6 +64,7 @@ async function exportNote(noteTreeId, directory, pack, repo) {
|
||||
|
||||
async function getMetadata(note) {
|
||||
return {
|
||||
version: 1,
|
||||
title: note.title,
|
||||
type: note.type,
|
||||
mime: note.mime,
|
||||
|
||||
Reference in New Issue
Block a user