Michael Gartner
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?  EG:  
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...