Skip to content

1.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Aug 18:23
· 2 commits to main since this release
bf5d19f

Added

  • An optional frontmatter summary for Obsidian Bases. Turn on "Maintain frontmatter summary" in settings and Annoteca keeps a small, derived summary of each note's review state in its frontmatter: annoteca_open, the number of open comments (an addressed comment awaiting Accept, Revise, or Reject still counts as open), and optionally annoteca_oldest_open, the oldest open comment's date for sorting by staleness, and annoteca_categories, the categories present among the open comments. An optional class tag (off by default) can additionally write a fileclass: annoteca property for the Fileclass plugin (or Metadata Menu), merged without dropping values already there; the property name is configurable. The comments stay in the note; the frontmatter is a summary the plugin maintains as your comments change. An Obsidian Base can then filter and sort notes by review status, for example annoteca_open > 0 grouped by folder, as a cross-project queue. Off by default, because it makes the plugin write frontmatter; your existing frontmatter is preserved.

VirusTotal