https://github.com/linb/github_code_editor
This is a codeless programming project created by CrossUI GitHub
https://github.com/linb/github_code_editor
builder code-editor codeless codemirror-editor crossui crossui-rad-project no-code
Last synced: 9 months ago
JSON representation
This is a codeless programming project created by CrossUI GitHub
- Host: GitHub
- URL: https://github.com/linb/github_code_editor
- Owner: linb
- Created: 2019-05-25T17:53:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T14:41:45.000Z (over 6 years ago)
- Last Synced: 2025-04-02T08:51:13.358Z (10 months ago)
- Topics: builder, code-editor, codeless, codemirror-editor, crossui, crossui-rad-project, no-code
- Language: JavaScript
- Homepage: https://linb.github.io/GitHub_Code_Editor
- Size: 218 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## GitHub Code Editor
[Online tool for editing code files in your GitHub Repositories](https://linb.github.io/GitHub_Code_Editor).
You can use this online tool to log in your Github account, select repository, list code files, and edit any file in the browser.
The entire program is done with codeless programming. The GitHub login function uses a cloud service module - [GitHubSimpleAPI](https://github.com/linb/CrossUI_Assets/tree/master/assets/modules/Services/xui_module_tpl_GitHubAPISimple), which works out of the box, enable your users log in to GitHub and operate their repositories directly. In [CrossUI Builder](https://crossui.com/RADGithub), you can add it to your own project from CrossUI templates library.
This project was created by codeless programming Builder: https://crossui.com/RADGithub
> The release url is: https://linb.github.io/GitHub_Code_Editor/index.html
> The debug url is: https://linb.github.io/GitHub_Code_Editor/debug.html
> Click [here](https://crossui.com/RADGithub/#!from=github&owner=linb&repo=GitHub_Code_Editor) to edit this project in CrossUI Builder

> Dependencies: [@octokit/rest.js](https://github.com/octokit/rest.js) and [@codemirror/CodeMirror](https://github.com/codemirror/CodeMirror)
* Support for over 100 languages out of the box
* Code folding
* Search and replace interface
* Bracket and tag matching
* Linter integration
* Mixing font sizes and styles
* Various themes
* More...
> Sibling Project: https://github.com/linb/GitHub_JSON_Editor / https://linb.github.io/GitHub_JSON_Editor
> Powered by [CrossUI](https://crossui.com)