(plugin: TaskNotesPlugin)
| 25 | } |
| 26 | |
| 27 | function getTaskCardContextMenuLogger(plugin: TaskNotesPlugin) { |
| 28 | return createTaskNotesLogger({ |
| 29 | tag: "TaskCard/ContextMenu", |
| 30 | isDebugEnabled: () => plugin.settings.enableDebugLogging, |
| 31 | }); |
| 32 | } |
| 33 | |
| 34 | export function createTaskCardContextMenuButton( |
| 35 | options: TaskCardContextMenuButtonOptions |
no test coverage detected