github fccview/jotty 1.10.1
Stable 1.10.1

latest releases: 1.14.4, 1.14.3, 1.14.2...
one month ago


Join the discord to stay up to date and have early previews


CHANGELOG

Features

  • Added settings to allow parsing of content across the app IF users don't mind a slight performance decrease (wouldn't suggest it for huge datasets, but for 100 or so notes it should not affect performance too much). This will make it so titles stay nicely styled in the sidebar. You can manually disable parsing to improve performance in admin -> settings - it's enabled by default. #191
  • Allow editing emojis from the styling tab in admin -> styling

Bugfixes

  • Refactor notes/checklists category filter in all notes/all checklists pages to fix all issues I was having with it #165
  • Standardise codeblock font #195
  • Fix bidirectional link breaking when renaming an item from the UI
  • Fix broken search results when categories have spaces
  • Fix issue with arm architecture caused by a specific package binaries, if you are on arm and couldn't update using latest (without adding the arm flag to it) this should sort you out.
  • Show the right avatar on shared items if an avatar is set (1.10.0 was only showing initials)
  • Fix emojis issues #81
  • Fix codeblock odd behaviour when not escaping specific characters combinations like {{
  • Fix slash commands not working if bidirectional link is enabled
  • Fix migration failing if your shared-items.json had empty objects

Known issues

  • When there's too many headings in the notes table of content, the sidebar doesn't scroll. I'll fix this with next release but for now you can manually fix it yourself in admin -> styling adding this custom css (ugly, but will work):
.jotty-layout-content aside nav.overflow-hidden {
    max-height: calc(100vh - 223px);
    overflow-y: scroll!important;
}

Don't miss a new jotty release

NewReleases is sending notifications on new releases.