No description
Find a file
2026-04-19 23:15:49 -07:00
__mocks__ refactor: Split search module up 2024-06-01 16:58:16 -07:00
api fix: TypeScript errors 2026-04-19 20:27:52 -07:00
build manifest: Change description for Obsidian plugin 2023-03-03 14:43:39 -08:00
docs/images docs: Update README and add API docs 2023-03-01 15:55:47 -08:00
src fix(settings): Improve margins on mobile 2026-04-19 23:13:31 -07:00
utils/dev-reloader dev(dev-reloader): Support style hot-reloading 2026-04-19 22:31:08 -07:00
.editorconfig dev: Add devenv 2026-04-19 20:58:39 -07:00
.eslintignore Initial commit 2023-02-06 11:26:01 -08:00
.eslintrc chore: Convert SCSS to static SCSS-in-TS 2023-02-18 21:30:38 -08:00
.gitignore dev: Add devenv 2026-04-19 20:58:39 -07:00
.npmignore fix: Keep manifest.json in repo 2023-03-01 16:27:41 -08:00
.npmrc Initial commit 2023-02-06 11:26:01 -08:00
.prettierrc refactor: Move and rename files 2023-02-20 14:45:41 -08:00
babel.config.cjs Proof-of-Concept Work (3/12) 2023-02-18 21:30:02 -08:00
build.config.mjs Proof-of-Concept Work (1/12) 2023-02-18 21:29:55 -08:00
CHANGELOG.md fix(settings): Hacky fix for settings on mobile 2026-04-19 23:01:54 -07:00
CHANGELOG.md.d.ts ui: Add changelog within plugin 2024-06-01 16:37:39 -07:00
devenv.lock dev: Add devenv 2026-04-19 20:58:39 -07:00
devenv.nix dev(installCalloutManager): Only copy changed file 2026-04-19 21:43:05 -07:00
devenv.yaml dev: Add devenv 2026-04-19 20:58:39 -07:00
esbuild.config.mjs build: Target es2020 for bigint support 2024-06-01 16:40:13 -07:00
index.d.ts fix: Module resolution when using as npm package 2023-02-20 18:46:53 -08:00
jest.config.mjs test: Add path alias support to tests 2024-06-01 16:40:13 -07:00
LICENSE docs: Add MIT license 2023-03-01 16:07:14 -08:00
manifest.json chore: Update to 1.1.1 2026-04-19 23:15:49 -07:00
package-lock.json chore: Update package-lock.json 2026-04-19 20:28:06 -07:00
package.json chore: Update to 1.1.1 2026-04-19 23:15:49 -07:00
README.md docs: Update README and add API docs 2023-03-01 15:55:47 -08:00
rollup.config.mjs Proof-of-Concept Work (1/12) 2023-02-18 21:29:55 -08:00
tsconfig.json build: Target es2020 for bigint support 2024-06-01 16:40:13 -07:00
versions.json chore: Update to 1.1.1 2026-04-19 23:15:49 -07:00

Callout Manager

An Obsidian plugin that makes creating and configuring callouts easy.

Screenshot

Features

  • Browse a list of available callouts.
    Learn about all the callouts that you can use!

  • Change the colors and icon of callouts.
    Make callouts your own by changing their colors and icons.

  • Create custom callouts.
    No callout to suit your needs? Make it yourself!

  • Automatically detects callouts created by snippets and themes.
    Callout Manager keeps track of callouts for you.

  • Supports Mobile Obsidian
    Take your callouts on the go!

  • Plugin API
    We have a Plugin API for integration with other plugins.