In SharePoint there used to be a ‘copy shortcut’ option in the right-click menu on a document. This feature is not available currently. Now we need to go to the share sub-menu to get a link to the document, but what is offered there is the docidredir link, not the full path.
This SPFx extension opens a dialog where the user can see the document full path. The Email Link button helps the user to share the link via default email client.
Used SharePoint Framework Version
SPFx v1.6
Applies to
Solution | react-command-email-url |
---|---|
Author(s) | Joseph Velliah |
Version history
Version | 1.0 |
---|---|
Date | October 20, 2018 |
Comments | Initial release |
Disclaimer
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
Minimal Path to Awesome
- Clone this repository
- Open serve.json file under config folder. Update PageUrl to the URL of the list you wish to test.
- Move to folder where this readme exists
- In the command window run:
npm install
gulp serve
Features
This project contains SharePoint Framework extensions that illustrates the following features:
- Command extension
- Office UI Fabric React
Notice. This sample is designed to be used in debug mode and does not contain automatic packaging setup for the “production” deployment.