Skip to content

Commit

Permalink
convert to a bundle plugin to get the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 30, 2022
1 parent f747c0b commit f15e7f9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
1 change: 1 addition & 0 deletions Linear.omnifocusjs/Resources/en.lproj/manifest.strings
@@ -0,0 +1 @@
"zone.bytes.linear" = "OmniFocus + Linear";
5 changes: 5 additions & 0 deletions Linear.omnifocusjs/Resources/en.lproj/pull.strings
@@ -0,0 +1,5 @@
"label" = "Pull from Linear";
"shortLabel" = "Pull";
"mediumLabel" = "Pull from Linear";
"longLabel" = "Pull Tasks from Linear";
"paletteLabel" = "Pull";
Binary file added Linear.omnifocusjs/Resources/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 0 additions & 12 deletions Pull from Linear.omnijs → Linear.omnifocusjs/Resources/pull.js
@@ -1,15 +1,3 @@
/*{
"author": "Brian Hicks",
"targets": ["omnifocus"],
"type": "action",
"identifier": "zone.bytes.linear.pull",
"version": "0.1",
"description": "Pull assigned tasks from Linear, creating projects and tags as necessary",
"label": "Pull from Linear",
"mediumLabel": "Pull from Linear",
"longLabel": "Pull from Linear",
"paletteLabel": "Pull from Linear",
}*/
(() => {
let creds = new Credentials();

Expand Down
13 changes: 13 additions & 0 deletions Linear.omnifocusjs/manifest.json
@@ -0,0 +1,13 @@
{
"author": "Brian Hicks",
"identifier": "zone.bytes.linear",
"defaultLocale": "en",
"version": "1.0",
"description": "Work with Linear from OmniFocus",
"actions": [
{
"image": "icon.png",
"identifier": "pull"
}
]
}

0 comments on commit f15e7f9

Please sign in to comment.