Skip to content

0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 00:05

0.1.2

Features

  • CriticMarkup View
    • Custom view listing vault-wide comments and suggestions
    • Filtering the markup
      • By text within the markup (via search)
      • Based on type (All/Addition/Deletion/...)
      • Based on content (All/Filled/Empty)
      • Based on location (Vault/Current folder/Current file)
    • Select multiple comments and suggestions
    • Accept/Reject changes of custom selection

Changes

  • Comment gutter
    • Comment will now shift to block location on focus
    • Prevent overlap of comments close to each-other
    • Improved editing of selected comments
  • Full rewrite of the reading view postprocessor, cross-block suggestions will now display correctly

Fixes

  • Live Preview
    • Renderer not applying style when in source mode
  • Suggestions gutter not showing context menu on click (required a double click before)
  • Reading view not rerendering on setting toggle (#4)
  • Small improvements to compatiblity with the Minimal theme

Issues

  • Vim movement actions might not work properly
  • Fringe issues related to editing actions while in suggestion mode
  • Inconsistent scrolling behaviour of the CriticMarkup view

Developers