Customize your SharePoint Column, View or Form Layout Formatting JSON using a full-featured editor instead of the default one.
SP Formatter features:
- Live Preview as you type (no need to click "Preview" button)
- Intellisense (suggestions) based on Column or View formatting schema, CSS styles, replaceable tokens (`@currentField`, list fields with `$` based on the context)
- JSON validation with error messages in the editor
- Help tooltips for JSON properties
- Color highlights
- Line numbers, brace matching, collapsible regions
- Hotkeys: search, replace, format document, go to line and others available for monaco-editor
- Easily switch between default and enhanced editor
- VSCode integration
- Full screen mode
Supported platforms:
- SharePoint Online
- SharePoint 2019 (through a separate extension, read more https://github.com/pnp/sp-formatter/blob/master/sp2019/README.md)
PRIVACY POLICY
SP Formatter does not collect nor store any personal data.
CHANGELOG:
https://github.com/pnp/sp-formatter/blob/master/web-extension/CHANGELOG.md
Latest reviews
- (2020-07-23) Robert Martin: Great extension!
- (2019-12-06) Denis Molodtsov: I love this extension. Saves a ton of time and I can install it in a few clicks on any machine. Thank you!
- (2019-06-12) Joe PC: Thanks, Sergei! I was thinking about doing this using CodeMirror. Now I don't have to! This meets a sore need and enhances the experience with immediate feedback without saves. No more need to copy/paste back & forth to VSCode! Curious if the Excel-Like "calculated" checks could be highlighted somehow. I have IFs inside of IFs inside of IFs. Or simply just parentheses matching for now?