Skip to content
Discussion options

You must be logged in to vote

please show all functions of mutator script

Mutators use QuickJs to run JavaScript in Xed-Editor, so you can access all the features of ES2023. Additionally, Xed provides some simple APIs:

let text = getEditorText();
showToast(text);
let response = http(url, jsonString);
showDialog(title, msg);
showInput(title, hint, prefill);
setEditorText('This text will be written in the editor');

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ewerdew
Comment options

@ewerdew
Comment options

@RohitKushvaha01
Comment options

Answer selected by RohitKushvaha01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants