I added a small fix so that the function actually properly checks whether the "Convert line breaks" filter (filter_autop) is enabled, and not simply whether it exists.
https://github.com/backdrop/backdrop/pull/4678
Anyone here willing to test it? I put how to test in a comment at the PR. Thanks.
Recent comments
If choosing the Views approach you can also use https://backdropcms.org/project/eva which allows you to place the list with more flexibility.
Backlinks for Entity Reference?
Thanks. It still took a lot of trial and error for all the settings within the settings, but I eventually got it to display based on these instructions.
Backlinks for Entity Reference?
Another easy way to do this is to use the module Corresponding Entity References (cer). You would need to add an entity reference field in the authors content type pointing at the book, then set...
Backlinks for Entity Reference?
I also found the contextual filter area in the view for this block. But that’s where it stops. I'll try my best - views based on entity reference can be a challenge....
Backlinks for Entity Reference?
Create a block with a contextual filter on the "author" node ID, and based on that relationship get the book node IDs. Thanks! I think I get the general idea. I set up...
Backlinks for Entity Reference?