Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drkameleon/grace.art
A minimalistic code editor, inspired by Monaco/VSCode, based on Ace & written in Arturo
https://github.com/drkameleon/grace.art
arturo arturo-package code code-editor editor syntax-highlighting
Last synced: 2 days ago
JSON representation
A minimalistic code editor, inspired by Monaco/VSCode, based on Ace & written in Arturo
- Host: GitHub
- URL: https://github.com/drkameleon/grace.art
- Owner: drkameleon
- License: mit
- Created: 2024-09-28T11:42:46.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T10:53:49.000Z (3 days ago)
- Last Synced: 2024-11-12T11:33:07.778Z (3 days ago)
- Topics: arturo, arturo-package, code, code-editor, editor, syntax-highlighting
- Language: JavaScript
- Homepage:
- Size: 5.06 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Minimalistic & Lightweight
code editor written in Arturo
---
* [What does this package do?](#what-does-this-package-do)
* [How do I use it?](#how-do-i-use-it)
* [Function Reference](#function-reference)
* [License](#license)
---### What does this package do?
This package include a simple code editor, that should by no means be considered anything other than a very draft example of what we could do with Arturo's UI. :-)
### How do I use it?
Simply `import` it and use the included `grace` function:
```red
import "grace"!grace
```
### License
MIT License
Copyright (c) 2024 Yanis Zafirópulos
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.