Stockr Sync

by 株式会社ビルディット
5
4
3
2
1
Score: 50/100

Description

Sync insights between Obsidian and Stockr, the reflective journaling app.

Reviews

No reviews yet.

Stats

0
stars
19
downloads
0
forks
16
days
16
days
16
days
2
total PRs
0
open PRs
0
closed PRs
2
merged PRs
0
total issues
0
open issues
0
closed issues
4
commits

Latest Version

16 days ago

Changelog

Stockr Sync 0.1.1

Fixes

  • Preserve line breaks when importing multi-line stocks into notes
  • Show the timestamp at the end of each stock (after the last line for multi-line stocks)
  • Use window.setTimeout / window.clearTimeout for popout window compatibility

Internal

  • Replace any types with proper type definitions throughout the codebase

README file from

Github

Stockr Sync (Obsidian Plugin)

Obsidianのノートから、ふりかえりノートアプリStockrへ気づきをストックし、Stockrのストックをノートに取り込むプラグインです。

機能

  • 選択範囲(または現在行)をStockrにストック — コマンドパレットから1発
  • 今日/最近7日のストックをノートに取り込む — デイリーノートや週次レビューの材料に(日付はローカルタイムゾーン基準)

使い方

  1. 設定 → Stockr Sync → 「Stockrに接続」からブラウザでStockrアカウントにログイン
  2. コマンドパレット(Cmd/Ctrl+P)で「Stockr」と入力してコマンドを実行

ご利用にはStockrのご契約が必要です(追加料金はありません)。認証はOAuth 2.0で、プラグインがパスワードを扱うことはありません。権限は「ふりかえりの読み取り」と「新規ストックの投稿」のみです。

開発

npm install
npm run build   # 型チェック + バンドル → main.js

vaultの .obsidian/plugins/stockr-sync/manifest.jsonmain.js を置いて有効化します。

  • src/auth.ts — 認可サーバーへのOAuth(DCR+認可コード/PKCE+ループバックリダイレクト)
  • src/mcp-client.ts — Stockr MCPサーバーへの最小MCPクライアント(streamable HTTP)
  • src/main.ts — コマンド・設定タブ

License

MIT © Build It, Inc.