-
Notifications
You must be signed in to change notification settings - Fork 379
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
Update webpage #438
Update webpage #438
Conversation
Related question: can anyone create a form in their HTML? Shouldn't forms and other divs be filtered after markdown rendering? Or is safe to enable forms in arbitrary content? And if so, can we take advantage of it for gno.land apps? What if an HTML FORM POST could work with cosmos accounts? |
|
||
* r/gnoland | ||
* [/r/gnoland/blog](https://test3.gno.land/r/gnoland/blog) | ||
* [/r/gnoland/faucet](https://test3.gno.land/r/gnoland/faucet) |
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.
Hello @jaekwon Some of these links are broken. I am not sure if this is intentional or not. But I thought I'd ask.
The broken links are:
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.
thank you for the feedback.
they are actually broken because of a bug, not because they don't exist.
so, let's keep these links right now and fix the bugs.
I suggest extending another topic which is to make a richer markdown that is understood by wallets etc. My goal is to extend markdown to support things like "warnings", "rich errors", "JSON". We can extend it to support defining fields that can then be used to generate HTML forms here but also help the wallets to understand what can be done. Anyway, supporting forms etc, is about a configuration of the markdown renderer, so we can also do it, but I think we may make something more "dom-oriented" than HTML, and try to make this system understandable by wallets or external services too. For reference, I listed those ideas here: #379 I'll open dedicated issues soon. |
Here is the issue with what I've in mind to support forms and other things -> #439 |
This is more or less synced with what is now live on http://gno.land.
The idea is to keep page parity between gno.land and test3.gno.land.
TODO: parameterize "test3.gno.land" in HOME.md