Skip to content

Commit

Permalink
add ability to change heading levels with hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
pryley committed Jun 23, 2020
1 parent 8814bdb commit d7792b9
Show file tree
Hide file tree
Showing 2 changed files with 464 additions and 118 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This is an comprehensive workflow for The Archive that helps you work with your
- [Templates](#templates)
- [Importing URLs](#importing-urls)
- [Importing Images](#importing-images)
- [Change Heading Levels](#change-heading-levels)
- [Configuration](#configuration)
- [Documentation](#documentation)
- [Changelog](#changelog)
Expand Down Expand Up @@ -177,6 +178,23 @@ To use the File Action:
3. Type `add` and select the "Add image to The Archive" file action.
4. Paste the generated markdown link of the image into your note.

## Change Heading Levels

The workflow provides hotkeys that allow you easily change the heading level of a line in your note. A hotkey is simply a combination of keys that you press together in order to perform an action. These hotkeys are specific to The Archive and will only work if The Archive is the front most application and in focus.

To use these hotkeys, click on the line in your note that you wish to change and then press the hotkey.

> **Note:** These hotkeys use the **⇧⌘L** keyboard shortcut that is provided by The Archive to select the current line of text. If you have mapped this keyboard shortcut to something else, then these hotkeys will not work.

### Hotkeys

- **⌘ + 1**: Pressing this hotkey will change the line to a Heading 1
- **⌘ + 2**: Pressing this hotkey will change the line to a Heading 2
- **⌘ + 3**: Pressing this hotkey will change the line to a Heading 3
- **⌘ + 4**: Pressing this hotkey will change the line to a Heading 4
- **⌘ + 5**: Pressing this hotkey will change the line to a Heading 5
- **⌘ + 6**: Pressing this hotkey will change the line to a Heading 6

## Configuration

To change the configuration of the workflow, type `arconfig` in Alfred. You can also view the help file for each highlighted option with Quicklook by pressing the **⇧ Shift** key.
Expand Down
Loading

0 comments on commit d7792b9

Please sign in to comment.