You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -182,19 +250,27 @@ <h1>How to Use CodeToContext</h1>
182
250
183
251
<h2>Features</h2>
184
252
<ul>
185
-
<li><strong>Structure-Aware Output:</strong> Generates a clean `<folder-structure>` diagram so the AI understands your project's layout before reading the code.</li>
186
-
<li><strong>100% Private:</strong> All files are processed locally in your browser. Your code never touches a server.</li>
187
-
<li><strong>Interactive File Tree:</strong> Easily expand, collapse, and select the exact files and folders you need.</li>
188
-
<li><strong>Smart File Filtering:</strong> Automatically respects common ignore patterns (like <code>.git</code> and <code>node_modules</code>), saving you time.</li>
189
-
<li><strong>Instant Token Analysis:</strong> Provides a real-time token count and a human-readable pronunciation to help you manage context window limits.</li>
253
+
<li><strong>Structure-Aware Output:</strong> Generates a clean `<folder-structure>` diagram so the AI
254
+
understands your project's layout before reading the code.</li>
255
+
<li><strong>100% Private:</strong> All files are processed locally in your browser. Your code never touches
256
+
a server.</li>
257
+
<li><strong>Interactive File Tree:</strong> Easily expand, collapse, and select the exact files and folders
258
+
you need.</li>
259
+
<li><strong>Smart File Filtering:</strong> Automatically respects common ignore patterns (like
260
+
<code>.git</code> and <code>node_modules</code>), saving you time.</li>
261
+
<li><strong>Instant Token Analysis:</strong> Provides a real-time token count and a human-readable
262
+
pronunciation to help you manage context window limits.</li>
190
263
</ul>
191
264
192
265
<h2>How to Use</h2>
193
266
<ol>
194
267
<li><strong>Open the App:</strong> The application is ready to use as soon as the page loads.</li>
195
-
<li><strong>Select Your Folder:</strong> Click the <strong>"Select Directory"</strong> button to choose the project folder you want to analyze.</li>
196
-
<li><strong>Refine Your Selection:</strong> Use the checkboxes in the sidebar to include or exclude specific files and directories from your prompt.</li>
197
-
<li><strong>Copy or Download:</strong> Use the action buttons in the top-right of the editor to copy the complete prompt to your clipboard or download the generated file.</li>
268
+
<li><strong>Select Your Folder:</strong> Click the <strong>"Select Directory"</strong> button to choose the
269
+
project folder you want to analyze.</li>
270
+
<li><strong>Refine Your Selection:</strong> Use the checkboxes in the sidebar to include or exclude specific
271
+
files and directories from your prompt.</li>
272
+
<li><strong>Copy or Download:</strong> Use the action buttons in the top-right of the editor to copy the
273
+
complete prompt to your clipboard or download the generated file.</li>
0 commit comments