feat: daily notes (dev only) (#1894)
This commit is contained in:
@@ -3,4 +3,8 @@ import { UuidString } from '@Lib/Types/UuidString'
|
||||
export type TemplateNoteViewControllerOptions = {
|
||||
title?: string
|
||||
tag?: UuidString
|
||||
createdAt?: Date
|
||||
autofocusBehavior?: TemplateNoteViewAutofocusBehavior
|
||||
}
|
||||
|
||||
export type TemplateNoteViewAutofocusBehavior = 'title' | 'editor'
|
||||
|
||||
Reference in New Issue
Block a user