No description
Find a file
2023-03-18 20:05:49 +01:00
docs correct readme 2023-03-18 19:55:03 +01:00
src justify image in center on mobile 2023-03-18 20:05:49 +01:00
.editorconfig Initial commit 2023-03-18 16:51:54 +01:00
.eslintignore Initial commit 2023-03-18 16:51:54 +01:00
.eslintrc Initial commit 2023-03-18 16:51:54 +01:00
.gitignore Initial commit 2023-03-18 16:51:54 +01:00
.npmrc Initial commit 2023-03-18 16:51:54 +01:00
esbuild.config.mjs add support for svelte 2023-03-18 17:04:28 +01:00
main.ts implement AvatarView.svelte 2023-03-18 18:01:29 +01:00
manifest.json set package name & description 2023-03-18 16:59:32 +01:00
package-lock.json add support for svelte 2023-03-18 17:04:28 +01:00
package.json add support for svelte 2023-03-18 17:04:28 +01:00
README.md make readme more readable 2023-03-18 19:57:40 +01:00
styles.css namespace global css 2023-03-18 19:22:41 +01:00
tsconfig.json add support for svelte 2023-03-18 17:04:28 +01:00
version-bump.mjs Initial commit 2023-03-18 16:51:54 +01:00
versions.json Initial commit 2023-03-18 16:51:54 +01:00

Obsidian Avatar

This plugin provides you with a component that will display a small image with some accompanying text. That's it.

Preview Mode

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!)

Edit Mode

The description editor supports all markdown features of Obsidian.