Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Oct 26, 2020
1 parent 001a281 commit f6972d0
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,33 @@ This workflow has been tested in Obsidian 0.9.6.

## Features that work out-of-the-box

**Open a vault**: To open one of your many Obsidian vaults, type `ov your_vault_name`. You can change the keyword input subtext to remind yourself of the names of your vaults. Double-click **ov Keyword** to change the Subtext field.
### Open a vault: ov

To open one of your many Obsidian vaults, type `ov your_vault_name`. You can change the keyword input subtext to remind yourself of the names of your vaults. Double-click **ov Keyword** to change the Subtext field.

## Features that require some (simple) setting up

**Open a vault with autocomplete**: To autofill and autocomplete Obsidian vaults: Type `oo your_vault_name`.
### Open a vault with autocomplete: oo

To autofill and autocomplete Obsidian vaults: Type `oo your_vault_name`.
- Double-click **oo List Filter** to add all your vaults.
- This feature is suggested by @hjklapp.

![](img/oo.gif)
![](img/oo.png)

**Open daily note** (only if you have enabled the Daily notes plugin): Type `od` or use a hotkey (double-click the empty Hotkey to set it up).
### Open daily note: od

- The Daily notes Obsidian plugin must be enabled.
- Type `od` or use a hotkey (double-click the empty Hotkey to set it up).
- Notes and comments are provided in the workflow/script to help you set things up. Double-click the **/bin/bash Run Script** associated with **od Keyword** to set it up. You need to specify your daily note date format (step 1 in script) and the vault name (step 2 in script). Click Save when you're done.

![](img/od.png)

**Search Obsidian vaults with Alfred File Filters**. You'll have to edit the Scope of each File Filter (`os`, `or`, and `ot`) to tell Alfred where to search for files on your computer. Double-click **os File Filter**, **or File Filter**, and **ot File Filter**. You can also change other settings via Basic Setup, Scope, Fields, Limit and Sort tabs.
### Search Obsidian vaults with Alfred File Filters; `os`, `or`, `ot`

You'll have to edit the Scope of each File Filter to tell Alfred where to search for files on your computer. Double-click **os File Filter**, **or File Filter**, and **ot File Filter**. You can also change other settings via Basic Setup, Scope, Fields, Limit and Sort tabs.

- Search for all files with the term `xyz`, type `os xyz`.
- Search for recent files (last 3 days) with the term `xyz`, type `or xyz`.
- Search for files modified today, `xyz`, type `ot xyz`.
Expand Down

0 comments on commit f6972d0

Please sign in to comment.