Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerry-sky/obsidian-link-adapter-plugin
Obsidian plugin that converts links to and from GFM format.
https://github.com/jerry-sky/obsidian-link-adapter-plugin
Last synced: 17 days ago
JSON representation
Obsidian plugin that converts links to and from GFM format.
- Host: GitHub
- URL: https://github.com/jerry-sky/obsidian-link-adapter-plugin
- Owner: jerry-sky
- Created: 2024-05-14T23:50:44.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-30T19:58:26.000Z (7 months ago)
- Last Synced: 2024-08-07T00:28:41.964Z (4 months ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - jerry-sky/obsidian-link-adapter-plugin - Obsidian plugin that converts links to and from GFM format. (TypeScript)
README
# Obsidian Link Adapter
Plugin that converts Obsidian-generated links into GFM (GitHub’s Markdown) format when a link is inserted.
It also translates GFM links to Obsidian ones on the fly so Obsidian can understand them.
## Example
```md
## Another Section## Section
[link](#another-section)
[obsidian link](#Another%20Section)
```If user clicks the `link`, Obsidian by default would not go to _Another Section_ and would not highlight it.
This plugin translates heading slugs into links Obsidian can understand, like the one below (`obsidian link`).---
## API Documentation
See https://github.com/obsidianmd/obsidian-api