refactor: cleanup comments

This commit is contained in:
Jakob Schlanstedt 2025-10-22 01:05:24 +02:00
parent 1e15585a24
commit ecdf243e63

View File

@ -13,13 +13,7 @@ import type { CKTextEditor } from "@triliumnext/ckeditor5";
import dateNoteService from "../services/date_notes.js";
import { CreateChildrenResponse } from "@triliumnext/commons";
// // Creating a note at a path creates ambiguity, do we want it created Into or
// // Next to as sibling?
// // TODO: where the heck is this defined
// export enum NotePlacement {
// Into = "into",
// After = "after"
// }
// build around functionality of @see createNoteAtNote
export enum CreateNoteTarget {
IntoNoteURL,
AfterNoteURL,