/ShurrPoint

My repo of useful scripts and notes relating to SharePoint, as well as the rest of the software affiliated w/ Office 365 Business Standard.

Primary LanguagePowerShell

ShurrPoint

My repo of useful scripts and notes relating to SharePoint, as well as the rest of the software affiliated w/ Office 365 Business Standard.

Link to CheatSheets Repo where this started

SP Dashboards

SharePoint Starter Kit

Exploring the Power Apps Toolbar Control: A Game-Changer for App Creation

Effortlessly create sharepoint dashboard

Dope af Repo

another good repo

CMS sharepoint inventory

FUCK YEAH - this dude is my hero

Nice Little Toolkit


Script Samples | SP Starter Kit | Samples by Framework | Teams Samples by Framework Custom Learning Office | Library Component Samples | List Formatting | Office Add-in Samples | PnP Modern Search V4 | PnP Samples | yeet

Github Repos w/ Useful Shit


Argiesson Scripts |

Best Practice Tips

  1. Turn Document Versioning on
  2. Naming configs stick - even changing later, the url remains the same.
  3. do not add spaces when naming libraries or sites.
  4. use metadata rather than folders - keep it flat.
  5. Keep it to 1 type of content per library

Development Resources

SharePoint Tips Repo

  1. Development Team SharePoint Site
  2. Color Theme Creator


Keyboard Shortcuts

##Selection & Cursors

Shortcut | Action

Ctrl + A 	Select all text

Ctrl + D 	Repeatedly press to select all instances of the current word/symbol

Shift + Up/Down/Left/Right 	Select text

Ctrl + Shift + Left/Right 	Select text up to the end of the next word/symbol

Shift + Alt + Left/Right 	Contract/expand the selection up to the start and end of the next code block

Ctrl + L 	Select entire line

Alt + C 	Toggle selection criteria to be case sensitive/insensitive

Alt + R 	Toggle selection criteria to include/exclude regex

Alt + W 	Toggle selection criteria to select whole/partial word matches

Ctrl + Shift + L 	Select all instances of current word/symbol

Ctrl + Left/Right 	Move to next word/symbol

Ctrl + Up/Down 	Scroll the window

Ctrl + Alt + Up/Down 	Create cursors to type on multiple lines at the same position at the same time - this is huge! Since there's no command to comment/uncomment a block of selected text, use this to quickly add a cursor to the start of each line and then type // to bulk comment a paragraph of code.

Ctrl + U 	Repeatedly press to 'unwind' the previously made cursor movements and selections

Tab,Shift + Tab 	Indent or unindent selected lines

Editing

###Shortcut | Action

Alt + Up/Down 	Move currently selected line Up/Down

Shift + Alt + Up/Down 	Duplicate the current line above/below the current line

Ctrl + C 	Copy

Ctrl + F 	Find

Ctrl + G 	Navigate to line

Ctrl + H 	Replace

Ctrl + I 	Open autocomplete dialog

Ctrl + Shift + K 	Remove selected line

Ctrl + S 	Save

Ctrl + V 	Paste

Ctrl + X 	Cut

Ctrl + Y 	Redo

Ctrl + Shift + Z 	Redo

Ctrl + Z 	Undo

Other useful shortcuts

Shortcut | Action

Alt + S 	Quick save

Alt + P 	Save as

Ctrl + Shift + S 	Save as

Ctrl + Shift + P 	Publish

Ctrl + Shift + F 	Search for object/control