Skip to content

Commit

Permalink
update readme to suggest Glance for Quickview
Browse files Browse the repository at this point in the history
  • Loading branch information
pryley committed Jul 24, 2020
1 parent e9a112e commit d3a16ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@ This is an comprehensive workflow for The Archive that helps you work with your

1. Download [the latest release](https://github.com/pryley/alfred-the-archive/releases/latest/download/The.Archive.alfredworkflow)
2. Double-click the downloaded workflow to install in Alfred.
3. Install [QLMarkdownGFM](https://github.com/Watson1978/QLMarkdownGFM) with [Homebrew](https://brew.sh/) (optional, this allows you to Quickview markdown files)
```bash
brew cask install https://raw.githubusercontent.com/Watson1978/QLMarkdownGFM/master/qlmarkdown-gfm.rb
xattr -d -r com.apple.quarantine ~/Library/QuickLook/
```
3. Install [Glance](https://apps.apple.com/us/app/glance-quick-look-plugin/id1513574319) from the App Store (optional, this allows you to Quickview markdown files)
4. Install [pandoc](https://pandoc.org/) with [Homebrew](https://brew.sh/) (optional, this allows you to import a webpage into a note)
```bash
brew install pandoc
Expand All @@ -47,7 +43,7 @@ There are three modifier keys that you can use with the search results:

1. **⇧ Shift:** Pressing this key will use Quicklook to preview the selected note.

> **Note:** To view markdown files with Quicklook, you may need to [install a Quicklook extension](#installation).
> **Note:** To view markdown files with Quicklook, you may need to [install Glance](#installation).

2. **⌥ Option:** Holding this key down as you press Enter will paste a wiki link of the selected note into the frontmost application (i.e. `[[title of the selected note]]`).

Expand Down Expand Up @@ -150,7 +146,7 @@ There are three modifier keys (and one modifier key combo) that you can use with

1. **⇧ Shift:** Pressing this key will use Quicklook to preview the selected template.

> **Note:** To view markdown files with Quicklook, you may need to [install a Quicklook extension](#installation).
> **Note:** To view markdown files with Quicklook, you may need to [install Glance](#installation).

2. **⌥ Option:** Holding this key down as you press Enter will paste the current clipboard contents into the template's `{content}` placeholder.
Expand Down Expand Up @@ -202,7 +198,7 @@ To change the configuration of the workflow, type `arconfig` in Alfred. You can
![](screenshots/arconfig.png)
> **Note:** To view markdown files with Quicklook, you may need to [install a Quicklook extension](#installation). You can do this with [Homebrew](https://brew.sh/).
> **Note:** To view markdown files with Quicklook, you may need to [install Glance](#installation).
### Default Date Format (`default_date_format`)
Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3455,7 +3455,7 @@ end trimText</string>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>1.7.1</string>
<string>1.7.2</string>
<key>webaddress</key>
<string>https://github.com/pryley/alfred-the-archive</string>
</dict>
Expand Down

0 comments on commit d3a16ad

Please sign in to comment.