The WikiLink to Markdown Converter is a plugin for Obsidian that allows users to convert WikiLinks to standard Markdown links within their notes. This plugin aims to improve compatibility and portability of notes by transforming application-specific link formats into universally recognized Markdown syntax.
- Converts WikiLinks to Markdown links
- Supports both internal and external links
- Handles image links
- Provides a user-friendly interface with confirmation dialogs
- Supports multiple languages (currently English and Chinese)
- Internal links:
[[Page Name]]
→[Page Name](Page%20Name.md)
- Internal links with aliases:
[[Page Name|Alias]]
→[Alias](Page%20Name.md)
- External links:
[[https://example.com]]
→[https://example.com](https://example.com)
- External links with aliases:
[[https://example.com|Example]]
→[Example](https://example.com)
- Image links:
![[image.jpg]]
→![image](image.jpg)
- Image links with alt text:
![[image.jpg|Alt Text]]
→![Alt Text](image.jpg)
- Install the plugin in your vault.
- Open the note you want to convert.
- Click the ribbon icon (link symbol) in the left sidebar.
- Confirm the conversion in the popup dialog.
- Review the changes and confirm to apply them.
You can change the plugin's language in the settings tab:
- Go to Settings → Community Plugins
- Find "WikiLink to Markdown Converter" in the list
- Click on the gear icon to open the plugin settings
- Choose your preferred language from the dropdown menu
If you want to contribute to this project, please feel free to submit a Pull Request.