Michael Gartner

Results 26 comments of Michael Gartner

https://www.loom.com/share/30308eb2dd9340c39b53f6fbdf15d320 - to repo - trigger SmartBlock with `Enter` - add text to label - click `Submit` ``` - Form Bug Form - fields - this is some text -...

Thank you for the report @MarketHubb! ### First Issue In terms of the first issue, I believe the **output format** is intended to support a wide range of use cases...

`Prompt` is used by `` which already handles `Enter` for text inputs: https://github.com/RoamJS/smartblocks/blob/main/src/Prompt.tsx#L149 It looks like you are referring to `` which uses the `roamjs-components` form component. I went ahead...

> When new alert is started By "started" do you mean when creating a new alert? ![Image](https://github.com/user-attachments/assets/444964c5-4c9f-4a7e-8f93-1c73fcc4b9f6) EG: ![Image](https://github.com/user-attachments/assets/491c5f4f-90c1-4498-b95e-c4d4f254cca5) ![Image](https://github.com/user-attachments/assets/f4adb724-ef4c-4a27-8b7d-2cbe3cf88905)

If the cursor is currently on the block, that would mean a user could `Select all` and `Copy` relatively easily. ### macOS Select All: `Command + A` Copy: `Command +...

Thank you for the response @yongmin86k But sometimes the `node_modules` are in `apps/my_app`. In which case running `npx patch-package apps/my_app/package_I_want_to_patch` at root fails. My workaround has been to add a...