diff options
author | bobzel <zzzman@gmail.com> | 2025-03-07 11:05:47 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-03-07 11:05:47 -0500 |
commit | 1b1dd47cd640eced707840f306ab71861a53fb8b (patch) | |
tree | 73f53890d0d5294a3e184a93fdb93830d11339e1 /src/client/documents/DocUtils.ts | |
parent | 1a80d0b26541b9881120b17051378a9e16055b8b (diff) |
made daily journal a tool and removed unneeded explicit mention of it in ':' menu
Diffstat (limited to 'src/client/documents/DocUtils.ts')
-rw-r--r-- | src/client/documents/DocUtils.ts | 13 |
1 files changed, 0 insertions, 13 deletions
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, |