No description
Find a file
2025-02-05 17:14:35 +01:00
.github/workflows fix: obsidian-review-bot recommendations 2024-01-30 01:56:13 +01:00
.husky chore: add commit hooks 2023-11-01 17:45:03 +01:00
docs/media fix: misc (#2) 2024-02-15 14:41:36 +01:00
src fix: highlights inside codeblocks should be ignored 2025-02-05 17:14:35 +01:00
.eslintignore chore: add commit hooks 2023-11-01 17:45:03 +01:00
.eslintrc feat: move styles to sidebar 2024-01-13 22:49:05 +01:00
.gitignore initial commit 2023-09-27 13:43:14 +01:00
.lintstagedrc.json fix: misc bugs 2024-01-28 02:50:15 +01:00
.npmrc initial commit 2023-09-27 13:43:14 +01:00
.prettierrc feat: move styles to sidebar 2024-01-13 22:49:05 +01:00
commitlint.config.js chore: add commit hooks 2023-11-01 17:45:03 +01:00
esbuild.config.mjs fix: obsidian-review-bot recommendations 2024-01-30 01:56:13 +01:00
LICENCE chore: add commit hooks 2023-11-01 17:45:03 +01:00
manifest.json fix: highlights inside codeblocks should be ignored 2025-02-05 17:14:35 +01:00
package-lock.json feat: move styles to sidebar 2024-01-13 22:49:05 +01:00
package.json fix: highlights inside codeblocks should be ignored 2025-02-05 17:14:35 +01:00
README.md changes requested by joethei (#3) 2024-02-29 21:08:09 +01:00
tsconfig.json fix: misc bugs 2024-01-20 07:19:52 +01:00
version-bump.mjs initial commit 2023-09-27 13:43:14 +01:00
versions.json chore: add commit hooks 2023-11-01 17:45:03 +01:00

Enhanced Annotations

An obsidian plugin that extends the functionality of comments and highlights.

Features

  • Explore comments/highlights of the active file in a sidebar view 🎬
  • Create notes from comments/highlights using the editor context menu 🎬
  • Copy comments/highlights of selected files using the file-explorer context menu. 🎬
  • Assign custom styles to different types of comments/highlights based on their label (e.g., <!--title: ...-->, <!--todo: ...-->) 🎬
  • Use a trigger phrase to insert a labeled comment (e.g., //todo to insert <!--todo: -->) 🎬