How to add calendar widget? #6230
-
I am trying to figure out how to embed the javascript calendar widget in trilium note so that I can use it. I found the calendar widget at https://github.com/zadam/trilium/blob/master/src/public/javascripts/widgets/calendar.js When I create a JS frontend (or backend) note, an What do I need to do to get this widget working?
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Calendar widget automatically appears on day notes? Where do you want to put it instead? |
Beta Was this translation helpful? Give feedback.
-
I was trying to embed a calendar in a note itself so that it would be bigger, but the way it is works fine. Is there any way to have the calendar itself show items that are entered for days (or at least highlight days that have entries?) |
Beta Was this translation helpful? Give feedback.
-
No, calendar widget is currently pretty simplistic. It would be possible to create a customer widget though with some scripting ... |
Beta Was this translation helpful? Give feedback.
-
If I did that, could I create new calendars in new notes? Actually, I'm not sure how to create new calendars with the existing widget, it would be nice to have a couple of separate calendars for different things. |
Beta Was this translation helpful? Give feedback.
-
Hi, @jbhanks. I'm Dosu, and I'm helping the Trilium team manage their backlog. I'm marking this issue as stale. Issue Summary:
Next Steps:
Thank you for your understanding and contribution! |
Beta Was this translation helpful? Give feedback.
-
Now we can have a full-screen calendar by turning the |
Beta Was this translation helpful? Give feedback.
Now we can have a full-screen calendar by turning the
#calendarRoot
or#workspaceCalendarRoot
into aBook
and selecting Calendar as the view type.