acode-plugin icon indicating copy to clipboard operation
acode-plugin copied to clipboard

Template for developing plugins for Acode editor.

Results 9 acode-plugin issues
Sort by recently updated
recently updated
newest added

innerError Error: Cannot find module '../build/Debug/pty.node' Require stack: - /data/data/com.termux/files/usr/lib/node_modules/acodex-server/node_modules/node-pty/lib/unixTerminal.js - /data/data/com.termux/files/usr/lib/node_modules/acodex-server/node_modules/node-pty/lib/index.js - /data/data/com.termux/files/usr/lib/node_modules/acodex-server/terminalServer.js - /data/data/com.termux/files/usr/lib/node_modules/acodex-server/index.js at Module._resolveFilename (node:internal/modules/cjs/loader:1149:15) at Module._load (node:internal/modules/cjs/loader:990:27) at Module.require (node:internal/modules/cjs/loader:1237:19) at require (node:internal/modules/helpers:176:18) at Object....

I forked the acode-plugin repo to develop a new feature, but before coding the full plugin I try to make a test but I get an "Invalid Plugin" error, I...

added and modified typings

* using plugin * able to create **.diff** or **.patch** files on save or autosave for any file type

When we start development server by running this script _**node esbuild.config.mjs --serve**_ then the terminal give a error: _**serve API is not supported when using WebAssemble**_. Acode Please fix this...

url open full screen, but size not work, code below window.open(url, "_blank", "width=300,height=600);