Plugin Note Overview: how add linebreak in Listview option

Joplin 2.8.8 (prod, win32)

Sync Version: 3
Profile Version: 41
Keychain Supported: Yes

Revision: c2a6a13
on Windows 10 OS

Maybe I don't understand it correctly but the linebreak option (true|false) of the listview seems to have no effect with title and body fields. I want them to start on a new line. I also tried to add a
code between the fields or within the separator. I use the following code:

Sorry, but I think you have forgotten to add the code.

Sorry about that. Here is the code:I must leave out the html comment-code to be viewable.

search: tag:sometag
fields: title, body
sort: title ASC
listview:
text: "{{title}} {{body}}"
linebreak: true
separator: null
prefix: null
suffix: null

Fence the it in a code block with three ` at the begin and ende of the code.

The option linebreak: false is that each note is written in his own line, not that a breake is made betwen your chosen fields.

<!-- note-overview-plugin
search: tag:sometag
fields: title, body
sort: title ASC
listview:
  text: "{{title}}</br>{{body}}"
  linebreak: true
-->

Thank you very much. I've tried the </BR> solution before but was unaware that the result was only visible in "preview" mode. Thanks again!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.