-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enhancement: Add linebreaks between tags #22
Comments
Do you mean that when you open a page (at index.php?page=post&s=view&id=#) it would automatically add linebreaks between all tags (replace all spaces with linebreaks)? I think that might be doable with some variant of re: >\n;re;. I might have to code in that capability. |
Sorry, no, although that's a good idea too... I mean like being able to insert linebreaks where you would like them, whether via < br > or some other formatting. |
Which platform are you using? With Gelbooru Beta 0.1.11 (used by booru.org) you can add linebreaks to the tag editing area (which is HTML textarea) without problems; with that software you can even submit it with linebreaks and the output will be fine. I could go on about other booru software and linebreaks in the tag editing area... |
Gelbooru, according to the mass uploader script I'm using. My site's through http://booru.org/, and initially I did try adding linebreaks via the tag editing area, however, the site loaded them for a half-second, and then overrode them and forced them into a format without linebreaks. |
Oh, so with the script active you can't press "Enter" to make multiple lines in the tag editing area in gelbooru.com without it undoing each time you pressed Enter. Disregard the following text in this post. So you want them to be grouped like they are grouped in Danbooru but in Gelbooru.com? That is possible. With Danbooru tags they are grouped as follows. 1st line: copyright tag(s); 2nd line: character tag(s); 3rd line: artist tag(s); 4th line: meta tags; 5th line: general tag(s). This is seen in this compressed screenshot image of part of one of Danbooru's web pages: |
So you are using gelbooru.com. Are you using Mozilla Firefox or Google Chrome? |
Hi, sorry, had a chronic illness flare, and went down for the count for a bit. Honestly it really doesn't need to be like danbooru, more just the linebreaks, since I have tags sorted into groups, like so: <>/STUFF<> Alcohol Food Gun Implied_drug_use <>/APPARAL<> Apron Binder Cape Costume Crossdressing Heels Legislacerator ect, and if I could just. Put a linebreak between different groups it would make it significantly easier. <>/STUFF<> Alcohol Food Gun Implied_drug_use Like so. I use chrome for the booru, as firefox seems to have issues with scripts more. |
(Note: In way over my head, fluent in no code)
Would it be possible to add the ability to add linebreaks between tags or groups of tags? I have minor dyslexia, so not having the ability to separate them into different groups in a meaningful way can reduce the entire text field to blur.
The text was updated successfully, but these errors were encountered: