mirror of
https://github.com/zadam/trilium.git
synced 2025-12-21 07:39:55 +01:00
feat: 🎸 clone week note when it cross month
This commit is contained in:
@@ -241,11 +241,6 @@ interface Api {
|
||||
*/
|
||||
getWeekFirstDayNote(
|
||||
date: string,
|
||||
options: {
|
||||
// TODO: Deduplicate type with date_notes.ts once ES modules are added.
|
||||
/** either "monday" (default) or "sunday" */
|
||||
startOfTheWeek: "monday" | "sunday";
|
||||
},
|
||||
rootNote: BNote
|
||||
): BNote | null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user