Admin Quick Access Toolbar

This snippet adds an additional toolbar on the top right of the screen, allows you to quickly get access to the most frequent views in your admin interface, get faster access to the collections like blogs or stores, with the ability to add favorite links into the toolbar.

List of features

  • Quick access to Home, Code Injection, and Custom CSS panel

  • Get quickly access to the Collections: blog, store…

  • The toolbar is auto hide so it won’t interfere with editing experience

  • Add new menu item into bookmark toolbar item ( saved in Localstorage )

  • Feb-2024 Updates: since Esc key login is removed, I updated the toolbar so it will work on frontend mode, where you can lands in dashboard from any page quickly

To experience this feature 🤖, follow these simple steps 👣

  • Copy the given snippet into your Footer injection

  • Personal plan users who can not access Footer Injection, use Tampermonkey extension

  • Find the little arrow on the top right of your screen, hovering on it to show the toolbar and start using!

<!-- sqs:beyondspace--quick-access-toolbar -->
<script>
(()=>{if(window.top.Static.SQUARESPACE_CONTEXT.authenticatedAccount){var e="beyondspace--quick-access-toolbar";if(!window.top.document.getElementById(e)){var t=window.top.document.createElement("script");t.id=e,t.src="https://cdn.jsdelivr.net/gh/BeyondspaceStudio/beyondspace-snippets@0.0.44/src/quick-access-toolbar/index.min.js",window.top.document.body.appendChild(t)}}})();
</script>
<!-- /sqs:beyondspace--quick-access-toolbar -->