https://github.com/andrei-markeev/cisar
SharePoint CSR Live Editor (Chrome extension)
https://github.com/andrei-markeev/cisar
chrome-extensions sharepoint
Last synced: 3 months ago
JSON representation
SharePoint CSR Live Editor (Chrome extension)
- Host: GitHub
- URL: https://github.com/andrei-markeev/cisar
- Owner: andrei-markeev
- License: unlicense
- Created: 2015-02-05T19:43:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T22:50:00.000Z (over 9 years ago)
- Last Synced: 2025-05-05T21:48:54.930Z (about 1 year ago)
- Topics: chrome-extensions, sharepoint
- Language: JavaScript
- Homepage:
- Size: 4.86 MB
- Stars: 73
- Watchers: 29
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cisar
=====
Google Chrome browser extension that adds a tab to Developer Tools, where you can create SharePoint Client Side Rendering customizations and they will be applied as-you-type to the underlying page.

Installing
----------
Extension is available [on Chrome WebStore](https://chrome.google.com/webstore/detail/cisar/nifbdojdggkboiifaklkamfpjcmgafpo).
Alternatively, you can install it manually from the source code:
1. Download the source code archive from GitHub and unpack it to some folder
2. Check the "Developer mode" checkbox on the extensions page
3. Click [Load unpacked extension...] button
4. Select folder with the Cisar source code
Using
-----
1. Navigate to your SharePoint portal, to the page where you have list view or list form or search results webpart that you want to customize.
2. Open Developer Tools window (F12).
3. Switch to "Cisar" tab
4. Either create a new file or select existing one in the left side panel
5. Start writing customizations
Roadmap
-------
1. Add support for creating Display Templates and attaching them to webparts