The code for "a pattern of fifty non-spaces in a row" in Homesite is the very beautiful:
([^[:space:]]{50})
so if you choose "extended Replace", check the Regular Expressions box then replace the above code with
\\1
followed by a return, that will hard-wrap, in a rather brutal way, all 50-character strings, putting a line break after char 50.
Hi, there's a wonderful new article by Gothic Miss Manners (posted in Press today) about etiquette on boards, and newbies and old-bies, and I thought it might make a good addition or link to the Buffista main FAQ. FYI.
DX and John, how much do I love that you guys are out here thinking of us and trying to fix problems that would never occur to me in advance. Lots, that's how much.
Just saw:
I'll nurse you back to health! I'll wear the nurse outfit!
Buffybot,
in the upper-right corner, with no episode attribution. (It's Intervention.)
[eta: Wasn't that also Buffy, pretending to be the Buffybot, at that point?]
Also (and how many times have we had to change this line?) the filk etiquette guide is out of date:
ANGEL: (Spoken) Hey, what about Mondays?
Should be Wednesdays, now.
John, the regex works too well in Homesite. It's also flagging the stuff inside the anchor tags, so there's way too much clutter on a search (even setting the length to 100 gave me 111 hits), and if I let it go ahead and replace, it'll break every link in the file. I had an idea though. I still have the text versions of the threads that I was using when I was compiling the stats the other day, so I can either try the regex on them, or I can dump them back into Excel, and sort on line length, which gives me what I need.
Kisses and hugs to all the stompies and various people doing work on this. Several posts up there are entirely nonsensical to me, but go y'all!
t edited becuase I decided it was all too much like bureaucracy crap that didnt' so much belong here.
A little detail nit: The text on the bookmarks.php page reads
To delete a bookmark, click on its checkbox and then OK.
But the button says "Delete", not "OK". Also, the code for the button doesn't have an alt attribute.
For the sake of consistency and usability, can we change the text to say "click on its checkbox and then Delete", and add alt="Delete" to that INPUT tag?