https://github.com/qwegat/Obsidian-Account-Linker
Plugin for posting links to various SNS accounts on Obsidian
https://github.com/qwegat/Obsidian-Account-Linker
Last synced: 4 months ago
JSON representation
Plugin for posting links to various SNS accounts on Obsidian
- Host: GitHub
- URL: https://github.com/qwegat/Obsidian-Account-Linker
- Owner: qwegat
- License: mit
- Created: 2022-08-01T01:28:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T22:09:00.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:17:52.471Z (8 months ago)
- Language: TypeScript
- Size: 173 KB
- Stars: 23
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - qwegat/Obsidian-Account-Linker - Plugin for posting links to various SNS accounts on Obsidian (TypeScript)
README
# Obsidian Account Linker
This is an Obsidian plugin for systematically listing accounts to external sites in the front matter
## Example
- Input:
- Preview:

- Settings:

## Features
- Generate a link button for the configured service based on the description of the frontmatter
- The following settings are available
- Name of the service
- Base color of the service
- URI substitution rules (currently only supports `{{NAME}}`)
- Account name substitution rules (currently only `{{NAME}}` is supported)
- More advanced configuration by using URI schemes such as `mailto:` or `obsidian://`## TODO
- Reverse generation of account names from URIs
- Set favicons on links
## LICENSE
MIT