mirror of
https://github.com/LewdLeah/Auto-Cards.git
synced 2025-07-07 22:20:27 -04:00
updated workspace
Signed-off-by: Magic <magicoflolis@tuta.io>
This commit is contained in:
parent
1800cafee7
commit
e9d2900142
15 changed files with 908 additions and 12 deletions
10
context.js
10
context.js
|
@ -1,10 +0,0 @@
|
|||
// Your "Context" tab should look like this
|
||||
const modifier = (text) => {
|
||||
//
|
||||
// Ideally, your other context code goes above this line
|
||||
[text, stop] = AutoCards("context", text, stop);
|
||||
// Alternatively, you may also put it below this line
|
||||
//
|
||||
return {text, stop};
|
||||
};
|
||||
modifier(text);
|
Loading…
Add table
Add a link
Reference in a new issue