Floating SidePanel/Widgets (Example: Document Explorer, Treeview, “OrbitCal” Calendar)

[UPDATE]

I know this been opverdue. I revisited the AdvancedPanelControl and the FloatingPage Libraries and added:

  • “Navigate: Open in Right Panel” and “Navigate: Open in Left Panel” Commands, to open a Page/Document directly in the RHS or LHS Panel in addition to “Open as Floating window”

image

I didn’t assigned any specific ShortcutKey to the new commands willingly, so you can assign one whichever works the best for your setup, but I included an example in the Library on how to do it:

To Configure a ShortcutKey to the commands you can use the command.update function:

-- priority: -1
command.update {
  name = "Navigate: Open in Left Panel",
  key = "Ctrl-Alt-a",
}

command.update {
  name = "Navigate: Open in Right Panel",
  key = "Ctrl-Alt-s",
}

CAUTION - Breaking Change !!!
The Open: Floating Page command is renamed to Navigate: Open as Floating Window to be more in place with the other Navigate: commands.