disable the calendar feature

This commit is contained in:
2025-04-10 18:44:13 +02:00
parent 9c7cbac4c3
commit ddcf2f6ae0

View File

@@ -3057,7 +3057,8 @@ M.find_weekly_notes = FindWeeklyNotes
M.yank_notelink = YankLink M.yank_notelink = YankLink
M.rename_note = RenameNote M.rename_note = RenameNote
M.new_templated_note = CreateNoteSelectTemplate M.new_templated_note = CreateNoteSelectTemplate
M.show_calendar = ShowCalendar -- disable the calendar feature
-- M.show_calendar = ShowCalendar
M.CalendarSignDay = CalendarSignDay M.CalendarSignDay = CalendarSignDay
M.CalendarAction = CalendarAction M.CalendarAction = CalendarAction
M.paste_img_and_link = imgFromClipboard M.paste_img_and_link = imgFromClipboard
@@ -3092,7 +3093,8 @@ local TelekastenCmd = {
"new_templated_note", "new_templated_note",
M.new_templated_note, M.new_templated_note,
}, },
{ "show calendar", "show_calendar", M.show_calendar }, -- disable the calendar feature
-- { "show calendar", "show_calendar", M.show_calendar },
{ {
"paste image from clipboard", "paste image from clipboard",
"paste_img_and_link", "paste_img_and_link",