convert to a bundle plugin to get the icon

picker-v2
Brian Hicks 2022-08-30 16:09:58 -05:00
parent f747c0b92c
commit f15e7f92e7
Signed by: brian
GPG Key ID: C4F324B9CAAB0D50
5 changed files with 19 additions and 12 deletions

View File

@ -0,0 +1 @@
"zone.bytes.linear" = "OmniFocus + Linear";

View File

@ -0,0 +1,5 @@
"label" = "Pull from Linear";
"shortLabel" = "Pull";
"mediumLabel" = "Pull from Linear";
"longLabel" = "Pull Tasks from Linear";
"paletteLabel" = "Pull";

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -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();

View File

@ -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"
}
]
}