Auto-Cards/src/context.js
2025-05-27 17:53:50 -04:00

8 lines
290 B
JavaScript

// Your "Context" tab should look like this
const modifier = (text) => {
// Your other context modifier scripts go here (preferred)
[text, stop] = AutoCards("context", text, stop);
// Your other context modifier scripts go here (alternative)
return {text, stop};
};
modifier(text);