Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

evilbinary/duck-editor

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

基于scheme开发的鸭子编辑器

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.