{"name":"external-file-card: Display External File Information in Obsidian","description":"The external-file-card is an Obsidian plugin designed to enhance your note-taking experience by seamlessly integrating external file information directly into your vaults. This plugin allows you to display a card showing basic details of files located in pre-defined folders outside your Obsidian vault. It supports various file types and provides clickable links to open files and their containing folders using your operating system's default applications.","github":"https://github.com/James-Yu/external-file-card","url":"https://osrepos.com/repo/james-yu-external-file-card","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/james-yu-external-file-card","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/james-yu-external-file-card.md","json":"https://osrepos.com/repo/james-yu-external-file-card.json","topics":["Obsidian","Plugin","TypeScript","Markdown","File Management","Productivity"],"keywords":["Obsidian","Plugin","TypeScript","Markdown","File Management","Productivity"],"stars":null,"summary":"The external-file-card is an Obsidian plugin designed to enhance your note-taking experience by seamlessly integrating external file information directly into your vaults. This plugin allows you to display a card showing basic details of files located in pre-defined folders outside your Obsidian vault. It supports various file types and provides clickable links to open files and their containing folders using your operating system's default applications.","content":"## Introduction\n\nThe `external-file-card` is an Obsidian plugin designed to enhance your note-taking experience by seamlessly integrating external file information directly into your vaults. This plugin allows you to display a card showing basic details of files located in pre-defined folders outside your Obsidian vault. It supports various file types and provides clickable links to open files and their containing folders using your operating system's default applications.\n\n## Installation\n\nTo install the `external-file-card` plugin in Obsidian:\n\n1.  Open Obsidian.\n2.  Navigate to `Settings` (gear icon).\n3.  Go to `Community plugins`.\n4.  Ensure `Restricted mode` is turned off.\n5.  Click `Browse` next to `Community plugins`.\n6.  Search for \"External File Card\".\n7.  Click `Install`.\n8.  Once installed, toggle the plugin on in the `Community plugins` list.\n9.  Configure the `External paths` in the plugin's settings to specify the root directories where your external files are located.\n\n## Examples\n\nThe plugin offers flexible ways to display external file information:\n\n*   **Code Block Card:** Use `ef` or `extfile` language in a Markdown code block.\n    markdown\n    ef\n    file.pdf\n    \n    \n    This will render a card displaying information for `file.pdf`. You can list multiple files for a single card:\n    markdown\n    ef\n    file.pdf\n    another_file.pdf\n    \n    \n    For a more compact view, use `efc` or `extfilec`:\n    markdown\n    efc\n    file.pdf\n    \n    \n    You can also customize the displayed text in the card:\n    markdown\n    ef\n    file.pdf|This is my important document\n    \n    \n\n*   **Inline File Link:** Create direct links using Obsidian URIs like `obsidian://ef?file.pdf`.\n    markdown\n    [Open my PDF](obsidian://ef?file.pdf)\n    \n    Remember to encode spaces with colons, for example, `obsidian://ef?this:is:a:file.pdf` for \"this is a file.pdf\".\n\n*   **Folder Links:** To link to a folder, simply end the path with a backslash `/`:\n    markdown\n    ef\n    my-folder/\n    \n    \n    Or in an inline link:\n    markdown\n    [Open my Folder](obsidian://ef?folder/)\n    \n    \n\n## Why Use\n\nThe `external-file-card` plugin is particularly useful for users who store many document files outside their Obsidian vault, perhaps in cloud storage like OneDrive or Google Drive. It bridges the gap between your notes and these external resources, making them easily accessible and referenceable within Obsidian across multiple devices. This enhances productivity by centralizing access to all relevant information, regardless of its storage location. It's a powerful tool for anyone looking to integrate external documents, PDFs, or other files directly into their Obsidian workflow.\n\n## Links\n\n*   **GitHub Repository:** <a href=\"https://github.com/James-Yu/external-file-card\" target=\"_blank\">James-Yu/external-file-card</a>","metrics":{"detailViews":8,"githubClicks":4},"dates":{"published":null,"modified":"2026-02-14T16:01:01.000Z"}}