mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
store images in notes, basic structure
This commit is contained in:
@@ -247,7 +247,8 @@ const primaryKeys = {
|
||||
"note_images": "noteImageId",
|
||||
"api_tokens": "apiTokenId",
|
||||
"options": "name",
|
||||
"attributes": "attributeId"
|
||||
"attributes": "attributeId",
|
||||
"links": "linkId"
|
||||
};
|
||||
|
||||
async function getEntityRow(entityName, entityId) {
|
||||
|
||||
Reference in New Issue
Block a user