Newbie: How to terminate without adding line

Asked by John E Diller

I am new to RedNotebook, and it looks good. One of my primary purposes, is to keep track of how I am spending my time. Essentially, I am trying to create a template that does not terminate in a line:
Example I wish to make a series of entries like this. To make these entries I seem to need a line (==================================) between them . Without the line, they all run together into a single activity. I wish to make the line purely blank space. I have tried //, but that does not terminate things properly for me. Things run together without it.

==== 6:30 - 8:00 AM Morning Activity ====
- sub-description 1
- sub-description 2
==================================

==== 8:30 - 9:00 AM 2nd Activity with no sub-activities listed ====
==================================

==== Calls to make ====
- plumber
- broker
- Dave
==================================

Question information

Language:
English Edit question
Status:
Solved
For:
RedNotebook Edit question
Assignee:
No assignee Edit question
Solved by:
Jendrik Seipp
Solved:
Last query:
Last reply:
Revision history for this message
Best Jendrik Seipp (jendrikseipp) said :
#1

You can force a newline with \\. Lists need to empty lines below them.

Revision history for this message
John E Diller (jediller) said :
#2

This answer was close enough so my problem is now solved.
While \\ adds a newline, this is not enough, but two empty lines following a list do terminate

==== activity 1 ====
==== activity 2 no extra termination needed here ====
==== activity 3 ====
- item 1
- item 2

==== two blank lines following the list before the next activity ====

Thank you. My problem is now solved.