├── .vscode
└── settings.json
├── LICENSE
├── README.md
├── images
├── FliCon.png
├── FlyView.png
├── Formatter.png
├── LookBook.png
├── Modern-SPO-Classess.png
├── SPSearchQueryTool.png
├── UI-Fabric-Theme-Designer.png
├── Untimate-list-Hugo.png
├── campljs.png
├── cisar.png
├── columnFormatter.png
├── generator-spfx.png
├── jsonViewer.png
├── modHeader.png
├── pnp-generator-spfx.png
├── sp-formatter.png
├── spGo .png
├── spGo.png
├── spInsider.png
├── speditor.png
├── sppp-generator.png
└── sptyped-item.png
├── more-tools
├── README.md
└── images
│ ├── mockaroo.png
│ └── xmlTree.png
└── scripts
├── Azure Function App for webhook
├── Function App.cs
├── README.MD
└── images
│ ├── appSettings.png
│ ├── appsecrets.png
│ ├── binFolder.png
│ ├── csomDll.png
│ ├── functionApp.png
│ ├── functionUrl.png
│ ├── functionUrl.png.png
│ ├── kudu.png
│ ├── kuduPS.png
│ ├── kuduSite.png
│ ├── reigsterWebhook.png
│ └── uploadeCsom.png
├── Cisar-CSR
├── README.md
├── images
│ └── cisarStyles.png
├── pie-chart.css
└── sample-styling.js
├── SP Editor
├── README.MD
├── assign-alternate-css.ts
└── generate-test-data.ts
├── camljs-console
├── README.MD
└── images
│ ├── camljs-console-sample.png
│ └── camljs-live-preview.png
└── column-formatter
├── README.MD
└── images
└── columnFormatterSample.png
/.vscode/settings.json:
--------------------------------------------------------------------------------
1 | {
2 | "workbench.colorCustomizations": {
3 | "activityBar.background": "#65c89b",
4 | "activityBar.foreground": "#15202b",
5 | "activityBar.inactiveForeground": "#15202b99",
6 | "activityBarBadge.background": "#945bc4",
7 | "activityBarBadge.foreground": "#e7e7e7",
8 | "titleBar.activeBackground": "#42b883",
9 | "titleBar.inactiveBackground": "#42b88399",
10 | "titleBar.activeForeground": "#15202b",
11 | "titleBar.inactiveForeground": "#15202b99",
12 | "statusBar.background": "#42b883",
13 | "statusBarItem.hoverBackground": "#359268",
14 | "statusBar.foreground": "#15202b",
15 | "activityBar.activeBackground": "#65c89b",
16 | "activityBar.activeBorder": "#945bc4",
17 | "commandCenter.border": "#15202b99",
18 | "sash.hoverBorder": "#65c89b",
19 | "statusBarItem.remoteBackground": "#42b883",
20 | "statusBarItem.remoteForeground": "#15202b"
21 | },
22 | "peacock.color": "#42b883"
23 | }
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2018 Denis Molodtsov
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # SharePoint productivity tools
2 |
3 | List of popular productivity tools for SharePoint.
4 |
5 | # List of Free Tools
6 |
7 | Sample scripts and files are also included in the [/scripts/ folder](/scripts/).
8 |
9 |
10 | ## Chrome extensions
11 | | Name | Image | Description
12 | | ---- | ----- | ------------------ |
13 | | [FlyView](https://chrome.google.com/webstore/detail/flyview-for-sharepoint-an/blmfdjjomajmejdkdbcabhgfonkhfaam) |  | Explore SharePoint sites with this super-fast SharePoint navigation plugin, supports SharePoint Online (Office 365) and on-premises
14 | | [SP Insider](https://chrome.google.com/webstore/detail/sp-insider/gjckpigahcbffmeofjfedlffddhfidhj?hl=en) |  | SP Insider (SPI) for Chrome is a free SharePoint Discovery tool for Developers and supports SharePoint Online/Office 365, 2016 and 2013. |
15 | | [Cisar](https://chrome.google.com/webstore/detail/cisar/nifbdojdggkboiifaklkamfpjcmgafpo?hl=en) |  | SharePoint CSR Live Edit. It makes process of creating SharePoint Client Side Rendering customizations many times faster. The customizations will be applied as-you-type to the underlying SharePoint page. |
16 | | [Caml JS Console](https://chrome.google.com/webstore/detail/camljs-console/ohjcpmdjfihchfhkmimcbklhjdphoeac?hl=en) |  | CamlJS Console with live preview. Free and open source development console for creating SharePoint CAML queries, with live preview against real lists and libraries. Uses CamlJs syntax. |
17 | | [SP Editor](https://chrome.google.com/webstore/detail/sp-editor/ecblfcmjnbbgaojblcpmjoamegpbodhd?hl=en) |  | This tool will help you create amazing SharePoint applications fast from your browser from any computer which runs Chrome! |
18 | | [SP Formatter](https://chrome.google.com/webstore/detail/sp-formatter/fmeihfaddhdkoogipahfcjlicglflkhg?hl=en) |  | Chrome extension. Customize your SharePoint Column or View Formatting JSON using full-featured editor instead of default one. |
19 | | [ModHeader](https://chrome.google.com/webstore/detail/modheader/idgpnmonknjnojddfkpgkljpfnnfcklj?hl=en) |  | Chrome extension. Use it to inject `Accept: application/json;odata=verbose` header. Forces SharePoint REST endpoints to return JSON instead of XML. Use it together with the [JSON Viewer](https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh) extension for the best effect. |
20 | | [JSON Viewer](https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh) |  | Chrome extension. The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen |
21 |
22 |
23 | ## SPFx webparts
24 | | Name | Image | Description
25 | | ---- | ----- | ------------------ |
26 | | [Column formatter](https://github.com/SharePoint/sp-dev-solutions/tree/master/solutions/ColumnFormatter) |  | SPFx webpart. Full power of VS Code editing while providing easy to use templates and wizards all within the browser! The goal is to make writing and applying Column Formatting easier and quicker for both developers and end users. |
27 |
28 |
29 |
30 | ## Yeoman generators
31 | | Name | Image | Description
32 | | ---- | ----- | ------------------ |
33 | | [SPPP Generator](https://github.com/koltyakov/generator-sppp) |  | Yeoman generator for SharePoint - lets you quickly set up a project with sensible defaults for pulling and pushing files between SharePoint asset library and local projects sources. |
34 | | [PnP SPFx generator](https://github.com/pnp/generator-spfx) |  | This Yeoman generator provides improved governance for SharePoint Framework projects. It extends the out of the box Yeoman generator from Microsoft (@microsoft/generator-sharepoint) with recommended patterns and additional capabilities. |
35 |
36 |
37 | ## VS Code plugins
38 | | Name | Image | Description
39 | | ---- | ----- | ------------------ |
40 | | [SP Go](https://marketplace.visualstudio.com/items?itemName=SiteGo.spgo) |  | VS Code extension. Develop SharePoint web solutions from your local PC using the power of Visual Studio Code. Now you can build SharePoint sites and customizations source-control first with all of the power of a top-tier IDE. Produce cleaner code, deliver faster. |
41 | | [SharePoint Typed Item](https://marketplace.visualstudio.com/items?itemName=s-kainet.sharepoint-typed-item) |  | VS Code extension. Generates TypeScript interfaces based on SharePoint data. A high quality, must-have extension developed by Sergei Sergeev. Quote from one of the users: "I followed the configuration steps and managed to get the extension working in a matter of minutes, having the ability to read/build the types directly from SharePoint.WOW, what a timesaver!!!!!!!!" |
42 |
43 |
44 | ## Windows apps
45 | | Name | Image | Description
46 | | ---- | ----- | ------------------ |
47 | | [SharePoint Search Query Tool](https://github.com/SharePoint/PnP-Tools/tree/master/Solutions/SharePoint.Search.QueryTool) |  | Learn how to build an HTTP POST query, and how the different parameters should be formatted. |
48 |
49 |
50 | ## Online apps
51 |
52 | | Name | Image | Description
53 | | ---- | ----- | ------------------ |
54 | | [UI Fabric Theme Designer](https://fabricweb.z5.web.core.windows.net/pr-deploy-site/refs/pull/8933/merge/theming-designer/index.html) | | By far the best way to generate modern Theme for SharePoint Online |
55 | | [Reusable SPO CSS classess](https://zerg00s.github.io/sp-modern-classes) |  | Reusable SharePoint Online CSS Classess for Modern UI. You can use it to develop column formatting customizations or your custom SPFx webparts. |
56 | | [SharePoint List Form Designer](https://form.challigan.com) |  | If you wish to customize the aesthetic of your SharePoint form without the usage of Power Apps, color coordination, icons, form field sections, and a footer can be added with ease. There is a free tool created by Carl Halligan that offers a visual demonstration of this process, which can be found at https://form.challigan.com |
57 | | [SharePoint Site Designer](https://www.sitedesigner.io) |  | Visual browser-based tool by [David Go](https://github.com/site) for creating site scripts. This tool is amazing and really makes site scripts more accessible. |
58 | | [List Formatting Samples](https://pnp.github.io/List-Formatting)| | You can use List Formatting to customize how fields and views in SharePoint lists and libraries are displayed. List Formatting is applied by constructing a JSON object that describes the elements that are displayed for a field or view and the styles to be applied to those elements. |
59 | | [HTML To Formatter](https://pnp.github.io/List-Formatting/tools/html-formatter-generator/)| | Most developers are used to writing HTML rather than JSON. This tool can help building a formatter from a given HTML. You can even put in some CSS to get inline styles populated. This tool does not recognize expressions, but you can write expression strings in place of any attribute value and it will be put as-is on the generated JSON. |
60 | | [Flicon - Fluent UI Icon Search](https://www.flicon.io) | | This tool is using icons from @fluentui The set of icons is always growing. |
61 | |[SharePoint look book](https://lookbook.microsoft.com/#templates)| | Discover the modern experiences you can build with SharePoint in Microsoft 365. |
62 |
63 |
64 | ### Which tools should I use?
65 |
66 | | Old tool | Suggested alternative |
67 | | -------- | --------------------- |
68 | | SharePoint Designer 2013 | SP Editor, SP Go, SPPP Generator |
69 | | SharePoint Manager 2013 | SP Insider |
70 | | U2U Caml builder| Caml JS Console |
71 |
72 |
73 | ## Even more awesome tools
74 | ### Ultimate Developer Tool List for SPFx
75 | [](https://tahoeninjas.blog/2019/03/14/ultimate-developer-tool-list-for-spfx/)
76 |
77 | [Ultimate Developer Tool List for SPFx](https://tahoeninjas.blog/2019/03/14/ultimate-developer-tool-list-for-spfx/). Fantastic list of productivity tools by [Hugo Bernier, @bernierh](https://twitter.com/bernierh?lang=en).
78 |
79 | ### Other
80 | [Other, non-SharePoint tools](more-tools/RAEDME.md)
81 |
--------------------------------------------------------------------------------
/images/FliCon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/FliCon.png
--------------------------------------------------------------------------------
/images/FlyView.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/FlyView.png
--------------------------------------------------------------------------------
/images/Formatter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/Formatter.png
--------------------------------------------------------------------------------
/images/LookBook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/LookBook.png
--------------------------------------------------------------------------------
/images/Modern-SPO-Classess.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/Modern-SPO-Classess.png
--------------------------------------------------------------------------------
/images/SPSearchQueryTool.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/SPSearchQueryTool.png
--------------------------------------------------------------------------------
/images/UI-Fabric-Theme-Designer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/UI-Fabric-Theme-Designer.png
--------------------------------------------------------------------------------
/images/Untimate-list-Hugo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/Untimate-list-Hugo.png
--------------------------------------------------------------------------------
/images/campljs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/campljs.png
--------------------------------------------------------------------------------
/images/cisar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/cisar.png
--------------------------------------------------------------------------------
/images/columnFormatter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/columnFormatter.png
--------------------------------------------------------------------------------
/images/generator-spfx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/generator-spfx.png
--------------------------------------------------------------------------------
/images/jsonViewer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/jsonViewer.png
--------------------------------------------------------------------------------
/images/modHeader.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/modHeader.png
--------------------------------------------------------------------------------
/images/pnp-generator-spfx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/pnp-generator-spfx.png
--------------------------------------------------------------------------------
/images/sp-formatter.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/sp-formatter.png
--------------------------------------------------------------------------------
/images/spGo .png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/spGo .png
--------------------------------------------------------------------------------
/images/spGo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/spGo.png
--------------------------------------------------------------------------------
/images/spInsider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/spInsider.png
--------------------------------------------------------------------------------
/images/speditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/speditor.png
--------------------------------------------------------------------------------
/images/sppp-generator.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/sppp-generator.png
--------------------------------------------------------------------------------
/images/sptyped-item.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/images/sptyped-item.png
--------------------------------------------------------------------------------
/more-tools/README.md:
--------------------------------------------------------------------------------
1 | # Extra SharePoint produtivity tools
2 |
3 | What can I say? Here it goes a bigger list of tools for SharePoint
4 |
5 | ---
6 | ## List of Tools
7 |
8 | | Name | Image | Description
9 | | ---- | ----- | ------------------ |
10 | |[XML Tree](https://chrome.google.com/webstore/detail/xml-tree/gbammbheopgpmaagmckhpjbfgdfkpadb)|  | Displays XML data in a user friendly way. SharePoint REST API returns an XML by default. If for some reason, you are OK with XML and you want to make this XML user friendly - use [XML tree](https://chrome.google.com/webstore/detail/xml-tree/gbammbheopgpmaagmckhpjbfgdfkpadb). |
11 | | [Mockaroo](Mockaroo) |  | Generates realistic mock data in any popular format such as JSON or CSV. JSON format is excellent when you are using PnPjs or PowerShell PnP |
12 |
13 |
--------------------------------------------------------------------------------
/more-tools/images/mockaroo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/more-tools/images/mockaroo.png
--------------------------------------------------------------------------------
/more-tools/images/xmlTree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Zerg00s/productivity-tools/351327ee6042b7a9f2143cc4fb30bfd0d03e1479/more-tools/images/xmlTree.png
--------------------------------------------------------------------------------
/scripts/Azure Function App for webhook/Function App.cs:
--------------------------------------------------------------------------------
1 | #r "Newtonsoft.Json"
2 | #r "Microsoft.WindowsAzure.Storage"
3 | #r "Microsoft.SharePoint.Client.Runtime.dll"
4 | #r "Microsoft.SharePoint.Client.dll"
5 |
6 | using System;
7 | using System.Net;
8 | using Newtonsoft.Json;
9 | using Microsoft.SharePoint.Client;
10 | using Microsoft.SharePoint.Client.Utilities;
11 | using Microsoft.WindowsAzure;
12 | using Microsoft.WindowsAzure.Storage;
13 | using Microsoft.WindowsAzure.Storage.Queue;
14 | public static async Task