-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
220 lines (216 loc) · 8.33 KB
/
Copy pathindex.html
File metadata and controls
220 lines (216 loc) · 8.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!--
* @file index.html
* @brief 情報整理レイヤー構造付きWebページ
* @author あなたの名前
* @description インプット・プロセス・アウトプットの3レイヤーで情報整理した全体像を掲載
-->
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tool4ADHD - 情報整理レイヤー構造</title>
<style>
body {
font-family: 'Segoe UI', 'Meiryo', sans-serif;
background: #f7fafc;
color: #222;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
min-height: 100vh;
}
header {
margin-top: 40px;
margin-bottom: 16px;
text-align: center;
}
h1 {
font-size: 2.1rem;
margin-bottom: 0.3em;
}
.diagram {
background: #e6f0fa;
border-radius: 10px;
padding: 1.2em 1em;
margin-bottom: 2em;
max-width: 700px;
width: 95vw;
font-family: 'Menlo', 'Consolas', monospace;
font-size: 0.98rem;
color: #1a4a7a;
white-space: pre;
overflow-x: auto;
}
.layer-section {
width: 100%;
max-width: 900px;
margin-bottom: 2.5em;
}
.layer-title {
font-size: 1.3rem;
color: #1a4a7a;
margin-bottom: 0.7em;
margin-left: 0.2em;
}
.cards-container {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: flex-start;
}
.info-card {
background: #fff;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0,0,0,0.07);
padding: 1.2em 1em;
width: 270px;
min-height: 90px;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.info-card h3 {
font-size: 1.08rem;
margin: 0 0 0.3em 0;
color: #1a4a7a;
}
.info-card p {
font-size: 0.98rem;
margin: 0;
color: #333;
}
.info-card .anno-link {
font-size: 0.95em;
color: #1a4a7a;
text-decoration: underline;
margin-top: 0.3em;
}
@media (max-width: 700px) {
.cards-container {
flex-direction: column;
align-items: center;
gap: 12px;
}
.info-card {
width: 95vw;
max-width: 400px;
}
.diagram {
font-size: 0.92rem;
}
}
</style>
</head>
<body>
<header>
<h1>Tool4ADHD 情報整理レイヤー構造</h1>
<p>大量の情報を「記号」として脳内に設置しやすくするための全体像</p>
</header>
<div class="diagram">
Input(情報取得)
↓
Process(整理・変換・記号化)
↓
Output(記録・活用・再利用)
例:
Twitter/ノート/日記/メッセージ/位置情報
↓
要約・タグ付け・Scrapbox形式変換・Kindle送信
↓
Scrapbox/Kindle/タスク管理
</div>
<main>
<!-- Input Layer -->
<section class="layer-section">
<div class="layer-title">インプット(情報の取得・収集)</div>
<div class="cards-container">
<div class="info-card">
<h3>Twitter(ツイート・リツイート)</h3>
<p>
<b>X2Scb</b>は、Twitterのツイートやリツイートを自動でScrapboxの日付ページに追加できるツールです。<br>
バックエンドでTwitter APIとOpenAI APIを使い、ツイート取得・リツイートの要約を自動化。<br>
TampermonkeyスクリプトでScrapboxページに自動貼り付けも可能。<br>
<a href="https://github.com/tkgshn/X2Scb" target="_blank">GitHub: tkgshn/X2Scb</a>
</p>
</div>
<div class="info-card">
<h3>Webクリップ</h3>
<p>
<b>Anno</b>はWebページをScrapboxにワンクリップで保存できるツールです。<br>
クリップした内容は自動で日付ページと紐づき、<code>[public.icon]</code>タグが付与されます。<br>
要約やキーワード抽出、キークエスチョン生成などのカスタマイズも可能です。<br>
<a href="https://github.com/tkgshn/anno" target="_blank">GitHub: tkgshn/anno</a>
</p>
<p>
<b>iOSショートカット</b>を使えば、お気に入りの記事(URL)をスマホからScrapboxに直接保存できます。
</p>
</div>
</div>
<div class="cards-container" style="margin-top: 1.5em;">
<div class="info-card">
<h3>praud AIボイスレコーダー(発話・会話)</h3>
<p>音声を自動でテキスト化し、会話や発話の記録をScrapboxに保存します。<br><span style="color:#888;">WIP: 詳細は今後追加予定</span></p>
</div>
<div class="info-card">
<h3>ChatGPTとの対話ログ(対話履歴)</h3>
<p>ChatGPTなどAIとの対話履歴をScrapboxに記録し、思考の流れを可視化します。<br><span style="color:#888;">WIP: 詳細は今後追加予定</span></p>
</div>
<div class="info-card">
<h3>Googleロケーション履歴(物理的な移動)</h3>
<p>Googleロケーション履歴を使って、日々の移動データをScrapboxに記録・可視化します。<br><span style="color:#888;">WIP: 詳細は今後追加予定</span></p>
</div>
<div class="info-card">
<h3>毎日の予定(カレンダー連携・GPT秘書)</h3>
<p>Googleカレンダー等から予定を取得し、GPTで要約やリマインドを行う仕組み。<br><span style="color:#888;">WIP: 詳細は今後追加予定</span></p>
</div>
<div class="info-card">
<h3>天気予報</h3>
<p>その日の天気情報を自動取得し、日記や予定と一緒にScrapboxへ記録。<br><span style="color:#888;">WIP: 詳細は今後追加予定</span></p>
</div>
<div class="info-card">
<h3>会う人とのコミュニケーション履歴</h3>
<p>予定や連絡先と連携し、会った人とのやりとりを自動で記録。<br><span style="color:#888;">WIP: 詳細は今後追加予定</span></p>
</div>
</div>
</section>
<!-- Process Layer -->
<section class="layer-section">
<div class="layer-title">プロセス(情報の整理・変換・記号化)</div>
<div class="cards-container">
<div class="info-card">
<h3>Scb2GPT</h3>
<p>
Scb2GPTは、 Scrapbox の中にGPTを生やすUserScriptです。ChatGPT、DALL-E、Web Search 機能を使うことができます。<br>
情報の整理や記号化プロセスをAIでサポートし、ADHD特有の思考整理の困難さを軽減します。外部アプリに切り替える必要がなく、ワークフローを中断せずにAIのパワーを活用できるため、集中力の維持に役立ちます。<br>
<a href="https://github.com/tkgshn/Scb2GPT" target="_blank">GitHub: tkgshn/Scb2GPT</a>
</p>
</div>
<div class="info-card">
<h3>Apple-MCP</h3>
<p>
Apple-MCPは、AI アシスタントとAppleネイティブアプリケーションを繋ぐツールキットです。Claudeなど様々なAIモデルを活用できます。<br>
予定管理やタスク整理などをAIアシスタントに任せることで、ADHD特有の注意切り替えやタスク管理の負担を大幅に軽減します。アプリ間の煩わしい切り替えなしに、自然な対話でデジタル環境を操作できるため、集中力の維持と作業効率の向上に役立ちます。<br>
<a href="https://github.com/Dhravya/apple-mcp" target="_blank">GitHub: Dhravya/apple-mcp</a>
</p>
</div>
</div>
</section>
<!-- Output Layer -->
<section class="layer-section">
<div class="layer-title">アウトプット(記録・活用・再利用)</div>
<div class="cards-container">
<div class="info-card">
<h3>アウトプット全般</h3>
<p><span style="color:#888;">WIP: 詳細は今後追加予定</span></p>
</div>
</div>
</section>
</main>
<!--
追加アイディアやレイヤーはここから拡張できます。
-->
</body>
</html>