Open in File Explorer

pending

by disciple-dev

Convert links to local Windows filesystem so they can be opened in File Explorer.

Updated 4mo agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

Obsidian Open in File Explorer

When you past a file path into the Obsidian Editor, prompt to convert it to a lickable link.

Examples

  1. Pasting C:\Users\Public from the clipboard will show a modal dialog:

    prompt.png

    And will creat the markdown:

    [Public](file:///C:/Users/Public)
    
  2. Pasting C:\Users\Public\Desktop\VLC media player.lnk will open VLC when clicked.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.