Releases: KevinBatdorf/obsidian-raycast
Releases · KevinBatdorf/obsidian-raycast
v1.12.0
Obsidian for Raycast 1.10.0
Append to Daily Note Command
- 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
Obsidian for Raycast 1.9.0
Copy Code Action, Show Mentioning Notes Action, Tag List, Open URL & More
- 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 forurl
- You can now search for mentioning notes in
Search Media
command to find media that has been mentioned in the query note - Minor fixes
Obsidian for Raycast 1.8.0
Search Media Command, Menu Bar Item, Command Arguments, Custom Icons & More
- Add
Search Media
command which lets you search for media like images, video, audio or pdfs in your vault - Add
Image Size
preference forSearch Media
command - Add file type filter (
cmd + p
) forSearch Media
command - Add
Quick Look
andOpen in Obsidian
actions forSearch 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
andPinned 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
Obsidian for Raycast 1.7.0
Tag Filter, Markdown Controls for Edit Note, Templates for Append Action & More
- Add tag filter to filter results in
Search Note
andPinned 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 andcmd + i
for italic)Append to Note
andAppend Selected Text to Note
actions now support all templates- Add template preference for both
Append to Note
andAppend Selected Text to Note
actions - Use
{content}
forAppend Selected Text to Note
action - Add templates
{\n}
,{newline}
,{nl}
for new line - Add shorter template
{clip}
for clipboard - Add
Default Content
andFill Form with Default Values
settings forCreate Note
command - Add
Show in Finder
action for all vault selection lists - Minor fixes
Obsidian for Raycast 1.6.1
Edit Note Action, Clipboard Template & More
- Add
Edit Note
action toSearch Note
andPinned Notes
command which lets you edit a note Edit Note
action supports templates- Add
Reset Pinned Notes
action forPinned Notes
command - Add
Delete Note
action toSearch Note
andPinned 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
Obsidian for Raycast 1.6.0
Full Content Search, Metadata View, Templates & More
- Add full content search to
Search Note
andPinned Notes
command - Add metadata view for notes in
Search Note
andPinned Notes
command - Add templates for
Create Note
command that can be used in the notes name and content - Add
Show in Finder
action toSearch Note
,Pinned Notes
andOpen Vault
commands - Vaults will now be found automatically
- Fix performance issues
- Migrate to Raycast API v1.36.0
Obsidian for Raycast 1.5.0
New command, Detail View & More | Version 1.5.0 - 2022-05-04
- Add
Pinned Notes
command which lists all pinned notes of a vault - Add
Pin Note
action toSearch Note
command which pins a note - Add
Unpin Note
action toSearch Note
command which unpins a note - Add detail view for notes in
Search Note
andPinned 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
Obsidian for Raycast 1.4.0
New command & Action for Search Command - 1.4.0
- Add
Daily Note
command, opens or creates new daily note - Add
Append Selected Text to Note
action for search command - Restructure entire codebase
Older versions (for reference)
Minor Fixes - 1.3.0
- Fix a bug that could cause crashes on new installs
- Add better error handeling
- Corrected typo in settings
New Command & Actions for Search Command - 1.2.0
- Add
Create Note
command, lets you create new notes - Add
Copy Obsidian URI
action for search command - Add
Copy Obsidian markdown link
action for search command - Vault Path is now a general extension setting
- Minor fixes
New Command & Primary Action - 1.1.0
- 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 - 1.0.0
Initial version