Skip to content

Commit

Permalink
Merge pull request #145 from jenmawe/episode02_plugin
Browse files Browse the repository at this point in the history
Update 02-top-level-menu-features.md
  • Loading branch information
abigailsparling authored Aug 8, 2024
2 parents da281e0 + 235b112 commit c9961d6
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions episodes/02-top-level-menu-features.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
title: Getting Started with MarcEdit
teaching: 20
teaching: 17
exercises: 3
---

::::::::::::::::::::::::::::::::::::::: objectives

- Locate top level menu features
- Explain the top level menu features
- Locate top-level menu features
- Explain the top-level menu features

::::::::::::::::::::::::::::::::::::::::::::::::::

:::::::::::::::::::::::::::::::::::::::: questions

- How is MarcEdit organized?
- What are the top level features?
- Where are the top level features located?
- What are the top-level features?
- Where are the top-level features located?

::::::::::::::::::::::::::::::::::::::::::::::::::

Expand All @@ -27,7 +27,7 @@ When you launch MarcEdit, the main window opens. From here, you can access the s

### MarcEdit Main Window: Top Level Menu

In the main window top level menu, there are three options: Tools, Plug-ins, and Help.
In the main window top-level menu, there are three options: Tools, Plug-ins, and Help.

### Tools

Expand All @@ -36,24 +36,24 @@ The Tools menu allows you to access a number of different basic and advanced fea
- Preferences
- The MarcEdit regular expression store
- OAI Harvester
- Export either MARC records or records reformatted as a text delimited csv (comma separated value) or tsv (tab separated value) file
- Export either MARC records or records reformatted as a text delimited csv (comma-separated value) or tsv (tab-separated value) file
- MARC Processing Tools: MARCsplit, MARCcompare, MARCjoin, MARCmerge, find duplicate records, RDA Helper, or MARCValidator
- Delimited Text Translator
- Utilities that include a verify URL tool

One thing you'll notice is that there are both shortcuts, linked icons, and menu options that lead to the same features or tools. For example, to update your preferences, you can go to Tools → Preferences, use the keyboard shortcut of Ctrl+Shift+P, or click on the gearbox in the upper left hand corner of the main window.
One thing you'll notice is that there are both shortcuts, linked icons, and menu options that lead to the same features or tools. For example, to update your preferences, you can go to Tools → Preferences, use the keyboard shortcut of Ctrl+Shift+P, or click on the gearbox in the upper left-hand corner of the main window.

#### Preferences

In MarcEdit, Preferences allow you to configure the main window and various tools, such as the MarcEditor (the tool used to manipulate MARC data). For example, you can change the font, font size, or select your most frequently used tools to display as shortcuts in the main window. In Preferences, you can also configure settings for other tools beyond the main window menu such as the MarcEditor where you can update the default character encoding for records that are opened in this tool (such as MARC8 or UTF-8) , integrations with OCLC, or accessibility settings.
In MarcEdit, Preferences allow you to configure the main window and various tools, such as the MarcEditor (the tool used to manipulate MARC data). For example, you can change the font, and font size, or select your most frequently used tools to display as shortcuts in the main window. In Preferences, you can also configure settings for other tools beyond the main window menu such as the MarcEditor where you can update the default character encoding for records that are opened in this tool (such as MARC8 or UTF-8), integrations with OCLC, or accessibility settings.

::::::::::::::::::::::::::::::::::::::: checklist

## Let's add a shortcut to our main window

1. Click on the gearbox in the top left corner or go to Tools → Preferences
2. Select "Main Window" in the Preferences window in the left hand pane
3. In the right hand pane, select RDA Helper
2. Select "Main Window" in the Preferences window in the left-hand pane
3. In the right-hand pane, select RDA Helper
4. Click Ok


Expand All @@ -68,7 +68,7 @@ In MarcEdit, Preferences allow you to configure the main window and various tool
## Solution

1. Click on the gear icon in the main window or go to Tools → Preferences
2. In the left hand pane, look at the names there
2. In the left-hand pane, look at the names there
3. Tools or features that can be changed in Preferences: Main Window, Bibframe, MarcEditor, MARCEngine, Ease of Use, File Associations, Language, Locations, Other, Updates, Configure Watcher, ILS Integration, OCLC API Integration.


Expand All @@ -79,15 +79,15 @@ In MarcEdit, Preferences allow you to configure the main window and various tool

### Plug-Ins

There are a number of useful plugins that can be added to MarcEdit to extend its functionality. An example is the MARC to [KBART or Knowledge bases and related tools](https://www.niso.org/standards-committees/kbart/kbart-frequently-asked-questions) converter. You can find more information on plugins on the [MarcEdit Plugin page](https://marcedit.reeset.net/managing-plugins-in-marcedit).
There are a number of useful plugins that can be added to MarcEdit to extend its functionality. An example is the MARC to [KBART or Knowledge bases and related tools](https://www.niso.org/standards-committees/kbart/kbart-frequently-asked-questions) converter. You can find more information on plugins on the [MarcEdit Plugin page](https://marcedit.reeset.net/managing-plugins-in-marcedit). To enable these and see the list in the MarcEdit main menu, click on Plug-ins and then select Plugin Manager. In the popup Plugin Manager window, you can select any of the plug-ins and then click Save. It should be noted that administrative permissions are not needed to enable plug-ins. When you click Save, only that Plugin Manager window closes and there is no need to close and reopen the MarcEdit application.

### Help

This top level menu Help allows you to find information on updates, about your current MarcEdit installation, and links out to video tutorials or online help.
This top-level menu Help allows you to find information on updates, about your current MarcEdit installation, and links out to video tutorials or online help.

### History

MarcEdit remembers what you did last. You can see this history in the Quick Links section which is a drop down of features and tools you frequently use. Although not related to a history of what you did last in MarcEdit, the "What would you like to do?" box in the upper right hand corner is convenient for quickly finding tools and features in MarcEdit.
MarcEdit remembers what you did last. You can see this history in the Quick Links section which is a drop-down of features and tools you frequently use. Although not related to a history of what you did last in MarcEdit, the "What would you like to do?" box in the upper right-hand corner is convenient for quickly finding tools and features in MarcEdit.

:::::::::::::::::::::::::::::::::::::::: keypoints

Expand Down

0 comments on commit c9961d6

Please sign in to comment.