A google Chrome/Edge extension that brings a set of handy tools for Sitecore's authors.
This extension will help you to save a lot of time by providing a set of handy tools into Sitecore Content Editor.
- Displays Live URLs of a page (CM or CD)
- Shows Live Status of a page (Published/Not published)
- Dynamic error messages
- Dark Mode (Manual or Automatic)
- Language flags + version highlight
- Workbox badge & notifications
- Support Media upload Drag and Drop
- Desktop notification on Publish
- Right-to-left support (Arabic, Hebrew, Persian, Urdu, Sindhi)
- Launchpad icon / Desktop menu
- Favourites Bar in Content Tree
- Resume from where you left off
- Character counter
- HTML editor color syntax
- Accordion sections to Tabs
- Auto Expand Tree
- Translate Mode Copy Button
- Experience Editor Quick Tabs
- Experience Profile Gravatar image
- Media Library revamped
- New preview mode (Mobile, Tablet, Desktop)
- Clone or download the repo
- Open chrome://extensions/ or edge://extensions/
- Make sure "Developer mode" toggle is switched on (Top right corner)
- Clic "Load Unpacked"
- Select Repo folder
If your Sitecore install is highly customised or not one of the tested versions, then certain features might not work. Requires that Sitecore is installed to the default directory of /sitecore/.
Tested on Sitecore versions:
- 10.3.0 XM Cloud
- 10.2.0
- 10.1.0 (rev. 005207)
- 10.0.1 (rev. 004842)
- 9.3.0 (rev. 003498)
- 9.2.0 (rev. 002893)
- 8.2 (rev. 180406)
The latest stable version can be installed from the Chrome Web Store here
Follow steps below if you want to start coding or fixing issues.
Install nodejs
https://nodejs.org/en/download/
Clone repository
git clone https://github.com/ugo-quaisse/sitecore-author-toolbox.git
Install node modules
npm install
Run npm
npm run dev
Main program execution is located under https://github.com/ugo-quaisse/sitecore-author-toolbox/blob/master/js/toolbox.js
The official support Twitter account for the library is at https://twitter.com/uquaisse.
The official documentation can be found under the wiki section.
- Experience Profile Gravatar Image inspired by https://github.com/coreyasmith/sitecore-experience-profile-gravatar
- Html Syntax highlight by Codemirror library https://github.com/codemirror/CodeMirror
- Auto Expand tree inspired by https://github.com/alan-null/sc_ext
If you are a Sitecore developer and are looking for more advanced features for dev, I recommend Alan Null's extension available at https://github.com/alan-null/sc_ext