Skip to content

1.16.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 02:46
· 3 commits to master since this release

New: Timeline widget

  • Added a new Timeline dashboard widget for date-based microblog-style posts.
  • Timeline posts are stored as normal Markdown files under Dashboards/Timeline/<name>/, one file per day.
  • Supports tags, image attachments, pinned posts, text/tag/date filters, and loading older posts.
  • Includes a compact composer for new posts and inline editing for existing posts.
  • Supports [[wikilink]] completion while writing Timeline posts.
  • Internal links open in a preview modal, with an option to open the linked note in a new tab.
  • Embedded article links can be opened separately in a new tab.
  • Long posts and embedded notes are collapsed by default, with configurable line and character thresholds.
  • Added AI-assisted draft rewriting from the Timeline composer:
    • Send the current textarea content plus an instruction to AI.
    • Review the generated result in a diff modal.
    • Regenerate with additional instructions.
    • Apply the result back to the textarea only after approval.
    • Choose the model used for Timeline AI rewrite.

Dashboard

  • Fixed dashboard folder creation for nested paths such as Dashboards/Data.
timeline_input