Skip to content

v1.17-beta-13

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 11:45
· 100 commits to master since this release

Improvements πŸš€

  • New plugin setting: Show toolbar for the linked note in the File menu, under Note Toolbar Settings β†’ Other, which is defaulted to off. Allows you to selectively enable this feature, which was introduced in v1.13. Thanks @Moyf and @FelipeRearden
  • Bottom toolbars: Style Settings: Adjust the Y position separately on desktop and mobile.
  • Beta API UI components:
    • Suggester: Options are now rendered as markdown, so they can include markdown and things like Iconize icons. Thanks @FelipeRearden
    • Prompt: Now accepts an optional input placeholder text parameter: Thanks @FelipeRearden
      • suggester(text_items: string[] | ((item: T) => string), items: T[], placeholder?: string, limit?: number)
    • Prompt: Made function easier to use with optional params and more sensible defaults:
      • prompt(prompt_text: string, multiline?: boolean, placeholder?: string, default_value?: string)
    • Examples folder in repo has been updated to use the updated functions.

Full Changelog: 1.17-beta-11...1.17-beta-13