Forum Issues
-
Oh, so you are selecting an existing text and want to convert each line to a list item?
Hm.
A "low-key" solution if you really want this would be to select the text, pop up a "search&replace" dialogue (which may or may not require a plugin in your browser of choice) and replace all CRs by "CR* ". If you are a Mac OS command line nerd, use
sed
. -
@george-k said in Forum Issues:
The reason I ask is that in the "retraction" thread, there are 62 items listed, and it would be nice to separate them with bullets, or perhaps number. Adding an asterisk at each item is a PITA.
Paste it into a text editor. Do find and replace for \n or \r and replace with \n* or \r*
-
-
@george-k press Option-Return to search for or replace carriage returns.
https://macromates.com/textmate/manual/searching
If you wish to search for tab or newline characters then you can press option-tab or option-return to insert these in the search or replace fields. The fields will automatically grow with their content.
-
I'm considering to upgrade our server. We've had a few issues with RAM; occasionally, the database we use had to be restarted because it ran out of memory. It turns out that with the newest generation of vservers at our provider, an upgrade to 8GB instead of 4GB RAM is only 70 cents a month. The migration will have to be manual, though - according to the provider, an automatic migration isn't possible because it's a different hardware generation.
-
Don't worry about the expenses. I can take care of 70 cents a month myself
When I have time in the next days, I'll buy the new vserver and start installing stuff. For a while, both servers will run concurrently, so there needs to be a time when an official "switch" happens. I'm not a professional administrator and am not doing this with any regularity, hence I can't predict how much work this will be, but the server management tools we use seem to make this job relatively easy (shoutout to Cloudron!).