Forum Issues
-
wrote on 13 Jan 2021, 18:26 last edited by
Very sophisticated. I like it.
-
Very sophisticated. I like it.
wrote on 13 Jan 2021, 19:58 last edited by jodi@doctor-phibes I like this font, but it’s harder to read - skinnier and thinner. Especially on the table of contents page (ok, that’s not the right set of words, can’t think of what it’s actually called
) - the light grey (read) and the light blue (not read) are really pale.
-
wrote on 13 Jan 2021, 20:11 last edited by
I set it back to the "Readable" skin. Which I think is where it was before I
screwed things upmodifed the default.You can modify your personal settings to change it to anything you like.
-
I set it back to the "Readable" skin. Which I think is where it was before I
screwed things upmodifed the default.You can modify your personal settings to change it to anything you like.
-
wrote on 13 Jan 2021, 21:10 last edited by
I use
dorklydarkly. -
wrote on 13 Jan 2021, 21:31 last edited by
@george-k said in Forum Issues:
I use
dorklydarkly.I do too but any "dark" theme has this issue with the type ahead search popup.
-
wrote on 14 Jan 2021, 13:04 last edited by
@klaus said in Forum Issues:
Wait, now it looks different again? The "Readable" skin is still the default, though. @mark (or @Axtremus ), did you do anything?
I did nothing.
-
wrote on 17 Jan 2021, 14:25 last edited by George K
Is there a way to insert a bulleted list?
I see the little icon to the right of the Italics, but when I select text, it only puts a bullet by the first item. Inserting a CR after each item doesn't seem to matter.
First Item
Second Item
Third Item=-=-=-=-=
- First Item
Second Item
Third Item
=-=-=-=-=
- First Item
Second Item
Third Item
- First Item
-
Is there a way to insert a bulleted list?
I see the little icon to the right of the Italics, but when I select text, it only puts a bullet by the first item. Inserting a CR after each item doesn't seem to matter.
First Item
Second Item
Third Item=-=-=-=-=
- First Item
Second Item
Third Item
=-=-=-=-=
- First Item
Second Item
Third Item
- First Item
-
- first item
- second item
- third item
Seems to work fine. You have to start each line with a * or another kind of bullet marker. I guess you can also nest.
- first item
- first subitem
- second subitem
- second item
-
wrote on 17 Jan 2021, 15:01 last edited by
Ah, you have to select EACH line?
Well, that's a pain.
-
wrote on 17 Jan 2021, 15:07 last edited by Klaus
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
. -
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
. -
wrote on 17 Jan 2021, 15:09 last edited by
It looks like you can create a list as you type
- by
- leading
- each
- line
with an asterisk and a space.
-
wrote on 17 Jan 2021, 15:11 last edited by
@george-k said in Forum Issues:
@klaus let me try that....
A complication would be that you need to know how to "type" a CR into your search/replace dialogue. That's a hard task for
old fartssome. -
@george-k said in Forum Issues:
@klaus let me try that....
A complication would be that you need to know how to "type" a CR into your search/replace dialogue. That's a hard task for
old fartssome.wrote on 17 Jan 2021, 15:12 last edited by -
wrote on 17 Jan 2021, 15:13 last edited by
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.
-
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.
wrote on 17 Jan 2021, 16:32 last edited by@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*
-
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.