Kirby Panel Bookmarklet

A little script for quickly switching between your site’s front end and editing the page within Kirby’s panel.

(function() {
  window.open(`//${window.location.hostname}/panel/pages${window.location.pathname}/edit`, '_panelify' )
})();

You can drag and drop the link below into your bookmarks bar:

📝 Panel