No description
Find a file
2025-06-30 14:55:29 +02:00
.editorconfig Initial commit 2024-12-02 09:10:09 +01:00
.eslintignore Initial commit 2024-12-02 09:10:09 +01:00
.eslintrc Initial commit 2024-12-02 09:10:09 +01:00
.gitignore Initial commit 2024-12-02 09:10:09 +01:00
.npmrc Initial commit 2024-12-02 09:10:09 +01:00
esbuild.config.mjs Initial commit 2024-12-02 09:10:09 +01:00
LICENSE Create LICENSE 2025-04-15 11:22:38 +02:00
main.ts Allow different date separators 2025-06-30 14:55:29 +02:00
manifest.json Update manifest.json 2025-04-15 11:24:02 +02:00
package-lock.json postprocessor fixes and style updates 2025-04-14 16:26:16 +02:00
package.json postprocessor fixes and style updates 2025-04-14 16:26:16 +02:00
README.md Fix small changes requested by obsidian 2025-05-05 14:44:43 +02:00
styles.css postprocessor fixes and style updates 2025-04-14 16:26:16 +02:00
tsconfig.json Initial commit 2024-12-02 09:10:09 +01:00
version-bump.mjs Initial commit 2024-12-02 09:10:09 +01:00
versions.json Initial commit 2024-12-02 09:10:09 +01:00

Comments

This plugin adds basic comment functionality so you can collaborate easier accross teams.

How it works

A new callout is defined

> [!comment] NAME | DATE
> COMMENT

If you click the ribbon to open the plugin, a view will open that will show all comments within the file (like in Word). This will show the name, date, and content of the comment (specified like in the callout above).

Functionalities

  • Command to quickly add a comment (CTRL + P --> Comments: Add new comment)
  • Quickly remove comments by right clicking on the comment in the right view
  • Quickly add subcomments by right clicking on the comment in the right view
  • Quickly navigate to the place of the comment by left clicking the comment in the right view
  • Comments are hidden in reading mode and when exporting it to other documents (e.g. PDF)

Improvements

  • Setting to choose hide behaviour
  • ?