Skip to content

Commit

Permalink
Initial Commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
exevil committed Nov 25, 2016
0 parents commit b7f3595
Show file tree
Hide file tree
Showing 7 changed files with 517 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@

Ignore/

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions Export All Text.sketchplugin/Contents/Sketch/manifest.json
@@ -0,0 +1,25 @@
{
"author" : "",
"commands" : [
{
"script" : "script.cocoascript",
"name" : "Export text from Page...",
"handlers" : {
"run" : "onRun"
},
"identifier" : "com.bohemiancoding.sketch.runscriptidentifier"
}
],
"menu" : {
"items" : [
"com.bohemiancoding.sketch.runscriptidentifier"
],
"title" : "Export text from Page...",
"isRoot" : true,
},
"identifier" : "com.example.sketch.f16cc26a-dbde-49e7-8abd-4d81585247df",
"version" : "1.0",
"description" : "",
"authorEmail" : "",
"name" : "Export All Text"
}

0 comments on commit b7f3595

Please sign in to comment.