mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 12:55:55 +01:00
calendar widget implementation
This commit is contained in:
@@ -51,6 +51,8 @@ const SORTABLE = {js: ["libraries/sortable.min.js"]};
|
||||
|
||||
const KNOCKOUT = {js: ["libraries/knockout.min.js"]};
|
||||
|
||||
const CALENDAR_WIDGET = {css: ["stylesheets/calendar.css"]};
|
||||
|
||||
async function requireLibrary(library) {
|
||||
if (library.css) {
|
||||
library.css.map(cssUrl => cssLoader.requireCss(cssUrl));
|
||||
@@ -88,5 +90,6 @@ export default {
|
||||
LINK_MAP,
|
||||
PRINT_THIS,
|
||||
SORTABLE,
|
||||
KNOCKOUT
|
||||
KNOCKOUT,
|
||||
CALENDAR_WIDGET
|
||||
}
|
||||
Reference in New Issue
Block a user