@milkdown/plugin-slash 7.2.2 → 7.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.es.js +48 -43
- package/lib/index.es.js.map +1 -1
- package/lib/slash-provider.d.ts +1 -0
- package/lib/slash-provider.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/slash-provider.ts +12 -1
package/lib/index.es.js
CHANGED
|
@@ -1,89 +1,94 @@
|
|
|
1
|
-
var
|
|
1
|
+
var C = (e, s, t) => {
|
|
2
2
|
if (!s.has(e))
|
|
3
3
|
throw TypeError("Cannot " + t);
|
|
4
4
|
};
|
|
5
|
-
var
|
|
5
|
+
var o = (e, s, t) => (C(e, s, "read from private field"), t ? t.call(e) : s.get(e)), a = (e, s, t) => {
|
|
6
6
|
if (s.has(e))
|
|
7
7
|
throw TypeError("Cannot add the same private member more than once");
|
|
8
8
|
s instanceof WeakSet ? s.add(e) : s.set(e, t);
|
|
9
|
-
},
|
|
10
|
-
var
|
|
11
|
-
import { Plugin as
|
|
9
|
+
}, c = (e, s, t, n) => (C(e, s, "write to private field"), n ? n.call(e, t) : s.set(e, t), t);
|
|
10
|
+
var b = (e, s, t) => (C(e, s, "access private method"), t);
|
|
11
|
+
import { Plugin as A, PluginKey as R, TextSelection as T } from "@milkdown/prose/state";
|
|
12
12
|
import { $ctx as _, $prose as w } from "@milkdown/utils";
|
|
13
13
|
import { posToDOMRect as F, findParentNode as H } from "@milkdown/prose";
|
|
14
14
|
import I from "lodash.debounce";
|
|
15
15
|
import M from "tippy.js";
|
|
16
|
-
const
|
|
17
|
-
const s = _({}, `${e}_SLASH_SPEC`), t = w((
|
|
18
|
-
const
|
|
19
|
-
return new
|
|
16
|
+
const D = (e) => {
|
|
17
|
+
const s = _({}, `${e}_SLASH_SPEC`), t = w((r) => {
|
|
18
|
+
const l = r.get(s.key);
|
|
19
|
+
return new A({
|
|
20
20
|
key: new R(`${e}_SLASH`),
|
|
21
|
-
...
|
|
21
|
+
...l
|
|
22
22
|
});
|
|
23
|
-
}),
|
|
24
|
-
return
|
|
23
|
+
}), n = [s, t];
|
|
24
|
+
return n.key = s.key, n.pluginKey = t.key, s.meta = {
|
|
25
25
|
package: "@milkdown/plugin-slash",
|
|
26
26
|
displayName: `Ctx<slashSpec>|${e}`
|
|
27
27
|
}, t.meta = {
|
|
28
28
|
package: "@milkdown/plugin-slash",
|
|
29
29
|
displayName: `Prose<slash>|${e}`
|
|
30
|
-
},
|
|
30
|
+
}, n;
|
|
31
31
|
};
|
|
32
|
-
var i,
|
|
33
|
-
class
|
|
32
|
+
var i, p, m, h, u, d, k, N;
|
|
33
|
+
class U {
|
|
34
34
|
constructor(s) {
|
|
35
35
|
/// @internal
|
|
36
|
-
|
|
36
|
+
a(this, k);
|
|
37
37
|
/// @internal
|
|
38
|
-
|
|
38
|
+
a(this, i, void 0);
|
|
39
39
|
/// @internal
|
|
40
|
-
|
|
40
|
+
a(this, p, void 0);
|
|
41
41
|
/// @internal
|
|
42
|
-
|
|
42
|
+
a(this, m, void 0);
|
|
43
43
|
/// @internal
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
a(this, h, void 0);
|
|
45
|
+
/// @internal
|
|
46
|
+
a(this, u, void 0);
|
|
47
|
+
a(this, d, void 0);
|
|
48
|
+
c(this, d, (t, n) => {
|
|
49
|
+
const { state: r, composing: l } = t, { selection: g, doc: S } = r, { ranges: y } = g, P = Math.min(...y.map((x) => x.$from.pos)), f = Math.max(...y.map((x) => x.$to.pos)), $ = n && n.doc.eq(S) && n.selection.eq(g);
|
|
50
|
+
if (o(this, i) ?? c(this, i, M(t.dom, {
|
|
49
51
|
trigger: "manual",
|
|
50
52
|
placement: "bottom-start",
|
|
51
53
|
interactive: !0,
|
|
52
|
-
...
|
|
54
|
+
...o(this, p),
|
|
53
55
|
content: this.element
|
|
54
|
-
})), !(
|
|
55
|
-
if (!
|
|
56
|
+
})), !(l || $)) {
|
|
57
|
+
if (!o(this, u).call(this, t, n)) {
|
|
56
58
|
this.hide();
|
|
57
59
|
return;
|
|
58
60
|
}
|
|
59
|
-
|
|
60
|
-
getReferenceClientRect: () => F(t,
|
|
61
|
+
o(this, i).setProps({
|
|
62
|
+
getReferenceClientRect: () => F(t, P, f)
|
|
61
63
|
}), this.show();
|
|
62
64
|
}
|
|
63
|
-
}), this.update = (t,
|
|
64
|
-
I(
|
|
65
|
-
}, this.getContent = (t,
|
|
66
|
-
const { selection:
|
|
67
|
-
if (!(
|
|
68
|
-
return
|
|
65
|
+
}), this.update = (t, n) => {
|
|
66
|
+
I(o(this, d), o(this, m))(t, n);
|
|
67
|
+
}, this.getContent = (t, n = (r) => r.type.name === "paragraph") => {
|
|
68
|
+
const { selection: r } = t.state, { empty: l } = r, g = t.state.selection instanceof T, S = this.element.contains(document.activeElement), y = !t.hasFocus() && !S, P = !t.editable, f = H(n)(t.state.selection);
|
|
69
|
+
if (!(y || P || !l || !g || !f))
|
|
70
|
+
return f.node.textContent;
|
|
69
71
|
}, this.destroy = () => {
|
|
70
72
|
var t;
|
|
71
|
-
(t =
|
|
73
|
+
(t = o(this, i)) == null || t.destroy();
|
|
72
74
|
}, this.show = () => {
|
|
73
75
|
var t;
|
|
74
|
-
(t =
|
|
76
|
+
(t = o(this, i)) == null || t.show();
|
|
75
77
|
}, this.hide = () => {
|
|
76
78
|
var t;
|
|
77
|
-
(t =
|
|
78
|
-
}, this.getInstance = () =>
|
|
79
|
+
(t = o(this, i)) == null || t.hide();
|
|
80
|
+
}, this.getInstance = () => o(this, i), this.element = s.content, c(this, p, s.tippyOptions ?? {}), c(this, m, s.debounce ?? 200), c(this, u, s.shouldShow ?? b(this, k, N)), c(this, h, s.trigger ?? "/");
|
|
79
81
|
}
|
|
80
82
|
}
|
|
81
|
-
i = new WeakMap(),
|
|
83
|
+
i = new WeakMap(), p = new WeakMap(), m = new WeakMap(), h = new WeakMap(), u = new WeakMap(), d = new WeakMap(), k = new WeakSet(), N = function(s) {
|
|
82
84
|
const t = this.getContent(s);
|
|
83
|
-
|
|
85
|
+
if (!t)
|
|
86
|
+
return !1;
|
|
87
|
+
const n = t.at(-1);
|
|
88
|
+
return n ? Array.isArray(o(this, h)) ? o(this, h).includes(n) : o(this, h) === n : !1;
|
|
84
89
|
};
|
|
85
90
|
export {
|
|
86
|
-
|
|
87
|
-
|
|
91
|
+
U as SlashProvider,
|
|
92
|
+
D as slashFactory
|
|
88
93
|
};
|
|
89
94
|
//# sourceMappingURL=index.es.js.map
|
package/lib/index.es.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":["../src/slash-plugin.ts","../src/slash-provider.ts"],"sourcesContent":["/* Copyright 2021, Milkdown by Mirone. */\nimport type { SliceType } from '@milkdown/ctx'\nimport type { PluginSpec } from '@milkdown/prose/state'\nimport { Plugin, PluginKey } from '@milkdown/prose/state'\nimport type { $Ctx, $Prose } from '@milkdown/utils'\nimport { $ctx, $prose } from '@milkdown/utils'\n\n/// @internal\nexport type SlashPluginSpecId<Id extends string> = `${Id}_SLASH_SPEC`\n\n/// @internal\nexport type SlashPlugin<Id extends string, State = any> = [$Ctx<PluginSpec<State>, SlashPluginSpecId<Id>>, $Prose] & {\n key: SliceType<PluginSpec<State>, SlashPluginSpecId<Id>>\n pluginKey: $Prose['key']\n}\n\n/// Create a slash plugin with a unique id.\nexport const slashFactory = <Id extends string, State = any>(id: Id) => {\n const slashSpec = $ctx<PluginSpec<State>, SlashPluginSpecId<Id>>({}, `${id}_SLASH_SPEC`)\n const slashPlugin = $prose((ctx) => {\n const spec = ctx.get(slashSpec.key)\n return new Plugin({\n key: new PluginKey(`${id}_SLASH`),\n ...spec,\n })\n })\n const result = [slashSpec, slashPlugin] as SlashPlugin<Id>\n result.key = slashSpec.key\n result.pluginKey = slashPlugin.key\n slashSpec.meta = {\n package: '@milkdown/plugin-slash',\n displayName: `Ctx<slashSpec>|${id}`,\n }\n slashPlugin.meta = {\n package: '@milkdown/plugin-slash',\n displayName: `Prose<slash>|${id}`,\n }\n\n return result\n}\n","/* Copyright 2021, Milkdown by Mirone. */\nimport { findParentNode, posToDOMRect } from '@milkdown/prose'\nimport type { EditorState } from '@milkdown/prose/state'\nimport type { Node } from '@milkdown/prose/model'\nimport { TextSelection } from '@milkdown/prose/state'\nimport type { EditorView } from '@milkdown/prose/view'\nimport debounce from 'lodash.debounce'\nimport type { Instance, Props } from 'tippy.js'\nimport tippy from 'tippy.js'\n\n/// Options for slash provider.\nexport type SlashProviderOptions = {\n /// The slash content.\n content: HTMLElement\n /// The options for creating [tippy.js](https://atomiks.github.io/tippyjs/) instance.\n tippyOptions?: Partial<Props>\n /// The debounce time for updating slash, 200ms by default.\n debounce?: number\n /// The function to determine whether the tooltip should be shown.\n shouldShow?: (view: EditorView, prevState?: EditorState) => boolean\n}\n\n/// A provider for creating slash.\nexport class SlashProvider {\n /// The root element of the slash.\n element: HTMLElement\n\n /// @internal\n #tippy: Instance | undefined\n\n /// @internal\n #tippyOptions: Partial<Props>\n\n /// @internal\n #debounce: number\n\n /// @internal\n #shouldShow: (view: EditorView, prevState?: EditorState) => boolean\n\n constructor(options: SlashProviderOptions) {\n this.element = options.content\n this.#tippyOptions = options.tippyOptions ?? {}\n this.#debounce = options.debounce ?? 200\n this.#shouldShow = options.shouldShow ?? this.#_shouldShow\n }\n\n /// @internal\n #onUpdate = (view: EditorView, prevState?: EditorState): void => {\n const { state, composing } = view\n const { selection, doc } = state\n const { ranges } = selection\n const from = Math.min(...ranges.map(range => range.$from.pos))\n const to = Math.max(...ranges.map(range => range.$to.pos))\n const isSame = prevState && prevState.doc.eq(doc) && prevState.selection.eq(selection)\n\n this.#tippy ??= tippy(view.dom, {\n trigger: 'manual',\n placement: 'bottom-start',\n interactive: true,\n ...this.#tippyOptions,\n content: this.element,\n })\n\n if (composing || isSame)\n return\n\n if (!this.#shouldShow(view, prevState)) {\n this.hide()\n return\n }\n\n this.#tippy.setProps({\n getReferenceClientRect: () => posToDOMRect(view, from, to),\n })\n\n this.show()\n }\n\n /// @internal\n #_shouldShow(view: EditorView): boolean {\n const currentTextBlockContent = this.getContent(view)\n\n if (!currentTextBlockContent)\n return false\n\n
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":["../src/slash-plugin.ts","../src/slash-provider.ts"],"sourcesContent":["/* Copyright 2021, Milkdown by Mirone. */\nimport type { SliceType } from '@milkdown/ctx'\nimport type { PluginSpec } from '@milkdown/prose/state'\nimport { Plugin, PluginKey } from '@milkdown/prose/state'\nimport type { $Ctx, $Prose } from '@milkdown/utils'\nimport { $ctx, $prose } from '@milkdown/utils'\n\n/// @internal\nexport type SlashPluginSpecId<Id extends string> = `${Id}_SLASH_SPEC`\n\n/// @internal\nexport type SlashPlugin<Id extends string, State = any> = [$Ctx<PluginSpec<State>, SlashPluginSpecId<Id>>, $Prose] & {\n key: SliceType<PluginSpec<State>, SlashPluginSpecId<Id>>\n pluginKey: $Prose['key']\n}\n\n/// Create a slash plugin with a unique id.\nexport const slashFactory = <Id extends string, State = any>(id: Id) => {\n const slashSpec = $ctx<PluginSpec<State>, SlashPluginSpecId<Id>>({}, `${id}_SLASH_SPEC`)\n const slashPlugin = $prose((ctx) => {\n const spec = ctx.get(slashSpec.key)\n return new Plugin({\n key: new PluginKey(`${id}_SLASH`),\n ...spec,\n })\n })\n const result = [slashSpec, slashPlugin] as SlashPlugin<Id>\n result.key = slashSpec.key\n result.pluginKey = slashPlugin.key\n slashSpec.meta = {\n package: '@milkdown/plugin-slash',\n displayName: `Ctx<slashSpec>|${id}`,\n }\n slashPlugin.meta = {\n package: '@milkdown/plugin-slash',\n displayName: `Prose<slash>|${id}`,\n }\n\n return result\n}\n","/* Copyright 2021, Milkdown by Mirone. */\nimport { findParentNode, posToDOMRect } from '@milkdown/prose'\nimport type { EditorState } from '@milkdown/prose/state'\nimport type { Node } from '@milkdown/prose/model'\nimport { TextSelection } from '@milkdown/prose/state'\nimport type { EditorView } from '@milkdown/prose/view'\nimport debounce from 'lodash.debounce'\nimport type { Instance, Props } from 'tippy.js'\nimport tippy from 'tippy.js'\n\n/// Options for slash provider.\nexport type SlashProviderOptions = {\n /// The slash content.\n content: HTMLElement\n /// The options for creating [tippy.js](https://atomiks.github.io/tippyjs/) instance.\n tippyOptions?: Partial<Props>\n /// The debounce time for updating slash, 200ms by default.\n debounce?: number\n /// The function to determine whether the tooltip should be shown.\n shouldShow?: (view: EditorView, prevState?: EditorState) => boolean\n /// The key trigger for shouldShow, '/' by default.\n trigger?: string | string[]\n}\n\n/// A provider for creating slash.\nexport class SlashProvider {\n /// The root element of the slash.\n element: HTMLElement\n\n /// @internal\n #tippy: Instance | undefined\n\n /// @internal\n #tippyOptions: Partial<Props>\n\n /// @internal\n #debounce: number\n\n /// @internal\n #trigger: string | string[]\n\n /// @internal\n #shouldShow: (view: EditorView, prevState?: EditorState) => boolean\n\n constructor(options: SlashProviderOptions) {\n this.element = options.content\n this.#tippyOptions = options.tippyOptions ?? {}\n this.#debounce = options.debounce ?? 200\n this.#shouldShow = options.shouldShow ?? this.#_shouldShow\n this.#trigger = options.trigger ?? '/'\n }\n\n /// @internal\n #onUpdate = (view: EditorView, prevState?: EditorState): void => {\n const { state, composing } = view\n const { selection, doc } = state\n const { ranges } = selection\n const from = Math.min(...ranges.map(range => range.$from.pos))\n const to = Math.max(...ranges.map(range => range.$to.pos))\n const isSame = prevState && prevState.doc.eq(doc) && prevState.selection.eq(selection)\n\n this.#tippy ??= tippy(view.dom, {\n trigger: 'manual',\n placement: 'bottom-start',\n interactive: true,\n ...this.#tippyOptions,\n content: this.element,\n })\n\n if (composing || isSame)\n return\n\n if (!this.#shouldShow(view, prevState)) {\n this.hide()\n return\n }\n\n this.#tippy.setProps({\n getReferenceClientRect: () => posToDOMRect(view, from, to),\n })\n\n this.show()\n }\n\n /// @internal\n #_shouldShow(view: EditorView): boolean {\n const currentTextBlockContent = this.getContent(view)\n\n if (!currentTextBlockContent)\n return false\n\n const target = currentTextBlockContent.at(-1)\n\n if (!target)\n return false\n\n return Array.isArray(this.#trigger) ? this.#trigger.includes(target) : this.#trigger === target\n }\n\n /// Update provider state by editor view.\n update = (view: EditorView, prevState?: EditorState): void => {\n const updater = debounce(this.#onUpdate, this.#debounce)\n\n updater(view, prevState)\n }\n\n /// Get the content of the current text block.\n /// Pass the `matchNode` function to determine whether the current node should be matched, by default, it will match the paragraph node.\n getContent = (view: EditorView, matchNode: (node: Node) => boolean = node => node.type.name === 'paragraph'): string | undefined => {\n const { selection } = view.state\n const { empty } = selection\n const isTextBlock = view.state.selection instanceof TextSelection\n\n const isSlashChildren = this.element.contains(document.activeElement)\n\n const notHasFocus = !view.hasFocus() && !isSlashChildren\n\n const isReadonly = !view.editable\n\n const paragraph = findParentNode(matchNode)(view.state.selection)\n\n const isNotInParagraph = !paragraph\n\n if (notHasFocus || isReadonly || !empty || !isTextBlock || isNotInParagraph)\n return\n\n return paragraph.node.textContent\n }\n\n /// Destroy the slash.\n destroy = () => {\n this.#tippy?.destroy()\n }\n\n /// Show the slash.\n show = () => {\n this.#tippy?.show()\n }\n\n /// Hide the slash.\n hide = () => {\n this.#tippy?.hide()\n }\n\n /// Get the [tippy.js](https://atomiks.github.io/tippyjs/) instance.\n getInstance = () => this.#tippy\n}\n"],"names":["slashFactory","id","slashSpec","$ctx","slashPlugin","$prose","ctx","spec","Plugin","PluginKey","result","SlashProvider","options","__privateAdd","__shouldShow","_tippy","_tippyOptions","_debounce","_trigger","_shouldShow","_onUpdate","__privateSet","view","prevState","state","composing","selection","doc","ranges","from","range","to","isSame","__privateGet","tippy","posToDOMRect","debounce","matchNode","node","empty","isTextBlock","TextSelection","isSlashChildren","notHasFocus","isReadonly","paragraph","findParentNode","_a","__privateMethod","_shouldShow_fn","currentTextBlockContent","target"],"mappings":"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"}
|
package/lib/slash-provider.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slash-provider.d.ts","sourceRoot":"","sources":["../src/slash-provider.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;AAEjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEtD,OAAO,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AAI/C,MAAM,MAAM,oBAAoB,GAAG;IAEjC,OAAO,EAAE,WAAW,CAAA;IAEpB,YAAY,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAA;IAE7B,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,EAAE,SAAS,CAAC,EAAE,WAAW,KAAK,OAAO,CAAA;
|
|
1
|
+
{"version":3,"file":"slash-provider.d.ts","sourceRoot":"","sources":["../src/slash-provider.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAA;AAEjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAEtD,OAAO,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,UAAU,CAAA;AAI/C,MAAM,MAAM,oBAAoB,GAAG;IAEjC,OAAO,EAAE,WAAW,CAAA;IAEpB,YAAY,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAA;IAE7B,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,UAAU,EAAE,SAAS,CAAC,EAAE,WAAW,KAAK,OAAO,CAAA;IAEnE,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;CAC5B,CAAA;AAGD,qBAAa,aAAa;;IAExB,OAAO,EAAE,WAAW,CAAA;gBAiBR,OAAO,EAAE,oBAAoB;IAwDzC,MAAM,SAAU,UAAU,cAAc,WAAW,KAAG,IAAI,CAIzD;IAID,UAAU,SAAU,UAAU,qBAAoB,IAAI,KAAK,OAAO,KAA4C,MAAM,GAAG,SAAS,CAmB/H;IAGD,OAAO,aAEN;IAGD,IAAI,aAEH;IAGD,IAAI,aAEH;IAGD,WAAW,oCAAoB;CAChC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milkdown/plugin-slash",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.2.
|
|
4
|
+
"version": "7.2.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"lodash.debounce": "^4.0.8",
|
|
30
30
|
"tippy.js": "^6.3.7",
|
|
31
31
|
"tslib": "^2.5.0",
|
|
32
|
-
"@milkdown/exception": "7.2.
|
|
33
|
-
"@milkdown/utils": "7.2.
|
|
32
|
+
"@milkdown/exception": "7.2.4",
|
|
33
|
+
"@milkdown/utils": "7.2.4"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@milkdown/core": "7.2.
|
|
37
|
-
"@milkdown/ctx": "7.2.
|
|
38
|
-
"@milkdown/prose": "7.2.
|
|
36
|
+
"@milkdown/core": "7.2.4",
|
|
37
|
+
"@milkdown/ctx": "7.2.4",
|
|
38
|
+
"@milkdown/prose": "7.2.4"
|
|
39
39
|
},
|
|
40
40
|
"nx": {
|
|
41
41
|
"targets": {
|
package/src/slash-provider.ts
CHANGED
|
@@ -18,6 +18,8 @@ export type SlashProviderOptions = {
|
|
|
18
18
|
debounce?: number
|
|
19
19
|
/// The function to determine whether the tooltip should be shown.
|
|
20
20
|
shouldShow?: (view: EditorView, prevState?: EditorState) => boolean
|
|
21
|
+
/// The key trigger for shouldShow, '/' by default.
|
|
22
|
+
trigger?: string | string[]
|
|
21
23
|
}
|
|
22
24
|
|
|
23
25
|
/// A provider for creating slash.
|
|
@@ -34,6 +36,9 @@ export class SlashProvider {
|
|
|
34
36
|
/// @internal
|
|
35
37
|
#debounce: number
|
|
36
38
|
|
|
39
|
+
/// @internal
|
|
40
|
+
#trigger: string | string[]
|
|
41
|
+
|
|
37
42
|
/// @internal
|
|
38
43
|
#shouldShow: (view: EditorView, prevState?: EditorState) => boolean
|
|
39
44
|
|
|
@@ -42,6 +47,7 @@ export class SlashProvider {
|
|
|
42
47
|
this.#tippyOptions = options.tippyOptions ?? {}
|
|
43
48
|
this.#debounce = options.debounce ?? 200
|
|
44
49
|
this.#shouldShow = options.shouldShow ?? this.#_shouldShow
|
|
50
|
+
this.#trigger = options.trigger ?? '/'
|
|
45
51
|
}
|
|
46
52
|
|
|
47
53
|
/// @internal
|
|
@@ -83,7 +89,12 @@ export class SlashProvider {
|
|
|
83
89
|
if (!currentTextBlockContent)
|
|
84
90
|
return false
|
|
85
91
|
|
|
86
|
-
|
|
92
|
+
const target = currentTextBlockContent.at(-1)
|
|
93
|
+
|
|
94
|
+
if (!target)
|
|
95
|
+
return false
|
|
96
|
+
|
|
97
|
+
return Array.isArray(this.#trigger) ? this.#trigger.includes(target) : this.#trigger === target
|
|
87
98
|
}
|
|
88
99
|
|
|
89
100
|
/// Update provider state by editor view.
|