Extension Icon

Obsidian

Control Obsidian with Raycast
AvatarMarc Julian
122,780 Installs
OverviewCommandsVersion History

Versions42

AI Search Tool Content Search Parameter - February 16, 2026

  • Add searchContent parameter to searchNote AI tool for controlling search mode
  • Enable content and tag search capabilities in AI tools
  • Default searchContent to true for comprehensive search including file content and tag filtering

Custom Append Actions - February 2, 2026

  • Added "Run Custom Action" command to create reusable append templates
  • Added support for dynamic date variables (e.g. {year}, {date}) in file paths
  • Added Import/Export functionality for sharing custom actions
  • Added support for "Pre-fill" or "Capture" modes in custom actions

New Open Workspace command, Callout Support, Copy Files Action - December 25, 2025

  • Adds new Open Workspace command that shows a list of all workspaces in your vault. Requires advanced URI plugin and workspaces core plugin to be enabled
  • Adds callout support by rendering them as quotes with emojis
  • Adds "Copy File Path" action (opt + shift + c) to notes, vaults, and media items
  • Fixes bookmarked notes not shown in the menubar
  • Fixes Create Note AI tool prepending "undefined" to all notes
  • Improved test coverage to 83%

Welcoming AI, Sort Notes, Better Tag Search, Code Improvements - December 16, 2025

  • Adds new syntax to search for tagged notes: "tag:someTag". This can be used in combination with a normal search. For example "tag:someTag some text", this searches for notes with the tag "someTag" and then filters those notes with "some text"
  • Adds new sorting orders: Relevance, File name (A to Z), File name (Z to A), Modified time (new to old), Modified time (old to new), Created time (new to old), Created time (old to new)
  • Adds AI commands/tools for appending to notes, creating notes, opening notes, reading notes, searching notes, updating notes and finding vaults
  • Adds Obsidian Canvas files
  • Adds the option to auto-focus the content field in the Create Note command
  • Improves memory usage during search by doing two-fold search, first on note metadata then on note content in a more memory efficient way
  • Introduces a proper interface for the Obsidian app, many more tests and DOCUMENTATION.md, CONTRIBUTING.md, REFERENCE.md to help contributors
  • Fixes a bug where templates would load selected text even when the template was not used
  • Fixes several internal bugs
  • REFERENCE.md was used to manually check the current state of the extension

Bug fixes - June 10, 2025

  • Fixes a bug, which create a tagged note a wrong way. Changes an order of properties block and note text

Chore: Fixing typos in the README - May 14, 2025

Spring Cleaning - April 5, 2025

  • Closes Raycast after creating a note with the Create Note command
  • Adds {selection} and {selected} templates to Create Note command which both get replaced by the currently selected text
  • Fixes bug where a tag dropdown selection would reset after the Quick Look action
  • Fixes bug where Obsidian bookmark groups would get overriden by the extension
  • Change extension author

Prepend to Daily Note - February 1, 2025

  • Adds prepend option to Append to Daily Note

Bug fixes - January 28, 2025

  • Fixes locale bug on Append Task command
  • Fixes issue where tags were being converted to lowercase

Task Creation Date - December 3, 2024

  • Tasks added now log the creation date.

Support for Fuzzy Search - September 5, 2024

  • Add option to use Fuzzy Search on notes search. Disabled by default in note search config.

Bugfix for nested bookmarks - February 6, 2024

  • Fixes a bug where nested bookmarks would not be displayed correctly in search

Support luxon formats in templates - January 30, 2024

  • Support luxon date and time format (e.g. dd, MM, YYYY,...) in templates

Fix Search Media HotKey bug - January 26, 2024

  • Checks for defined searchArgument in MediaGrid value before filtering

Copy Note Title action - January 17, 2024

  • Add Copy Note Title action

Bugfixes and cache behavior tweak - November 19, 2023

  • Will now skip the cache if the value is an empty array
  • Fixes a bug where no default application crashes the extension
  • Fixes a bug where deleting the vault config path can't find the notes

New features and bugfixes - October 12, 2023

  • Adds extension setting to open note in default application
  • Adds quick actions to the Random Note command
  • Adds support for using {content} in templates
  • Adds config file name option to override .obsidian config file name

Update search starting sort - October 12, 2023

  • Search now shows the most recent notes first

Fix - September 24, 2023

  • Filter out vault paths that don't actually exist.

Menubar cache bug fixes - September 15, 2023

  • Fixes a bug where the cache fallback would crash the extension

Apply templates on task file name

  • The Append Task command will now apply template placeholders to file name for dynamic file names

Bug fixes - July 20, 2023

  • Fixes and issue where tags as objects would crash the plugin

Add week placeholder - July 14, 2023

  • Adds a {week} template placeholder (thanks @adamadamsmusic)

Fix - June 19, 2023

  • Fixed menubar icon for light backgrounds

Updated icons - June 15, 2023

Append Tasks and Update Bookmarks - June 1, 2023

  • Update Starred notes to Bookmarks
  • Add Append Task command (thanks @mikejongbloet)

Several Quality of Life Improvements - February 5, 2023

  • Add Silent Mode preference for the Append to Daily Note Command which prevents the command from opening the daily note
  • Unified several preferences to make them more consistent
  • Automatically exclude files and folders from search that are excluded in Obsidian
  • Add Blank Note preference to Create Note command which lets you create a blank note immediately
  • Add Create Note action to Search Note command which lets you create a new note from the search results if it doesn't exist yet
  • Remove Pinned Notes command
  • Add Starred Notes command which lists all starred notes of a vault
  • Update Raycast API to v1.47.0
  • Rewrote parts of the codebase to improve maintainability

Fix - November 29, 2022

  • Fixed a bug where command executed with shortcut was not working

Append to Daily Note Command - November 23, 2022

  • Add Append to Daily Note Command which can append text to a daily note. Text can be appended to the end of the note or to a specific heading. It supports all templates. Contributed by @iancanderson.
  • Fixed dropdown menu preventing search to function in newer Raycast versions
  • Update to Raycast API v1.44.0

Fix - November 18, 2022

  • Fixed a bug where the searchbar text didn't update

Small fix - October 28, 2022

  • Fix command execution with shortcut not working

Copy Code Action, Show Mentioning Notes Action, Tag List, Open URL & More - September 14, 2022

  • Add Copy Code action which either copies a code cell to the clipboard or opens a list to select one of the code cells
  • Add Paste Code action which directly pastes code cells
  • Add Show Mentioning Notes action which shows all notes that mention the selected note
  • Add tag list to metadata view
  • Add an Open URL entry to metadata view which opens the url specified in the notes YAML frontmatter for url
  • You can now search for mentioning notes in Search Media command to find media that has been mentioned in the query note
  • Minor fixes

Search Media Command, Menu Bar Item, Command Arguments, Custom Icons & More - August 15, 2022

  • Add Search Media command which lets you search for media like images, video, audio or pdfs in your vault
  • Add Image Size preference for Search Media command
  • Add file type filter (cmd + p) for Search Media command
  • Add Quick Look and Open in Obsidian actions for Search Media command
  • Add Menu Bar Item that lets you interact with your pinned notes or open a daily note
  • Add Command Arguments for Search Note, Search Media and Pinned Notes command for quicker searches
  • Add Open in new Pane action if advanced-uri plugin is installed for Obsidian
  • Add a custom Obsidian icon for Open in Obsidian actions and the new Menu Bar Item
  • Improve overall performance by caching the vaults content
  • If full content search is activated in preferences you can now search for paths
  • Minor fixes

Tag Filter, Markdown Controls for Edit Note, Templates for Append Action & More - July 11, 2022

  • Add tag filter to filter results in Search Note and Pinned Notes command by tags (YAML frontmatter and inline)
  • Add Random Note command which opens a random note in Quick Look (all actions available)
  • Edit Note action now supports markdown controls (e.g. cmd + b for bold and cmd + i for italic)
  • Append to Note and Append Selected Text to Note actions now support all templates
  • Add template preference for both Append to Note and Append Selected Text to Note actions
  • Use {content} for Append Selected Text to Note action
  • Add templates {\n}, {newline}, {nl} for new line
  • Add shorter template {clip} for clipboard
  • Add Default Content and Fill Form with Default Values settings for Create Note command
  • Add Show in Finder action for all vault selection lists
  • Minor fixes

Edit Note Action, Clipboard Template - July 1, 2022

  • Add Edit Note action to Search Note and Pinned Notes command which lets you edit a note
  • Edit Note action supports templates
  • Add Reset Pinned Notes action for Pinned Notes command
  • Add Delete Note action to Search Note and Pinned Notes command which lets you delete a note
  • Add {clipboard} to available templates
  • Update store images
  • Migrate to Raycast API v1.37.0
  • Minor fixes

Full Content Search, Metadata View, Templates & More - June 20, 2022

  • Add full content search to Search Note and Pinned Notes command
  • Add metadata view for notes in Search Note and Pinned Notes command
  • Add templates for Create Note command that can be used in the notes name and content
  • Add Show in Finder action to Search Note, Pinned Notes and Open Vault commands
  • Vaults will now be found automatically
  • Fix performance issues
  • Migrate to Raycast API v1.36.0

New command, Detail View & More - May 2, 2022

  • Add Pinned Notes command which lists all pinned notes of a vault
  • Add Pin Note action to Search Note command which pins a note
  • Add Unpin Note action to Search Note command which unpins a note
  • Add detail view for notes in Search Note and Pinned Notes command
  • Add option to hide LaTeX in Quick Look and detail view
  • Add customizable folder actions for Create Note command (quickly create a note in a folder)
  • Add option to open note on creation for Create Note command
  • Add option to specify default name for notes without name for Create Note command
  • Commands with only one vault will now trigger directly without prior selection
  • Minor fixes

New command & Action for Search Command - April 1, 2022

  • Add Daily Note command, opens or creates new daily note
  • Add Append Selected Text to Note action for search command
  • Restructure entire codebase

Minor Fixes - February 10, 2022

  • Fix a bug that could cause crashes on new installs
  • Add better error handeling
  • Corrected typo in settings

New Command & Actions for Search Command - January 18, 2022

  • Add Create Note command, lets you create new notes
  • Add Copy Obsidian URI action for Search Note command
  • Add Copy Obsidian markdown link action for Search Note command
  • Vault path is now a general extension setting
  • Minor fixes

New Command & Primary Action - January 4, 2022

  • Add Open Vault command, lets you switch quickly between different vaults
  • Add option to select a primary action for Search Note command
  • Several fixes for faster search times

Add Obsidian - December 11, 2021

Initial version