Skip to content

Sidet 0.0.1

Choose a tag to compare

@jiaoyingxing jiaoyingxing released this 14 May 15:39

Sidet 0.0.1

The first public artifact release of Sidet.

Sidet is an easy-to-use AI chat plugin for Obsidian. It keeps conversation browsing on the side, the current chat in focus, and useful notes, web pages, and images easier to bring into the same flow.

What this public build already covers

  • side browsing with a focused main chat
  • a home page that can work as your quick launcher
  • Markdown note quoting
  • web page quoting with preview before sending
  • image context input
  • export for the current conversation
  • a confirm-first path for organizing useful results into your knowledge flow

Knowledge flow in this version

This build already includes the first lightweight structure around Sidet/Wiki, with:

  • knowledge-card
  • concept-page
  • supporting-note
  • Index.md

The goal is to keep useful knowledge easier to revisit, connect, and continue, without turning the plugin into a heavy system.

Home shortcuts and Sidet commands

These are not the same thing:

  • Home shortcuts: the Sidet home page can pin up to 8 selected Obsidian commands
  • Sidet commands: the plugin also ships its own command set

Home shortcuts come from a filtered command pool. They can include suitable Sidet commands, suitable commands from other plugins, and some built-in Obsidian actions.

Install

Download the release assets and place these files in:

.obsidian/plugins/sidet/

Required files:

  • main.js
  • manifest.json
  • styles.css

Notes

This public repository ships release artifacts only. Source code is not included in this repository.