<input type="text" id="shownHere">
<select id="userChoosesHere" onchange="document.getElementById('shownHere').value=this.value;">
Something like this?
This is a Lemmy Community for perchance.org, a platform for sharing and creating random text generators.
Feel free to ask for help, share your generators, and start friendly discussions at your leisure :)
This community is mainly for discussions between those who are building generators. For discussions about using generators, especially the popular AI ones, the community-led Casual Perchance forum is likely a more appropriate venue.
See this post for the Complete Guide to Posting Here on the Community!
1. Please follow the Lemmy.World instance rules.
2. Be kind and friendly.
3. Be thankful to those who try to help you.
4. Only post about stuff related to perchance.
5. Refrain from requesting Prompts for the AI Tools.
text-to-image-plugin
and ai-text-plugin
) e.g. "What is the good prompt for X?", "How to achieve X with Y generator?"6. Search through the Community Before Posting.
<input type="text" id="shownHere">
<select id="userChoosesHere" onchange="document.getElementById('shownHere').value=this.value;">
Something like this?
Honestly I have no idea lol. That's why I was asking. I was hoping for something that was already built in to the t2i framework and could just be added to the normal "paragraph" type. Similar to the way modifiers add their text to the description. I know zero Javascript. I'm plan on getting started learning it soon. Until then I don't even know what to do with what you volunteered. Kinda hopeless I know lol.
Is possible (like in the Koto comment) and you can make it to visualize and edit only if something is checked/cliked, I think I saw some generator with this option in the generator list.
I just made it to test, i think i will put it in my gen.. https://perchance.org/example-aaaa1
Also try learning js with AI, ask the AI how to do some functions in Javascript and try learning some js basics, then try to apply that in something simple in a new page on perchance. Also the basic perchance syntax is very helpful (selectOne, selectAll, getChildNames, etc)
Thanks! Now I just need to figure out how to make all of my styles and options do the same thing. I have a lot of drop down menus lol. You guys have beena huge help. ๐