All Projects → alibaba → Web Editor

alibaba / Web Editor

Licence: mit
web editor for atx

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Web Editor

Vim Practice
💘 Vim is awesome! Here is my practice and study log.
Stars: ✭ 452 (-12.74%)
Mutual labels:  editor
Zep
Zep - An embeddable editor, with optional support for using vim keystrokes.
Stars: ✭ 477 (-7.92%)
Mutual labels:  editor
Pxt Microbit
A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
Stars: ✭ 501 (-3.28%)
Mutual labels:  editor
Webglstudio.js
A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
Stars: ✭ 4,508 (+770.27%)
Mutual labels:  editor
Zmjimageeditor
ZMJImageEditor is a picture editing component like WeChat. It is powerful and easy to integrate, supporting rendering, text, rotation, tailoring, mapping and other functions. (ZMJImageEditor 是一个和微信一样图片编辑的组件,功能强大,极易集成,支持绘制、文字、旋转、剪裁、贴图等功能)
Stars: ✭ 470 (-9.27%)
Mutual labels:  editor
Remacs
Rust ❤️ Emacs
Stars: ✭ 4,503 (+769.31%)
Mutual labels:  editor
React Quill
A Quill component for React.
Stars: ✭ 4,739 (+814.86%)
Mutual labels:  editor
Mavoneditor
mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
Stars: ✭ 5,203 (+904.44%)
Mutual labels:  editor
Core2d
A multi-platform data driven 2D diagram editor.
Stars: ✭ 475 (-8.3%)
Mutual labels:  editor
Backend
Backend for LimeText
Stars: ✭ 496 (-4.25%)
Mutual labels:  editor
Unitydarkskin
Switcher of UI theme in Unity Editor (light -> dark) (.NET, WPF)
Stars: ✭ 466 (-10.04%)
Mutual labels:  editor
Vue Monaco
MonacoEditor component for Vue.js
Stars: ✭ 471 (-9.07%)
Mutual labels:  editor
Wpfhexeditorcontrol
Wpf Hexeditor is a powerful and fully customisable user control for editing file or stream as hexadecimal, decimal and binary. Can be used in Wpf or WinForm application
Stars: ✭ 484 (-6.56%)
Mutual labels:  editor
React Simplemde Editor
React wrapper for simplemde markdown editor
Stars: ✭ 463 (-10.62%)
Mutual labels:  editor
Sceditor
A lightweight HTML and BBCode WYSIWYG editor
Stars: ✭ 503 (-2.9%)
Mutual labels:  editor
Slate
A completely customizable framework for building rich text editors. (Currently in beta.)
Stars: ✭ 23,104 (+4360.23%)
Mutual labels:  editor
Antd Visual Editor
ant-design 组件库实时可视化编辑器,实时生成 react 代码
Stars: ✭ 482 (-6.95%)
Mutual labels:  editor
Subplayer
📝 SubPlayer is a online subtitle editor
Stars: ✭ 517 (-0.19%)
Mutual labels:  editor
Diagram
☊ Tool for making node graphs. Inspired by dependency graph. Used mainly for automation services 📈
Stars: ✭ 510 (-1.54%)
Mutual labels:  editor
Cakeshop
An integrated development environment and SDK for Ethereum-like ledgers
Stars: ✭ 491 (-5.21%)
Mutual labels:  editor

WEditor

image image image

中文文档

This project is subproject for smart phone test framework openatx for easily use web browser to edit UI scripts.

Screenshot

screenshot

Installation

Dependencies

Only tested in Google Chrome, IE seems not working well.

pip3 install -U weditor

For developers

git clone https://github.com/openatx/weditor
pip3 install -e weditor

Usage

Create Shortcut in Desktop (Only windows)

weditor --shortcut

By click shortcut or run in command line

weditor

This command will start a local server with port 17310, and then open a browser tab for you to editor you code.

Port 17310 is to memorize the created day -- 2017/03/10

To see more usage run weditor -h

Hotkeys(Both Mac and Win)

  • Right click screen: Dump Hierarchy

Hotkeys(only Mac)

  • Command+Enter: Run the whole code
  • Command+Shift+Enter: Run selected code or current line if not selected

Hotkeys(only Win)

  • Ctrl+Enter: Run the whole code
  • Ctrl+Shift+Enter: Run selected code or current line if not selected

For Developers

See DEVELOP.md

LICENSE

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].