mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
chore: 🤖 remove mark.js from asset
This commit is contained in:
@@ -6,6 +6,7 @@ import appContext from "../components/app_context.js";
|
||||
import type FindWidget from "./find.js";
|
||||
import type { FindResult } from "./find.js";
|
||||
import 'mark.js';
|
||||
import 'mark.js/dist/jquery.mark.es6.min.js';
|
||||
|
||||
const FIND_RESULT_SELECTED_CSS_CLASSNAME = "ck-find-result_selected";
|
||||
const FIND_RESULT_CSS_CLASSNAME = "ck-find-result";
|
||||
|
||||
@@ -7,6 +7,7 @@ import utils from "../../services/utils.js";
|
||||
import type FNote from "../../entities/fnote.js";
|
||||
import ViewMode, { type ViewModeArgs } from "./view_mode.js";
|
||||
import 'mark.js';
|
||||
import 'mark.js/dist/jquery.mark.es6.min.js';
|
||||
|
||||
const TPL = `
|
||||
<div class="note-list">
|
||||
|
||||
Reference in New Issue
Block a user