mirror of
https://github.com/ycnmhd/obsidian-enhanced-annotations.git
synced 2026-07-22 09:30:25 +00:00
No description
| .github/workflows | ||
| .husky | ||
| docs/media | ||
| src | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .lintstagedrc.json | ||
| .npmrc | ||
| .prettierrc | ||
| commitlint.config.js | ||
| esbuild.config.mjs | ||
| LICENCE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
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.,
//todoto insert<!--todo: -->) 🎬
