Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lxsmnsyc/baybayin
A simple in-browser code editor
https://github.com/lxsmnsyc/baybayin
code-editor editor shikijs syntax-highlighting
Last synced: 3 months ago
JSON representation
A simple in-browser code editor
- Host: GitHub
- URL: https://github.com/lxsmnsyc/baybayin
- Owner: lxsmnsyc
- License: mit
- Created: 2021-07-31T04:42:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T15:02:00.000Z (over 3 years ago)
- Last Synced: 2024-10-01T14:52:49.199Z (3 months ago)
- Topics: code-editor, editor, shikijs, syntax-highlighting
- Language: TypeScript
- Homepage:
- Size: 351 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# baybayin
> A simple in-browser code editor
## Packages
| Package | Version | Example | Notes |
| --- | --- | --- | --- |
| [`baybayin`](https://github.com/lxsmnsyc/baybayin/tree/main/packages/baybayin) | [![NPM](https://img.shields.io/npm/v/baybayin.svg)](https://www.npmjs.com/package/baybayin) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/lxsmnsyc/baybayin/tree/main/examples/vanilla-demo) | Vanilla demo |
| [`react-baybayin`](https://github.com/lxsmnsyc/baybayin/tree/main/packages/react-baybayin) | [![NPM](https://img.shields.io/npm/v/react-baybayin.svg)](https://www.npmjs.com/package/react-baybayin) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/lxsmnsyc/baybayin/tree/main/examples/react-demo) | React demo |
| [`preact-baybayin`](https://github.com/lxsmnsyc/baybayin/tree/main/packages/preact-baybayin) | [![NPM](https://img.shields.io/npm/v/preact-baybayin.svg)](https://www.npmjs.com/package/preact-baybayin) | [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/lxsmnsyc/baybayin/tree/main/examples/preact-demo) | Preact demo |## To be added
- support for Vue
- support for SolidJS## License
MIT © [lxsmnsyc](https://github.com/lxsmnsyc)