mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 11:17:01 +02:00
feat(calendar): add now indicator
This commit is contained in:
@@ -127,6 +127,7 @@ export default class CalendarView extends ViewMode {
|
||||
weekNumbers: this.parentNote.hasAttribute("label", "calendar:weekNumbers"),
|
||||
locale: await CalendarView.#getLocale(),
|
||||
height: "100%",
|
||||
nowIndicator: true,
|
||||
eventContent: (e) => {
|
||||
let html = "";
|
||||
const { iconClass, promotedAttributes } = e.event.extendedProps;
|
||||
|
||||
Reference in New Issue
Block a user