You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Current features include:
27
27
All functions tested in Windows on the latest Office at that moment in time.
28
28
29
29
The add in will work in OS X, with some minor issues:
30
-
* Some icons will not show correctly in the ribbon (underlying functionality will work). Custom icons for Instrumenta are on the backlog.
30
+
* Some icons are not the same as in the Windows-version. Microsoft Office does not support all icons from Windows on the Mac platform.
31
31
**Export to E-mail (as PPT or PDF)*, *Export storyline to Word* and *Export slide notes to Word* are supported but require installation of an AppleScript-file due to OS X sandbox. See installation instructions below.
32
32
33
33
As stated in the license: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -42,7 +42,7 @@ Instrumenta is a Visual Basic for Applications (VBA) add-in that can be installe
42
42
43
43
## Windows
44
44
You can save the add-in to your PC and then install the add-in by adding it to the Available Add-Ins list:
45
-
- Download the add-in file (https://github.com/iappyx/Instrumenta/raw/main/bin/Instrumenta%20Powerpoint%20Toolbar.ppam) and save it in a fixed location
45
+
- Download the add-in file in the latest release (https://github.com/iappyx/Instrumenta/releases/download/1.0/Instrumenta.Powerpoint.Toolbar.ppam) or the latest beta (https://github.com/iappyx/Instrumenta/raw/main/bin/Instrumenta%20Powerpoint%20Toolbar.ppam) and save it in a fixed location
46
46
- Open Powerpoint, click the File tab, and then click Options
47
47
- In the Options dialog box, click Add-Ins.
48
48
- In the Manage list at the bottom of the dialog box, click PowerPoint Add-ins, and then click Go.
@@ -55,14 +55,14 @@ You can save the add-in to your PC and then install the add-in by adding it to t
55
55
56
56
## Mac
57
57
You can save the add-in to your Mac and then install the add-in by adding it to the Add-Ins list:
58
-
- Download the add-in file (https://github.com/iappyx/Instrumenta/raw/main/bin/Instrumenta%20Powerpoint%20Toolbar.ppam) and save it in a fixed location
58
+
- Download the add-in file in the latest release (https://github.com/iappyx/Instrumenta/releases/download/1.0/Instrumenta.Powerpoint.Toolbar.ppam) or the latest beta (https://github.com/iappyx/Instrumenta/raw/main/bin/Instrumenta%20Powerpoint%20Toolbar.ppam) and save it in a fixed location
59
59
- Open Powerpoint, click Tools in the application menu, and then click Add-ins...
60
60
- In the Add-Ins dialog box, click the + button, browse for the add-in file, and then click Open.
61
61
- Click Ok to close the Add-ins dialog box
62
62
- There now should be an "Instrumenta" page in the Powerpoint ribbon
63
63
64
64
Additional optional steps to enable export to Outlook and Word:
65
-
- Download the AppleScript file (https://github.com/iappyx/Instrumenta/raw/main/bin/InstrumentaAppleScriptPlugin.applescript)
65
+
- Download the AppleScript file (https://github.com/iappyx/Instrumenta/releases/download/1.0/InstrumentaAppleScriptPlugin.applescript)
66
66
- Copy the AppleScript file to *~/Library/Application Scripts/com.microsoft.Powerpoint/*
67
67
- Please note that this is in the library folder of the *current user*. If the folder does not exist, create it.
68
68
- In some cases a reboot of your Mac might be required
0 commit comments