From 1b1dd47cd640eced707840f306ab71861a53fb8b Mon Sep 17 00:00:00 2001 From: bobzel Date: Fri, 7 Mar 2025 11:05:47 -0500 Subject: made daily journal a tool and removed unneeded explicit mention of it in ':' menu --- src/client/documents/DocUtils.ts | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/client/documents/DocUtils.ts') diff --git a/src/client/documents/DocUtils.ts b/src/client/documents/DocUtils.ts index 9797a407b..42ccd0810 100644 --- a/src/client/documents/DocUtils.ts +++ b/src/client/documents/DocUtils.ts @@ -403,19 +403,6 @@ export namespace DocUtils { icon: 'file', }); - // AARAV ADD // - documentList.push({ - description: ':Daily Journal', - event: undoable(() => { - const newDoc = Docs.Create.DailyJournalDocument('', { x, y }); - DocumentView.SetSelectOnLoad(newDoc); - docAdder?.(newDoc); - }, 'Create Daily Journal'), - icon: 'book', - }); - - // AARAV ADD // - ContextMenu.Instance.addItem({ description: 'Create document', subitems: documentList, -- cgit v1.2.3-70-g09d2