I have a view with nodes of type ‘tasks’. I want to easily view and edit these tasks by using a minimized overlay. When I click on a task title in the view, it needs to open in an overlay.
In D7 this was possible with the core overlay module, in combination with ‘Overlay Paths” module. The core overlay has been discontinued in D8, in favor of a ‘back to site’ link, which does not serve my purpose to show a minimized popup block. It also needs to be used by authenticated users, not only administrators.
How can this be done in D8?