Skip to content

Instantly share code, notes, and snippets.

@porcelli
Created June 26, 2013 00:55
Show Gist options
  • Save porcelli/5863854 to your computer and use it in GitHub Desktop.
Save porcelli/5863854 to your computer and use it in GitHub Desktop.
$registerPerspective({
"id": "Markdown Editor",
"view": {
"parts": [
{
"place": "MarkdownLiveViewer",
"parameters": {}
}
],
"panels": [
{
"width": 600,
"min_width": 300,
"position": "west",
"parts": [
{
"place": "MarkdownLiveEditor",
"parameters": {}
}
]
}
]
},
on_close: function () {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment