Chrome Extension that gives Contentful users more information about how to edit content
The Contentful Sidekick is a Chrome extension that assists end users in finding and editing content quickly on highly nested pages. It is specifically designed for websites that use multiple pieces of content to compose a page. By adding a sidebar with navigation and edit links to each content item, the Sidekick simplifies the content editing process.
To install the Contentful Sidekick, follow these steps:
For development purposes, follow these additional steps:
yarn install to install the required dependencies.yarn dev to create a watch process that will rebuild all files to /dist/chrome whenever a file is changed.chrome://extensions/ in Chrome./dist/chrome folder in the project directory.Please note that even though the webpack automatically rebuilds the files, you need to refresh the extension in chrome://extensions/ to load the changes.
The Contentful Sidekick is a helpful Chrome extension for users of Contentful who need to easily find and edit content on complex and nested pages. By adding a sidebar with navigation and edit links, the Sidekick streamlines the content editing process. The installation process requires enabling the Sidekick by adding specific HTML attributes to the desired elements. For developers, a development environment setup is provided, including instructions for loading the extension into Chrome and making changes to the extension files. Overall, the Contentful Sidekick is a useful tool for enhancing the content editing experience.