mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 13:50:42 +08:00
fix weight tracker demo to use relations instead of hardcoded noteId, fixes #329
This commit is contained in:
parent
9268f88bc3
commit
b607857409
2 changed files with 1 additions and 0 deletions
BIN
db/demo.tar
BIN
db/demo.tar
Binary file not shown.
|
|
@ -8,6 +8,7 @@ const mimeTypes = require('mime-types');
|
||||||
const TurndownService = require('turndown');
|
const TurndownService = require('turndown');
|
||||||
const packageInfo = require('../../../package.json');
|
const packageInfo = require('../../../package.json');
|
||||||
const utils = require('../utils');
|
const utils = require('../utils');
|
||||||
|
const sanitize = require("sanitize-filename");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param format - 'html' or 'markdown'
|
* @param format - 'html' or 'markdown'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue