dumi-plugin-code-editor 将代码块转换为只读代码编辑器, See #2175 UsageInstallnpm install dumi-plugin-code-editor --save-devApply// .dumirc.ts export default { plugins: ['dumi-plugin-code-editor'], };Full DocumentRead mor
import { plugins } from '@alilc/lowcode-engine'; import LowcodePluginLcePluginCodeEditor from 'lowcode-plugin-lce-plugin-code-editor'; // 注册到引擎 plugins.register(LowcodePluginLcePluginCodeEditor); 插件属性 & 方法 无对外暴露的属性和方法 依赖插件 该插件依赖以下插件: 插件名包名 开发 环境准...
Support for leetcode.com and leetcode.cn, can test and submit questions. More tutorial please visit: here Introduction Support for leetcode.com and leetcode.cn, can...
Acode plugin Read acode plugin documentation to develop plugin for acode editor. Usage Use this for debug build: npm run dev and this for production build: npm run build How to parse/bundle scss file ? You'll need to install one sass esbuild plugin and then just add that in esbuil...
Run Code:Run the code, the test case for the question is used by default Testcase:Customize test cases favorite:Add or remove favorite Clear cache:Clean up the current question Timer:Timer, when it is turned on, it will prompt the problem solving time in the status bar in the lower ri...
ilimei/vscode-plugin-lake-editor main 9Branches6Tags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. History 68 Commits .vscode feat: support upload image Dec 11, 2023...
CKEDITOR.dialog.add( 'abbrDialog', this.path + 'dialogs/abbr.js' ); In the code above we registered theabbrDialogdialog name, telling the editor to load the dialog definition from thedialog/abbr.jsfile out of the plugin installation folder (this.path). ...
if ( editor.contextMenu ) { ... the previous context menu creation code ... editor.contextMenu.addListener( function( element ) { if ( element.getAscendant( 'abbr', true ) ) { return { abbrItem:CKEDITOR.TRISTATE_OFF}; } }); } ...
An IntelliJ plugin to improve your editor workflow. It provides actions to quickly select and format portions of your source code and syntax-aware split of literals.
Features an extremely powerful code editor. It will auto-suggest WordPress actions, hooks, and functions based on the context. The editor provides JavaScript, CSS, SCSS, and HTML code suggestions. It also includes Emmet support. Countless Snippet Types Supports all code snippet types that you ...