|
|
|
|
@ -3,12 +3,10 @@ import NoteContextAwareWidget from "./note_context_aware_widget.js";
|
|
|
|
|
import protectedSessionHolder from "../services/protected_session_holder.js";
|
|
|
|
|
import SpacedUpdate from "../services/spaced_update.js";
|
|
|
|
|
import server from "../services/server.js";
|
|
|
|
|
import libraryLoader from "../services/library_loader.js";
|
|
|
|
|
import appContext, { type CommandListenerData, type EventData } from "../components/app_context.js";
|
|
|
|
|
import keyboardActionsService from "../services/keyboard_actions.js";
|
|
|
|
|
import noteCreateService from "../services/note_create.js";
|
|
|
|
|
import attributeService from "../services/attributes.js";
|
|
|
|
|
import attributeRenderer from "../services/attribute_renderer.js";
|
|
|
|
|
|
|
|
|
|
import EmptyTypeWidget from "./type_widgets/empty.js";
|
|
|
|
|
import EditableTextTypeWidget from "./type_widgets/editable_text.js";
|
|
|
|
|
@ -30,7 +28,6 @@ import ContentWidgetTypeWidget from "./type_widgets/content_widget.js";
|
|
|
|
|
import AttachmentListTypeWidget from "./type_widgets/attachment_list.js";
|
|
|
|
|
import AttachmentDetailTypeWidget from "./type_widgets/attachment_detail.js";
|
|
|
|
|
import MindMapWidget from "./type_widgets/mind_map.js";
|
|
|
|
|
import { getStylesheetUrl, isSyntaxHighlightEnabled } from "../services/syntax_highlight.js";
|
|
|
|
|
import GeoMapTypeWidget from "./type_widgets/geo_map.js";
|
|
|
|
|
import utils from "../services/utils.js";
|
|
|
|
|
import type { NoteType } from "../entities/fnote.js";
|
|
|
|
|
|