You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/extensions/overview-extensions.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Overview of SharePoint Framework Extensions (preview)
2
2
3
-
SharePoint Framework Extensions let developers extend the user experience of SharePoint, including ways to customize more facets of the SharePoint experience, including notification areas, the toolbars of SharePoint, and the views of list data. SharePoint Framework extensions are available for testing through Office 365 Developer Tenants during preview and later cross all of the tenants, when they will GA.
3
+
SharePoint Framework Extensions let developers extend the user experience of SharePoint, providing ways to customize more facets of the SharePoint experience including notification areas, the toolbars of SharePoint, and the views of list data. SharePoint Framework extensions are available for testing through Office 365 Developer Tenants during preview and later across all tenants, when they reach GA.
4
4
5
-
> You can get free Office 365 Developer Tenant by subscribing to [Office 365 Developer Program](http://dev.office.com/devprogram).
5
+
> You can get a free Office 365 Developer Tenant by subscribing to the[Office 365 Developer Program](http://dev.office.com/devprogram).
6
6
7
-
SharePoint Framework Extensions add new capabilities to extend the user experience of SharePoint within modern pages and document libraries, while leveraging the familiar tools and libraries for client-side development coming from the SharePoint Framework. Specifically, SharePoint Framework includes three new Extension types:
7
+
SharePoint Framework Extensions add new capabilities to extend the user experience of SharePoint within modern pages and document libraries, while leveraging the familiar tools and libraries for client-side development coming from the SharePoint Framework. Specifically, the SharePoint Framework includes three new Extension types:
8
8
9
9
-**ApplicationCustomizers** allow developers to add script to the page, as well as access well-known HTML element placeholders and extend them with custom renderings
10
10
-**FieldCustomizers** can be used to provide modified views to data for fields within a list
@@ -13,17 +13,17 @@ SharePoint Framework Extensions add new capabilities to extend the user experien
13
13
In addition to plain JavaScript projects, you can build extensions alongside common scripting frameworks, such as AngularJS and React. For example, you can use React along with components from Office UI Fabric React to quickly create experiences based on the same components used in Office 365.
14
14
15
15
## Getting started
16
-
If you have not yet installed SharePoint Framework, please have a look on following tutorial to ready for SharePoint Framework development.
16
+
If you have not yet installed the SharePoint Framework, please have a look at the following tutorial to get ready for SharePoint Framework development:
17
17
18
18
*[Setup your development environment](../set-up-your-development-environment)
19
19
20
-
If you have already previously installed SharePoint Framework, please execute following command to update your Yeoman templates with the latest version.
20
+
If you have already installed the SharePoint Framework, please execute the following command to update your Yeoman templates with the latest version:
21
21
22
22
```
23
23
npm install -g @microsoft/generator-sharepoint
24
24
```
25
25
26
-
Get started with the tutorials around SharePoint Framework Extension development
26
+
Get started with the tutorials for SharePoint Framework Extension development:
27
27
28
28
*[Build your first SharePoint SharePoint Extension (Hello World part 1)](./get-started/build-a-hello-world-extension)
29
29
@@ -34,8 +34,8 @@ To keep track of improvements to the SharePoint Framework, including extensions
34
34
*[@SharePoint](https://twitter.com/sharepoint) and [@OfficeDev](https://twitter.com/officedev) on Twitter
SharePoint Framework Extensions preview release is available to provide SharePoint engineering feedback around the planned capabilities and functionalities. Please use the following resources to start discussion with SharePoint engineering.
37
+
## Provide feedback during preview
38
+
SharePoint Framework Extensions preview release is available to provide SharePoint engineering feedback around the planned capabilities and functionalities. Please use the following resources to start discussions with SharePoint engineering:
39
39
40
40
-[sp-dev-docs repository issue list](https://github.com/SharePoint/sp-dev-docs/issues) - Questions, Issues and comments
41
41
*[SharePoint StackExchange](http://sharepoint.stackexchange.com/) (please use [#spfx](http://sharepoint.stackexchange.com/tags/spfx/), [#spfx-extensions](http://sharepoint.stackexchange.com/tags/spfx-extensions/), and [#spfx-tooling](http://sharepoint.stackexchange.com/tags/spfx-tooling/) tags)
0 commit comments