-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form with examples #2979
Form with examples #2979
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a great example! thanks for adding it
@mscolnick the link got reformatted to |
## 📝 Summary #2979 (comment) After checking the updated website, noticed that the query parameter in the link to notebook got reformatted to `https://marimo.app/l/w21a3x?t1=query&t2=params` - which breaks the notebook. ## 🔍 Description of Changes try HTML instead of Markdown link ## 📋 Checklist - [x] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md). - [x] For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on [Discord](https://marimo.io/discord?ref=pr), or the community [discussions](https://github.com/marimo-team/marimo/discussions) (Please provide a link if applicable). - [x] I have added tests for the changes made. - [x] I have run the code and verified that it works as expected. ## 📜 Reviewers @mscolnick
## 📝 Summary Provides recipes for pre-populating forms from examples or query parameters ## 🔍 Description of Changes [New form recipe](https://marimo.app/l/w21a3x?t1=query&t2=params) Less hacky marimo-team#2928 :) ## 📋 Checklist - [x] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md). - [x] For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on [Discord](https://marimo.io/discord?ref=pr), or the community [discussions](https://github.com/marimo-team/marimo/discussions) (Please provide a link if applicable). - [x] I have added tests for the changes made. - [x] I have run the code and verified that it works as expected.
## 📝 Summary marimo-team#2979 (comment) After checking the updated website, noticed that the query parameter in the link to notebook got reformatted to `https://marimo.app/l/w21a3x?t1=query&t2=params` - which breaks the notebook. ## 🔍 Description of Changes try HTML instead of Markdown link ## 📋 Checklist - [x] I have read the [contributor guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md). - [x] For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on [Discord](https://marimo.io/discord?ref=pr), or the community [discussions](https://github.com/marimo-team/marimo/discussions) (Please provide a link if applicable). - [x] I have added tests for the changes made. - [x] I have run the code and verified that it works as expected. ## 📜 Reviewers @mscolnick
📝 Summary
Provides recipes for pre-populating forms from examples or query parameters
🔍 Description of Changes
New form recipe
Less hacky #2928 :)
📋 Checklist