• Hello game master! Welcome to our growing community. Please take a moment to Register (top right button, see how: Slides).

    If you use Campaign Logger, you can use the same login details - we've linked the app to this forum for secure and easy single sign-on for you.

    And please drop by the Introductions thread and say hi.

New Formatting Options: Horizontal Rule, Ordered/Unordered Lists, Small Caps

JochenL

CL Byte Sprite
Staff member
Adamantium WoA
Wizard of Story
Wizard of Combat
Gamer Lifestyle
Borderland Explorer
Code for horizontal rules

To get a horizontal rule, start the line with two dashes "--" and don't add any more text to that line.
First Line
--
Second Line


Ordered and unordered lists

Simply start consecutive lines with "# " and you'll get an ordered list.
# First entry
# Second entry
# Third entry

Simply start consecutive lines with "- " and you'll get an unordered list.
- First entry
- Second entry
- Third entry

Small caps format for text

Small caps ueses text-transforms: {|SmallCaps|scaps}
Of course, you can combine this formatting like underline: {u|SmallCaps|scaps}
 
For me, this update is huge! (And I haven't yet fully recovered from the impact of image support, either...) Especially the list formatting will be extremely useful, and the horizontal line is great for generators producing walls of text.

And the syntax still remains compact and easy to use, great job!

These new formatting options are now available on the Campaign Logger cheat sheet as well:
https://www.cheatography.com/johnnfour/cheat-sheets/campaign-logger/
 
Excellent Jochen!
 
No, not yet.
 
hmmm. what exactly is the syntax for horizontal line in a generator. I have tried
{b|Undead #1}\r{event} --\r\r{b|Undead #2}\r{event}\r\r
and
{b|Undead #1}\r{event} \r\r--{b|Undead #2}\r{event}\r\r

Neither of which produce the horizontal line in the dialog nor on the campaign log...
 
To get a horizontal rule, start the line with two dashes "--" and don't add any more text to that line.
Code:
\r\n--\r\n
Although it must be said that I see the vertical space but not the horizontal line.
 
Hmmm. now I see it - very very dimly there is a line visible in the log... Should there be a bit more weight / thickness on the line

Perhaps the "--" plus no more text should be visible in the cheatsheet and above trick documented somewhere...
 
Hmmm. now I see it - very very dimly there is a line visible in the log... Should there be a bit more weight / thickness on the line
You are right! I guess my display resolution is better than I thought. :)

Perhaps the "--" plus no more text should be visible in the cheatsheet and above trick documented somewhere...
I added a short clarification to the cheat sheet. Documentation would not be a bad idea either.
 
Code for horizontal rules

To get a horizontal rule, start the line with two dashes "--" and don't add any more text to that line.



Ordered and unordered lists

Simply start consecutive lines with "# " and you'll get an ordered list.


Simply start consecutive lines with "- " and you'll get an unordered list.


Small caps format for text

Small caps ueses text-transforms: {|SmallCaps|scaps}
Of course, you can combine this formatting like underline: {u|SmallCaps|scaps}
I can't get the horizontal rules to show up in the current versions of Chrome and Edge.
 
I can't get the horizontal rules to show up in the current versions of Chrome and Edge.
Try two N dashes.

--

And make sure there's a line break on top and bottom. It's especially finicky around lists.

Code:
Hellow World.

--

Hellow World.
 
Back
Top