Open holtzermann17 opened 3 years ago
In particular: https://gist.github.com/politza/3f46785742e6e12ba0d1a849f853d0b9#file-scroll-other-window-el posted to that issue in 2016, along with these org-noter -specific integration steps:
(require 'scroll-other-window)
(add-hook 'org-noter-notes-mode-hook #'sow-mode)
(setq org-noter--inhibit-location-change-handler t)
https://github.com/politza/pdf-tools/issues/55 indicates that scroll other window improvements are WONTFIX for pdf-tools; but since org-noter is built around a 2-up format with PDF adjacent to Org notes, maybe the ideas in the thread there should be integrated here?