Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sansarip/owlbear
An experimental Visual Studio Code extension that supports paredit-like structural-editing features for HTML, TypeScript, TypeScript-React, JavaScript, and JavaScript-React.
https://github.com/sansarip/owlbear
cljs paredit structural-editing vscode vscode-extension
Last synced: 24 days ago
JSON representation
An experimental Visual Studio Code extension that supports paredit-like structural-editing features for HTML, TypeScript, TypeScript-React, JavaScript, and JavaScript-React.
- Host: GitHub
- URL: https://github.com/sansarip/owlbear
- Owner: sansarip
- License: mit
- Created: 2021-11-11T23:05:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T16:12:27.000Z (3 months ago)
- Last Synced: 2024-08-21T01:13:08.186Z (3 months ago)
- Topics: cljs, paredit, structural-editing, vscode, vscode-extension
- Language: Clojure
- Homepage: https://sansarip.github.io/owlbear/
- Size: 152 MB
- Stars: 33
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Release Status](https://img.shields.io/github/v/release/sansarip/owlbear?display_name=release&style=flat-square) ![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/sansarip/owlbear/test.yaml?branch=main&label=tests&style=flat-square)
# Owlbear
A better way to wrangle tags in VS Code!
Owlbear supports [paredit](https://github.com/sansarip/owlbear/wiki/Glossary#par-edit)-like structural-editing features for HTML, TypeScript, TypeScript-React, JavaScript, and JavaScript-React!
After installing the extension, simply execute `cmd+shift+p` in VS Code and search for `Owlbear` to get started!
And, for more details, view the [docs page](https://sansarip.github.io/owlbear)!
You can also try Owlbear without installing it, in Gitpod.
## Contributing
If you wish to contribute code to Owlbear, then see the [wiki](https://github.com/sansarip/owlbear/wiki/Contributing) for information on how to compile and run Owlbear locally!