this post was submitted on 31 Jan 2024
2 points (100.0% liked)

Perchance - Create a Random Text Generator

859 readers
18 users here now

⚄︎ Perchance

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!

Rules

1. Please follow the Lemmy.World instance rules.

2. Be kind and friendly.

  • Please be kind to others on this community (and also in general), and remember that for many people Perchance is their first experience with coding. We have members for whom English is not their first language, so please be take that into account too :)

3. Be thankful to those who try to help you.

  • If you ask a question and someone has made a effort to help you out, please remember to be thankful! Even if they don't manage to help you solve your problem - remember that they're spending time out of their day to try to help a stranger :)

4. Only post about stuff related to perchance.

  • Please only post about perchance related stuff like generators on it, bugs, and the site.

5. Refrain from requesting Prompts for the AI Tools.

  • We would like to ask to refrain from posting here needing help specifically with prompting/achieving certain results with the AI plugins (text-to-image-plugin and ai-text-plugin) e.g. "What is the good prompt for X?", "How to achieve X with Y generator?"
  • See Perchance AI FAQ for FAQ about the AI tools.
  • You can ask for help with prompting at the 'sister' community Casual Perchance, which is for more casual discussions.
  • We will still be helping/answering questions about the plugins as long as it is related to building generators with them.

6. Search through the Community Before Posting.

  • Please Search through the Community Posts here (and on Reddit) before posting to see if what you will post has similar post/already been posted.

founded 2 years ago
MODERATORS
 

Editing generators offline is broken right now, @[email protected] can you fix this ? thanks

all 15 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

I created a plugin (though not yet public since I'm still tinkering with stuff there) that fixes that hidden offline editor.
~https://perchance.org/better-offline-editor~

I'll roll it out for now.

[–] [email protected] 1 points 1 year ago (1 children)

it doesnt work, nothing shows up with #edit on the url, just like the default editor.

[–] [email protected] 2 points 1 year ago (1 children)

Can you link the generator you added it to? I'll download it and try.

[–] [email protected] 2 points 1 year ago (1 children)
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

I took a look at the downloaded code and it seems that the better-offline-editor hasn't been saved on the generator (sometimes it takes a bit to 'sync' the saved generator to the server).

Saving it a few times, should add it.

[–] [email protected] 1 points 1 year ago (1 children)
[–] [email protected] 2 points 1 year ago (1 children)

As of right now, I downloaded your generator and it added the offline editor.


Here is the old one

[–] [email protected] 2 points 1 year ago (1 children)

It works, thanks.

I have some suggestions for it:

  1. Dark mode
  2. This is probably a bug, when I resize the editor the tabs at the top don't update to fill the whole top and I still have to scroll.
[–] [email protected] 2 points 1 year ago (1 children)

I added a Dark Mode.

As for the tabs on the top, it is in fixed width if it is draggable since if it just expanded while draggable, it would cause overflow issues on the webpage. If you fix it on the top, it would resize/overflow depending on the screen size.

Also, the resize only works on the textareas, not the whole editor.

See this video: https://streamable.com/3mngs0.

[–] [email protected] 1 points 1 year ago (2 children)

Ok. I'm not using it 99%of the time anyway so it doesn't really matter. What program are you using to test different screen sizes?

[–] [email protected] 3 points 1 year ago

@eatham @VioneT is using Devtools, it has an option to simulate different screen sizes.

[–] [email protected] 1 points 1 year ago (1 children)

@eatham Tried to download one of my old small generators, Power Name Generator 1.7 (https://perchance.org/power-name-1-7), and the editing function seems to work just fine. The generator is also fully working.

[–] [email protected] 2 points 1 year ago (1 children)

Interesting. Maybe it only works with old generators? I'll check some old ones I have when I'm at my computer

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

@eatham Probably the least complex ones, also tried with https://perchance.org/minimal and https://perchance.org/power-phrase-generator.

Both works well, the edit function worked on the minimal one, but for the phrase generator one, since it is scrollable, the edit function seems to be drowning somewhere outside the viewport of the page (so it is inaccessible).