JotDown

JotDownは、Rustで構築された軽量なノート作成ツールです。シンプルなインターフェースを持ち、ユーザーが簡単にメモやアイデアを整理できるように設計されています。Markdownサポートやタグ付け機能を備え、効率的な情報管理を実現します。

GitHubスター

20

ユーザー評価

未評価

お気に入り

0

閲覧数

20

フォーク

5

イシュー

1

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

Rust: Make sure you have Rust installed. You can install it from [rust-lang.org](https://www.rust-lang.org/).
Notion API Token: You will need a Notion API token (internal integration secret) to integrate with Notion.
Claude Desktop: Make sure you have Claude desktop or any other MCP client (Cline, Continue etc) installed and configured with a Notion integration token.
1Clone the repository:
bash
    git clone https://github.com/Harry-027/JotDown
    cd jotdown
    
2Install dependencies:
bash
    cargo build --release
    
3Install mdbook cli (required for the book generation to work):
bash
    cargo install mdbook
    
4Notion setup:
* Setup Notion connection (internal intergation with access to Notion workspace) & copy the internal intergration secret for later use. * Setup a page with title Jot It Down in your workspace and share it with your connection. This is required for the integration to work.
5Set up Claude desktop (or any other MCP client) configuration file (for Notion integration):

追加リソース