https://github.com/overleaf/codemirror-tree-view
https://github.com/overleaf/codemirror-tree-view
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/overleaf/codemirror-tree-view
- Owner: overleaf
- License: mit
- Created: 2023-11-14T11:47:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T16:39:29.000Z (over 2 years ago)
- Last Synced: 2025-10-19T14:31:08.061Z (8 months ago)
- Language: TypeScript
- Size: 215 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @overleaf/codemirror-tree-view
A CodeMirror 6 extension providing an interactive view of a document's syntax tree

## Usage
```ts
import { treeView } from '@overleaf/codemirror-tree-view'
```