@cadcrawl/cad-browser 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @cadcrawl/cad-browser
2
2
 
3
- A local engineering file browser for STEP, STL, 3MF, PDF, images, and the rest of a project repository. It gives a large folder the browsing experience of a focused desktop application without uploading project files anywhere.
3
+ A local engineering file browser for STEP, STL, 3MF, PDF, Markdown, text files, images, and the rest of a project repository. It gives a large folder the browsing experience of a focused desktop application without uploading project files anywhere.
4
4
 
5
5
  Run it inside any project folder:
6
6
 
@@ -18,6 +18,7 @@ CAD Browser opens `http://127.0.0.1:6767` and provides:
18
18
 
19
19
  - A collapsible project tree and searchable grid/list views.
20
20
  - Global search across filenames, paths, and extracted PDF text.
21
+ - Markdown and TXT content indexing with line, word, and character counts.
21
22
  - File-type filtering and sorting by name, modification date, size, or type.
22
23
  - Adjustable tile density from 4 to 15 columns.
23
24
  - Open files with their default desktop application.