All Projects → andrei-markeev → camljs-console

andrei-markeev / camljs-console

Licence: Unlicense license
Chrome extension, that provides a CamlJs console for creating SharePoint CAML queries right in browser, with live data preview.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to camljs-console

sp-formatter
SharePoint formatter Chromium Edge and Google Chrome browser extension
Stars: ✭ 26 (-27.78%)
Mutual labels:  sharepoint
List-Formatting
List Formatting Samples for use in SharePoint and Microsoft Lists
Stars: ✭ 1,227 (+3308.33%)
Mutual labels:  sharepoint
BlazorPoint
Blazor (Client Side) on SharePoint
Stars: ✭ 40 (+11.11%)
Mutual labels:  sharepoint
vbo365-rest-self-service
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 24 (-33.33%)
Mutual labels:  sharepoint
SPOMod
SharePoint Module for managing lists, items and files. The module is a massive work comprising over 3000 lines of code and 50 SharePoint Online cmdlets for managing: lists list columns list items files content type taxonomy
Stars: ✭ 20 (-44.44%)
Mutual labels:  sharepoint
mvp-monitor
📊 Microsoft MVPs Monitor
Stars: ✭ 30 (-16.67%)
Mutual labels:  sharepoint
Office365dev
《Office 365 开发入门指南》,本书已经于2018年9月份由北京大学出版社上市发行,可以通过 http://product.dangdang.com/25347066.html 进行购买。配套视频教程于2019年2月在网易云课堂上架,你可以通过 https://aka.ms/office365devlesson 参加学习,教程相关的参考资料、范例代码、相关链接,请访问 https://github.com/chenxizhang/office365dev/tree/master/lessons
Stars: ✭ 228 (+533.33%)
Mutual labels:  sharepoint
O365 SPO PowerShellScripts
PowerShell scripts related to SharePoint Online in Microsoft 365
Stars: ✭ 22 (-38.89%)
Mutual labels:  sharepoint
vbo365-rest
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 44 (+22.22%)
Mutual labels:  sharepoint
productivity-tools
List of popular productivity tools for SharePoint
Stars: ✭ 26 (-27.78%)
Mutual labels:  sharepoint
camljs
Library for creating SharePoint CAML queries client-side. For JSOM, REST or SPServices.
Stars: ✭ 77 (+113.89%)
Mutual labels:  sharepoint
cisar
SharePoint CSR Live Editor (Chrome extension)
Stars: ✭ 73 (+102.78%)
Mutual labels:  sharepoint
Awesome-SharePoint-Node.js
A collection of libraries and tools for Node.js runtime dealing with SharePoint
Stars: ✭ 85 (+136.11%)
Mutual labels:  sharepoint
gulp-spsync-creds
Gulp plugin for synchronizing local files with a SharePoint library via user credentials
Stars: ✭ 12 (-66.67%)
Mutual labels:  sharepoint
sp-pnp-node
SharePoint JavaScript Core Library wrapper helper for Node.js
Stars: ✭ 25 (-30.56%)
Mutual labels:  sharepoint
react-taxonomypicker
A Taxonomy Picker control built with TypeScript for React. Built for use in Office 365 / SharePoint
Stars: ✭ 23 (-36.11%)
Mutual labels:  sharepoint
SharePoint-Security
A Github Repository Created to compliment a BSides Canberra 2018 talk on SharePoint Security.
Stars: ✭ 42 (+16.67%)
Mutual labels:  sharepoint
smartCAML
Build SharePoint Caml queries faster and easier using designer
Stars: ✭ 19 (-47.22%)
Mutual labels:  sharepoint
node-sp-auth-config
🔧 Config options builder for node-sp-auth (SharePoint Authentication in Node.js)
Stars: ✭ 20 (-44.44%)
Mutual labels:  sharepoint
SharePoint-Patch-Script
An updated version of Russ Maxwell's "5 hour" SharePoint Patch Script supporting SharePoint 2013, 2016, and 2019.
Stars: ✭ 48 (+33.33%)
Mutual labels:  sharepoint

CamlJs-Console

Google chrome browser extension that provides a console for creating CamlJS queries right from browser, with live data preview.

Installing

Extension is available from Chrome Web Store.

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 camljs-console source code

Using

Navigate to your portal (any page), open the console, and start creating CamlJs queries.

caml is generated based on camljs code

Intellisense:

autocomplete and intellisense is available

After query is ready, select a list to test upon, and you'll get the live data preview:

live preview shows data from your SharePoint lists

Some more usage notes

At the moment, you cannot directly interact with the underlying SharePoint portal via the CamlJs code editor window, but otherwise, any valid JS code will be processed. E.g. you can use arrays, functions and so on:

dynamic queries

Intellisense is enhanced with fields of the list, that you're querying against.

fields intellisense

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].