mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
implement print, closes #581
This commit is contained in:
@@ -45,6 +45,8 @@ const LINK_MAP = {
|
||||
]
|
||||
};
|
||||
|
||||
const PRINT_THIS = {js: ["libraries/printThis.js"]};
|
||||
|
||||
async function requireLibrary(library) {
|
||||
if (library.css) {
|
||||
library.css.map(cssUrl => cssLoader.requireCss(cssUrl));
|
||||
@@ -79,5 +81,6 @@ export default {
|
||||
ESLINT,
|
||||
COMMONMARK,
|
||||
RELATION_MAP,
|
||||
LINK_MAP
|
||||
LINK_MAP,
|
||||
PRINT_THIS
|
||||
}
|
||||
Reference in New Issue
Block a user