mirror of
https://github.com/maradotwebp/obsidian-avatar.git
synced 2026-07-22 07:30:24 +00:00
No description
| .github/workflows | ||
| docs | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Obsidian Avatar
This plugin provides you with a component that will display a small image with some accompanying text. That's it.
To use, insert the following snippet into your markdown.
```avatar
```
Editing the picture / description
In source mode, you can edit the codeblock directly:
```avatar
image: your-image-here.png
description: This will be displayed as the description!
```
In live preview mode, click on the image to change it (then either select one from your vault, or paste in a URL to a picture online), or edit the description by clicking on it (Don't forget to click the button to save your changes!)
The description editor supports all markdown features of Obsidian.