Obsidian Metadata Links is a plugin for Obsidian that enhances your note-taking experience by allowing you to select links and view their metadata. The metadata is displayed in a well-formatted manner, and you can also deselect links as needed.
- Select Links: Easily select links within your Obsidian notes.
- View Metadata: Fetch and display metadata associated with the selected links in a formatted manner.
- Deselect Links: Option to deselect links and manage the selected items.
-
Clone the Repository: Clone this repository into the
plugins
folder of your Obsidian vault.git clone https://github.com/ansango/obsidian-metadata-links.git
-
Build the Plugin: Navigate to the cloned repository directory and run the build command.
cd obsidian-metadata-links npm install npm run build
-
Enable the Plugin: Open Obsidian and go to
Settings
>Community plugins
. You should see "Metadata Links" in the list. Enable it to start using the plugin.
-
Selecting Links: Highlight the links within your note that you want to get metadata for. The plugin will automatically fetch and display the relevant information.
-
Viewing Metadata: Metadata for selected links will be shown in a well-structured format, allowing for easy review and access.
-
Deselecting Links: To deselect a link, simply click on it again, or use the deselection option provided by the plugin.
Contributions are welcome! Please fork the repository and submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
- Obsidian for providing an excellent platform for note-taking and knowledge management.
- Obsidian Plugin API for enabling plugin development.
For any questions or support, please open an issue in the repository.