Skip to content

1.1.0

Compare
Choose a tag to compare
@mabeyj mabeyj released this 21 Jul 23:29
· 96 commits to master since this release
e9ae369

Documentation

Changes

  • Add support for the "include note" feature, allowing views to be embedded in other notes.
  • Add truncate attribute setting for table views for truncating long text to one or more lines.
  • Add wrap attribute setting for table views for enabling text wrapping.
  • Improve vertical alignment and spacing of badges.
  • Badges are now normal font weight instead of bold.
  • boolean attributes will now display a single unchecked checkbox instead of nothing when a note does not have the attribute defined.
  • boolean checkboxes now look like to-do list checkboxes to better distinguish checked and unchecked when using a dark theme.
  • Fix sticky table cell borders not rendering correctly when scrolling large tables in Trilium 0.47.
  • Fix attribute values not being separated correctly when there are more than two values displayed in a single table cell. Only the last two values would be separated by a space or line break instead of all values.
  • Fix boolean checkboxes being inverted (true as unchecked, false as checked).
  • Fix prefix and suffix settings not working with boolean checkboxes.