Overview

Note Card Widget lets you share notes with friends and family as Home Screen widgets and cards in MFC Deck.

Note Card Widget Hero


Table of Contents


System Requirements

Note Card Widget has the following requirements:


Setup

When installing the shortcut for the first time, you will be prompted to enter your name that will be used as part of the text prepended to the beginning of each entry.

Configuration screens

When editing the shortcut, you can also configure the following options:

Shortcut setup #1

Shortcut setup #2

Shortcut configuration is complete when you reach the following comment:

‼️‼️‼️	‼️‼️‼️	‼️‼️‼️
‼️‼️‼️	‼️‼️‼️	‼️‼️‼️
‼️‼️‼️	‼️‼️‼️	‼️‼️‼️
‼️‼️‼️	‼️‼️‼️	‼️‼️‼️
‼️‼️‼️	‼️‼️‼️	‼️‼️‼️

Shortcut Name

The name of the shortcut. If you use multiple versions of this shortcut, change the name here to match the name of the shortcut.

Default: Note Card Widget

Note Name

The title of the card. Ensure there is only one note in Notes with this name otherwise you may get incorrect results.

Default: Note Card Widget

Prefix Name

If this shortcut is used among several people, each person can add their name to the prefix.

Default: Nothing

Prefix

The text to display before each update.

Default: The current date and time with the format: MM/dd hh:mm

If a Prefix Name has been defined, the default prefix will read: MM/dd hh:mm (PREFIX NAME)

Note Title

The title of the note when displayed as a card in MFC Deck or as a Home Screen widget.

Default: Notes

Background Color

The background color of the note. You can enter a color string or a hex color value.

Default: Purple

Background Gradients

A comma-delimited series of hex colors to be used as the background gradient for the card or widget. If left blank, no background gradient will be used, and the card or widget will use the value specified in the Background Color variable.

Default: #9400D3, #4B0082

Font Size

The font size to display the text in the card and Home Screen widget.

Default: 14

Entries To Display

The number of entries in the note to display. This value must be greater than zero.

Default: 9


Running the Shortcut

Running the Note Card Widget shortcut will display the following menu:

New Entry

Add a new update to the note. Displays a text input window where you can enter text to be appended to the note. The Prefix value will be displayed in the text entry field.

Adding an update to the shared note.

Show in Notes

Opens the Notes app and displays the first note with the Note Name variable.

Viewing the shared note.

Preview Widget

Displays the three Home Screen widget card sizes: Small, Medium, and Large. The number of entries to be displayed are controlled by the Entries To Display variable.

Previewing the card or widget.

Create Card in MFC Deck

Add a new card to a selected deck. You will be asked to choose which deck to install the new card in.

Open MFC Deck

Displays a menu of decks in MFC Deck. Choosing one will open MFC Deck to the selected deck.

Get MFC Deck

Opens the App Store to download MFC Deck.

Share Shortcut

Creates an iCloud link to this shortcut and displays the Share sheet.

Help

Opens Mobile Safari to this web page.

Quit

Exits the shortcut.


Creating Card and Widget

To add the card to MFC Deck and to the Home Screen as a widget, follow these steps:

Create MFC Deck Card

  1. Open Shortcuts.
  2. Tap Note Card Widget or the name of the shortcut if you changed it.
  3. Choose Create Card in MFC Deck.
  4. Choose the deck where you want to add the card to.

Creating a card in MFC Deck.

NOTE: This action will not delete an existing card if it exists.

To view the card, do the following:

  1. Open MFC Deck.
  2. Navigate to the deck you selected in step 4 of Create Card.
  3. Tap on the card referencing the Note Card Widget shortcut to update it for the first time.

This will retrieve the latest information from the note and display it in the card in reverse chronological order.

Updating the card for the first time

Add Home Screen Widget

To add the card as a Home Screen widget, perform the following:

  1. Go to the Home Screen.
  2. Tap and hold a blank part of the screen.
  3. Tap + when the icons start jiggling.
  4. Tap MFC Deck from the list of widgets.
  5. Choose the small, medium, or large Card widget.
  6. Tap Add Widget.
  7. Tap the widget that was added to your Home Screen.
  8. Tap Deck and choose the deck where your Note Card Widget card is located.
  9. Tap Card and choose the Note Card Widget card that you created earlier.
  10. Tap outside the widget configuration pop up to save your changes.

Widget setup #1

Widget setup #2

Widget setup #3

If the card already has a result, you will see a reverse chronological display of the text in the shared note.

There will also be two buttons that you can tap on to:

Adding text to the note does not immediately update the widget. To display the changes, tap the widget again or have a Personal Automation automatically update the widget.


Sharing the Note and the Shortcut

By sharing the shortcut and the note with other people, you can all have quick access to a shared note within MFC Deck and Home Screen widgets.

Sharing the Note

  1. Open Notes.
  2. Open the note that you want to share.
  3. Tap the button.
  4. Choose Share Note.
  5. Make sure the sharing settings allow people you invite to be able to make changes.
  6. Choose the share method to send the invitation.
  7. Select the recipients.
  8. Share the note.

Sharing the note

Sharing the Shortcut

To share the shortcut with others, follow these steps:

  1. Run the Note Card Widget shortcut.
  2. Tap Share Shortcut.
  3. Tap Create Link when prompted to create an iCloud link to the shortcut.
  4. Send this link to the people you want to use the shared note with.

Make sure that the shortcut is configured properly, including the name of the shared note. You’ll want to instruct those you are sharing with to modify the shortcut to change their prefix if they want to personalize their updates to the shared note with their names, for instance.


Automatically Updating the Widget

To automatically update the widget with the latest information contained in the shared note, each person should create a Personal Automation that runs the card in MFC Deck. This is best accomplished when using the MFC Deck Autocuts shortcut to automatically run cards within a selected deck.

Read the documentation above for complete details, but the general idea is to:

  1. Create a Personal Automation that can run automatically (e.g. Time of Day, NFC Tag, or Open App).
  2. Add a Text action with the name of the deck containing the Note Card Widget card.
  3. Add a Run Shortcut action immediately after the Text action.
  4. Disable the Ask Before Running toggle show the automation runs without user intervention.

Personal automation to run the card in a deck using MFC Deck Autocuts

Now, whenever you trigger the automation, the widget should be updated on your Home Screen.

NOTE: While apps can request that iOS updates their widgets, the operating is ultimately in control of how often widgets are updated.


API

You can also pass the following Text action to this shortcut to append text to the selected note with no user input.

append
TEXT THAT YOU WANT TO APPEND HERE

Any text after append will be added to the note defined in the shortcut.

Simple API to append text to the selected note

You can use this with other automations to automatically append your current location, for instance, to a shared note. Or, extract information from third-party web services and have the results appended to the note.

Append to Note Action

The API used the Append to Note action in Shortcuts which cannot run when the iOS or iPadOS device is locked.

If you have an automation that runs automatically (e.g. Time of Day), execution of the rest of the automation’s actions will pause until you have:

  1. Unlocked the device.
  2. Tapped on the notification to run the Append to Note action.

Consider the screenshots below:

  1. Device is locked, but automation is running. It is paused at the Append to Note action.
  2. Device is unlocked. The Notes notification changes to Tap to Respond as a call to action.
  3. Tapping Tap to Respond will run the Append to Note action and continue execution of the automation. The Flashlight is then turned on.
  4. The automation settings.

Handling the Append to Note action when the device is locked.


MFC Deck Shortcuts Gallery