duck editor
1.0.0
Duck Editor https://github.com/evilbinary/duck-editor
A Highly scalable Editor based on scheme with GPU rendering.
中文版说明文档
Duck Editor Development Team QQ Group Number: 590540178
Based on scheme lib
./scheme --script ../apps/duck-editor/duck-editor.ss (import (extensions extension))
(register 'theme.dracula (lambda (duck)
(let ((editor (get-var duck 'editor))
;; Code block for extension function.
)) (set-key-map '(ctl a) (lambda()
(printf "hook key ctl an")
))Copyright (c) evilbinary All rights reserved.
Licensed under the GPL license.