All Projects → evilbinary → Duck Editor

evilbinary / Duck Editor

Licence: gpl-2.0
基于scheme开发的鸭子编辑器

Programming Languages

scheme
763 projects

Labels

Projects that are alternatives of or similar to Duck Editor

Radasm2
RadASM v2
Stars: ✭ 161 (-8.52%)
Mutual labels:  editor
Monogame.forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 165 (-6.25%)
Mutual labels:  editor
Notepad Plus Plus
🧛🏻‍♂️ Dark theme for Notepad++
Stars: ✭ 170 (-3.41%)
Mutual labels:  editor
Diagram Maker
A library to display an interactive editor for any graph-like data.
Stars: ✭ 2,086 (+1085.23%)
Mutual labels:  editor
Python Markdown Editor
Standalone editor for your markdown files
Stars: ✭ 164 (-6.82%)
Mutual labels:  editor
Pythonvscode
This extension is now maintained in the Microsoft fork.
Stars: ✭ 2,013 (+1043.75%)
Mutual labels:  editor
Report Designer
🚀 打印设计、可视化、大屏、编辑器、设计器、数据分析、报表设计、组件化、表单设计、h5页面、调查问卷、pdf生成、流程图、试卷、SVG、图形元素、物联网
Stars: ✭ 160 (-9.09%)
Mutual labels:  editor
Smartblock
intuitive block based wysiwyg editor built with React and ProseMirror
Stars: ✭ 173 (-1.7%)
Mutual labels:  editor
Blocks.js
JavaScript dataflow graph editor
Stars: ✭ 165 (-6.25%)
Mutual labels:  editor
Edit Text
Collaborative rich text editor for the web. Written in Rust + WebAssembly.
Stars: ✭ 171 (-2.84%)
Mutual labels:  editor
Mundus
A 3D world/level editor built with Java, Kotlin & libGDX.
Stars: ✭ 164 (-6.82%)
Mutual labels:  editor
Vscode Theme Onedark
VSCode Theme based on Atom's One Dark theme
Stars: ✭ 165 (-6.25%)
Mutual labels:  editor
Popcode
An HTML/CSS/JavaScript editor for use in the classroom
Stars: ✭ 169 (-3.98%)
Mutual labels:  editor
Smarteditor2
Javascript WYSIWYG HTML editor
Stars: ✭ 162 (-7.95%)
Mutual labels:  editor
Richtexteditor
Rich text editor lib for android. (Img support) - 富文本编辑器(支持图片)
Stars: ✭ 172 (-2.27%)
Mutual labels:  editor
Evil
The extensible vi layer for Emacs.
Stars: ✭ 2,265 (+1186.93%)
Mutual labels:  editor
Vue Markdown Editor
A markdown editor built on Vue
Stars: ✭ 169 (-3.98%)
Mutual labels:  editor
Bim
small terminal text editor with syntax highlighting
Stars: ✭ 174 (-1.14%)
Mutual labels:  editor
Ngx Inline Editor
Native UI Inline-editor Angular (4.0+) component
Stars: ✭ 172 (-2.27%)
Mutual labels:  editor
Vscodium
binary releases of VS Code without MS branding/telemetry/licensing
Stars: ✭ 14,639 (+8217.61%)
Mutual labels:  editor

Duck Editor

Duck Editor https://github.com/evilbinary/duck-editor
A Highly scalable Editor based on scheme with GPU rendering.

中文版说明文档

Features

  1. Faster than vscode
  2. More flexible than emacs

Contributing

Duck Editor Development Team QQ Group Number: 590540178

Screen Shot

Usage

Based on scheme lib

./scheme --script ../apps/duck-editor/duck-editor.ss

Extensions

Extensions List

  1. Scheme Grammar Highlights
  2. dracula Theme
  3. File System

Develop Extensions

Rigister Extension

  (import (extensions extension))
  (register 'theme.dracula (lambda (duck)
    (let ((editor (get-var duck 'editor))
    	;; Code block for extension function.
    ))

Hook Key Control

   (set-key-map '(ctl a) (lambda()
            (printf "hook key ctl a\n")
       ))

Author

License

Copyright (c) evilbinary All rights reserved.

Licensed under the GPL license.

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].