mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
feat(client/tasks): create task list note type
This commit is contained in:
@@ -35,6 +35,7 @@ import GeoMapTypeWidget from "./type_widgets/geo_map.js";
|
||||
import utils from "../services/utils.js";
|
||||
import type { NoteType } from "../entities/fnote.js";
|
||||
import type TypeWidget from "./type_widgets/type_widget.js";
|
||||
import TaskListWidget from "./type_widgets/task_list.js";
|
||||
|
||||
const TPL = `
|
||||
<div class="note-detail">
|
||||
@@ -72,7 +73,8 @@ const typeWidgetClasses = {
|
||||
attachmentDetail: AttachmentDetailTypeWidget,
|
||||
attachmentList: AttachmentListTypeWidget,
|
||||
mindMap: MindMapWidget,
|
||||
geoMap: GeoMapTypeWidget
|
||||
geoMap: GeoMapTypeWidget,
|
||||
taskList: TaskListWidget
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user