updated workspace

Signed-off-by: Magic <magicoflolis@tuta.io>
This commit is contained in:
Magic 2025-05-26 12:56:10 -07:00
parent 1800cafee7
commit e9d2900142
No known key found for this signature in database
GPG key ID: 96EF8864366F6092
15 changed files with 908 additions and 12 deletions

10
dist/context.js vendored Normal file
View file

@ -0,0 +1,10 @@
// 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);