mirror of
https://github.com/zadam/trilium.git
synced 2025-12-06 15:34:26 +01:00
refactor: cleanup comments
This commit is contained in:
parent
1e15585a24
commit
ecdf243e63
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user