mirror of
https://github.com/zadam/trilium.git
synced 2026-02-11 00:04:27 +01:00
update comment
This commit is contained in:
parent
c9ea0f9f7f
commit
6bd80d3a16
@ -1,8 +1,8 @@
|
||||
import { Plugin } from "ckeditor5";
|
||||
|
||||
/**
|
||||
* Disables the mention feature (triggered by `@`) inside code blocks.
|
||||
* This prevents the autocomplete popup from appearing when typing `@` within code blocks.
|
||||
* Disables the mention feature inside code blocks.
|
||||
* This prevents the autocomplete popup from appearing when typing `@` or `/` within code blocks.
|
||||
*/
|
||||
export default class DisableMentionInCodeBlock extends Plugin {
|
||||
public static get pluginName() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user