Skip to content

Commit

Permalink
Updated icons, created a Shinyapps version, moved statcheck icon to t…
Browse files Browse the repository at this point in the history
…he Review tab in Word
  • Loading branch information
WillemSleegers committed Aug 30, 2020
1 parent cef89a2 commit 63b7195
Show file tree
Hide file tree
Showing 13 changed files with 105 additions and 15 deletions.
24 changes: 9 additions & 15 deletions statcheck-manifest.xml → manifest-local.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
<Id>dadbd5c2-529a-11ea-8d77-2e728ce88125</Id>
<Id>8ccd28a3-3093-4b32-8b95-adccdd7ed1ce</Id>
<Version>1.0.0.0</Version>
<ProviderName>WillemSleegers</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="statcheck-local"/>
<Description DefaultValue="Check yo statistics"/>
<IconUrl DefaultValue="http://127.0.0.1:7775/assets/icon-32.png"/>
<HighResolutionIconUrl DefaultValue="http://127.0.0.1:7775/assets/icon-80.png"/>
<SupportUrl DefaultValue="https://github.com/WillemSleegers/statcheck-word"/>
<Description DefaultValue="A spellchecker for statistics"/>
<IconUrl DefaultValue="http://127.0.0.1:7775/assets/statcheck-80.png"/>
<HighResolutionIconUrl DefaultValue="http://127.0.0.1:7775/assets/statcheck-160.png"/>
<SupportUrl DefaultValue="http://statcheck.io"/>
<AppDomains>
<AppDomain>willemsleegers.com</AppDomain>
</AppDomains>
Expand All @@ -29,14 +29,12 @@
<LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
</GetStarted>
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabHome">
<OfficeTab id="TabReviewWord">
<Group id="Group">
<Label resid="Group.Label" />
<Icon>
<bt:Image size="16" resid="icon-16x16" />
<bt:Image size="32" resid="icon-32x32" />
<bt:Image size="40" resid="icon-40x40" />
<bt:Image size="48" resid="icon-48x48" />
<bt:Image size="64" resid="icon-64x64" />
<bt:Image size="80" resid="icon-80x80" />
</Icon>
Expand All @@ -49,8 +47,6 @@
<Icon>
<bt:Image size="16" resid="icon-16x16" />
<bt:Image size="32" resid="icon-32x32" />
<bt:Image size="40" resid="icon-40x40" />
<bt:Image size="48" resid="icon-48x48" />
<bt:Image size="64" resid="icon-64x64" />
<bt:Image size="80" resid="icon-80x80" />
</Icon>
Expand All @@ -69,22 +65,20 @@
<bt:Images>
<bt:Image id="icon-16x16" DefaultValue="http://127.0.0.1:7775/assets/icon-16.png"/>
<bt:Image id="icon-32x32" DefaultValue="http://127.0.0.1:7775/assets/icon-32.png"/>
<bt:Image id="icon-40x40" DefaultValue="http://127.0.0.1:7775/assets/icon-40.png"/>
<bt:Image id="icon-48x48" DefaultValue="http://127.0.0.1:7775/assets/icon-48.png"/>
<bt:Image id="icon-64x64" DefaultValue="http://127.0.0.1:7775/assets/icon-64.png"/>
<bt:Image id="icon-80x80" DefaultValue="http://127.0.0.1:7775/assets/icon-80.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://www.willemsleegers.com" />
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="http://statcheck.io" />
<bt:Url id="Taskpane.Url" DefaultValue="http://127.0.0.1:7775/" />
</bt:Urls>
<bt:ShortStrings>
<bt:String id="GetStarted.Title" DefaultValue="Get started with statcheck!" />
<bt:String id="Group.Label" DefaultValue="Commands Group" />
<bt:String id="TaskpaneButton.Label" DefaultValue="Statcheck" />
<bt:String id="TaskpaneButton.Label" DefaultValue="statcheck" />
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="GetStarted.Description" DefaultValue="statcheck loaded succesfully. Click the 'Statcheck' button to get started." />
<bt:String id="GetStarted.Description" DefaultValue="statcheck loaded succesfully. Click the 'statcheck' button to get started." />
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to open statcheck" />
</bt:LongStrings>
</Resources>
Expand Down
86 changes: 86 additions & 0 deletions manifest-shinyapps.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
<Id>8772b9c8-cf43-4081-9930-3f48616fcbd0</Id>
<Version>1.0.0.0</Version>
<ProviderName>WillemSleegers</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="statcheck-local"/>
<Description DefaultValue="A spellchecker for statistics"/>
<IconUrl DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/statcheck-80.png"/>
<HighResolutionIconUrl DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/statcheck-160.png"/>
<SupportUrl DefaultValue="http://statcheck.io"/>
<AppDomains>
<AppDomain>willemsleegers.com</AppDomain>
</AppDomains>
<Hosts>
<Host Name="Document"/>
</Hosts>
<DefaultSettings>
<SourceLocation DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/"/>
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
<Hosts>
<Host xsi:type="Document">
<DesktopFormFactor>
<GetStarted>
<Title resid="GetStarted.Title"/>
<Description resid="GetStarted.Description"/>
<LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
</GetStarted>
<ExtensionPoint xsi:type="PrimaryCommandSurface">
<OfficeTab id="TabReviewWord">
<Group id="Group">
<Label resid="Group.Label" />
<Icon>
<bt:Image size="16" resid="icon-16x16" />
<bt:Image size="32" resid="icon-32x32" />
<bt:Image size="64" resid="icon-64x64" />
<bt:Image size="80" resid="icon-80x80" />
</Icon>
<Control xsi:type="Button" id="TaskpaneButton">
<Label resid="TaskpaneButton.Label" />
<Supertip>
<Title resid="TaskpaneButton.Label" />
<Description resid="TaskpaneButton.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="icon-16x16" />
<bt:Image size="32" resid="icon-32x32" />
<bt:Image size="64" resid="icon-64x64" />
<bt:Image size="80" resid="icon-80x80" />
</Icon>
<Action xsi:type="ShowTaskpane">
<TaskpaneId>ShowTaskpaneButton</TaskpaneId>
<SourceLocation resid="Taskpane.Url" />
</Action>
</Control>
</Group>
</OfficeTab>
</ExtensionPoint>
</DesktopFormFactor>
</Host>
</Hosts>
<Resources>
<bt:Images>
<bt:Image id="icon-16x16" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/icon-16.png"/>
<bt:Image id="icon-32x32" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/icon-32.png"/>
<bt:Image id="icon-64x64" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/icon-64.png"/>
<bt:Image id="icon-80x80" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/assets/icon-80.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="http://statcheck.io" />
<bt:Url id="Taskpane.Url" DefaultValue="https://willemsleegers.shinyapps.io/statcheck-word/" />
</bt:Urls>
<bt:ShortStrings>
<bt:String id="GetStarted.Title" DefaultValue="Get started with statcheck!" />
<bt:String id="Group.Label" DefaultValue="Commands Group" />
<bt:String id="TaskpaneButton.Label" DefaultValue="statcheck" />
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="GetStarted.Description" DefaultValue="statcheck loaded succesfully. Click the 'statcheck' button to get started." />
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to open statcheck" />
</bt:LongStrings>
</Resources>
</VersionOverrides>
</OfficeApp>
10 changes: 10 additions & 0 deletions rsconnect/shinyapps.io/willemsleegers/statcheck-word.dcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: statcheck-word
title:
username:
account: willemsleegers
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 2719916
bundleId: 3567525
url: https://willemsleegers.shinyapps.io/statcheck-word/
when: 1598628186.94457
Binary file removed www/assets/icon-16.png
Binary file not shown.
Binary file removed www/assets/icon-32.png
Binary file not shown.
Binary file removed www/assets/icon-80.png
Binary file not shown.
Binary file removed www/assets/logo-filled.png
Binary file not shown.
Binary file added www/assets/statcheck-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/assets/statcheck-160.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/assets/statcheck-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/assets/statcheck-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/assets/statcheck-80.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed www/assets/statcheck-word-icon.psd
Binary file not shown.

0 comments on commit 63b7195

Please sign in to comment.