Open in File Explorer

by disciple-dev
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Convert links to local Windows filesystem so they can be opened in File Explorer.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

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.