Enjoys Math

Results 62 comments of Enjoys Math

This would be nice for highlighting commutativity as well (for people writing math tools using Quiver as editor). Since we don't just have commuting paths, but they usually outline a...

@varkor I would put it as a checkbox on the bottom button control widget "Auto-save [/]" and when the user unchecks it, it turns into a button + a checkbox....

@varkor, do you recommend raw javascript cookies as in: https://www.w3schools.com/js/js_cookies.asp Or should I use something more sophisticated, and what would that be?

@varkor, Here's the code mods: ``` const add_action = (name, combinations, action, type="button") => { const shortcut_name = Shortcuts.name(combinations); var input_type = type; if (type == "checkbox") input_type = "input";...

@varkor I'm aware of some issues with above code, I'm fixing them now.

@varkor Here is the updated code: ``` const add_action = (name, combinations, action, type) => { const shortcut_name = Shortcuts.name(combinations); var elem_type = type; if (type === "checkbox") elem_type =...

If you didn't want to use JS for this, I offer my code: Editing works different than in Quiver, but I would be happy to make it act like Quiver....

Why can't you accomplish this with the cursor drag-selecting most of the component, then control-clicking to modify if anything extra needs adding / removing from the selecltion?

It is json befor they convert it to the base64 string so it’s just removing that call wrapper at the call site of the export class implementing url exporting. Just...

Ui.js * On Wed, May 25, 2022 at 11:52 AM Luna Tuna ***@***.***> wrote: > It is json befor they convert it to the base64 string so it’s just >...