mirror of
https://github.com/zadam/trilium.git
synced 2025-12-06 23:44:25 +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 dateNoteService from "../services/date_notes.js";
|
||||||
import { CreateChildrenResponse } from "@triliumnext/commons";
|
import { CreateChildrenResponse } from "@triliumnext/commons";
|
||||||
|
|
||||||
// // Creating a note at a path creates ambiguity, do we want it created Into or
|
// build around functionality of @see createNoteAtNote
|
||||||
// // Next to as sibling?
|
|
||||||
// // TODO: where the heck is this defined
|
|
||||||
// export enum NotePlacement {
|
|
||||||
// Into = "into",
|
|
||||||
// After = "after"
|
|
||||||
// }
|
|
||||||
export enum CreateNoteTarget {
|
export enum CreateNoteTarget {
|
||||||
IntoNoteURL,
|
IntoNoteURL,
|
||||||
AfterNoteURL,
|
AfterNoteURL,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user