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.
