This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<WebPart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/WebPart/v2"> | |
<Title>Automagic Table of Contents</Title> | |
<FrameType>Standard</FrameType> | |
<Description>This web part renders headlines for SharePoint 2010 wiki pages. (by Timo Litzbarski)</Description> | |
<IsIncluded>true</IsIncluded> | |
<ZoneID>Bottom</ZoneID> | |
<PartOrder>1</PartOrder> | |
<FrameState>Normal</FrameState> | |
<Height /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<WebPart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/WebPart/v2"> | |
<Title>Incoming Links</Title> | |
<FrameType>Standard</FrameType> | |
<Description>This web part renders the Incoming Links for SharePoint 2010 wiki pages. (by Timo Litzbarski)</Description> | |
<IsIncluded>true</IsIncluded> | |
<ZoneID>Bottom</ZoneID> | |
<PartOrder>1</PartOrder> | |
<FrameState>Normal</FrameState> | |
<Height /> |