Revert "Merge pull request #1234 from TriliumNext/feature/task_list"

This reverts commit 58a8821c22, reversing
changes made to 50d491b432.
This commit is contained in:
Elian Doran
2025-03-06 23:52:01 +02:00
parent ee7b97ae56
commit 00e576b052
26 changed files with 15 additions and 649 deletions

View File

@@ -35,7 +35,6 @@ 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">
@@ -73,8 +72,7 @@ const typeWidgetClasses = {
attachmentDetail: AttachmentDetailTypeWidget,
attachmentList: AttachmentListTypeWidget,
mindMap: MindMapWidget,
geoMap: GeoMapTypeWidget,
taskList: TaskListWidget
geoMap: GeoMapTypeWidget
};
/**