Skip to content

Commit

Permalink
update urlscheme for obsidian 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hauselin committed Sep 22, 2020
1 parent 6e538bc commit c112623
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Binary file modified Obsidian.alfredworkflow
Binary file not shown.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This very simple [Alfred](https://www.alfredapp.com/) workflow uses [Obsidian](https://obsidian.md/)'s URL scheme (available in Obsidian 0.8.15 and above) and bash scripts to open notes in their vaults.

This workflow has been tested with Obsidian 0.9.0.

## Features

**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 (default is set to "Available vaults: notes, journal").
Expand All @@ -12,4 +14,8 @@ This very simple [Alfred](https://www.alfredapp.com/) workflow uses [Obsidian](h
**Search Obsidian vaults with Alfred File Filters**. For the search with file filter feature to work, 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. You can also change other settings via Basic Setup, Scope, Fields, Limit and Sort tabs.
- To search for all files with the term `xyz`, type `os xyz`.
- To search for recent files (last 3 days) with the term `xyz`, type `or xyz`.
- To search for files modified today, `xyz`, type `ot xyz`.
- To search for files modified today, `xyz`, type `ot xyz`.

## Known bugs

If the Obsidian app isn't already opened, this workflow will always open the last recently opened vault. This bug is a known issue with Electron apps on MacOS. See [discussion on Obsidian's Discord](https://discordapp.com/channels/686053708261228577/716028884885307432/755203478413902036).

0 comments on commit c112623

Please sign in to comment.