Skip to content

eduardoEB-dev/sp-editor

 
 

Repository files navigation

SP Editor for Microsoft Edge

This is total re-write of SP Editor Extension using React, Office UI Fabric and Ionic. This Extension is installable to Microsoft Edge from Microsoft Edge Addons. Not all features has been ported yet, but I think feature parity will be set during H1. When that happens, Chrome SP Editor will be updated to the same code base.

SP Editor

If you want to chip in by porting features or even creating new ones, here is a quide how to get started contributing.

running locally with watch mode

git clone https://github.com/pnp/sp-editor.git # clone the project
cd sp-editor # go to the folder
npm i # install dependencies
cd iframe-sandbox-app # go to the iframe app folder
npm i # install dependencies
cd .. # got back to root
npm run watch # build and start watch mode
code . # open vscode

When Watch is running, open Microsoft Edge and select Extensions from the menu

Enable Developer Mode

Load Unpacked Extension, select the build folder of the project

If all good, the local build extension will show up

Now you can open a SharePoint site, open devtools and select SharePoint tab. Press the reload button to reload extension after making code changes.

To inspect the Extension, you can open the extension devtool by right clicking and selecting Inspect and you can see the dom/console/sources/etc of the extension.

About

SP Editor is SharePoint Development Power Tool browser extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.9%
  • TypeScript 20.7%
  • Other 0.4%