{"id":13792438,"url":"https://github.com/evilbinary/duck-editor","last_synced_at":"2026-02-25T14:54:49.366Z","repository":{"id":72171343,"uuid":"152268807","full_name":"evilbinary/duck-editor","owner":"evilbinary","description":"基于scheme开发的鸭子编辑器","archived":false,"fork":false,"pushed_at":"2020-06-07T04:14:53.000Z","size":1823,"stargazers_count":199,"open_issues_count":0,"forks_count":15,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-18T06:49:04.615Z","etag":null,"topics":["chezscheme","duck","editor","scheme"],"latest_commit_sha":null,"homepage":"","language":"Scheme","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evilbinary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-10-09T14:45:41.000Z","updated_at":"2024-10-14T16:42:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b7db537-b494-475f-bae8-68cebcc4efb6","html_url":"https://github.com/evilbinary/duck-editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilbinary%2Fduck-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilbinary%2Fduck-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilbinary%2Fduck-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilbinary%2Fduck-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilbinary","download_url":"https://codeload.github.com/evilbinary/duck-editor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253754967,"owners_count":21958934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chezscheme","duck","editor","scheme"],"created_at":"2024-08-03T22:01:12.250Z","updated_at":"2026-02-25T14:54:49.291Z","avatar_url":"https://github.com/evilbinary.png","language":"Scheme","readme":"# Duck Editor\nDuck Editor [https://github.com/evilbinary/duck-editor](https://github.com/evilbinary/duck-editor)    \nA Highly scalable Editor based on `scheme` with GPU rendering.\n\n[中文版说明文档](README.zh_cn.md)\n\n## Features\n  1. Faster than [vscode](https://code.visualstudio.com/)\n  2. More flexible than [emacs](https://www.gnu.org/software/emacs/)\n\n## Contributing\n  Duck Editor Development Team `QQ Group Number: 590540178`  \n\n## Screen Shot\n\u003cimg src=\"https://raw.githubusercontent.com/evilbinary/duck-editor/master/data/screenshot/demo4.jpg\" width=\"800px\" /\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/evilbinary/duck-editor/master/data/screenshot/demo2.png\" width=\"800px\" /\u003e\n\n## Usage\n   Based on [scheme lib](https://github.com/evilbinary/scheme-lib)    \n   ```bash\n   ./scheme --script ../apps/duck-editor/duck-editor.ss\n   ```\n\n## Extensions\n\n### Extensions List \n1. Scheme Grammar Highlights \n2. dracula Theme\n3. File System\n\n### Develop Extensions  \n#### Rigister Extension\n```scheme\n  (import (extensions extension))\n  (register 'theme.dracula (lambda (duck)\n    (let ((editor (get-var duck 'editor))\n    \t;; Code block for extension function.\n    ))\n```\n\n#### Hook Key Control\n```scheme\n   (set-key-map '(ctl a) (lambda()\n            (printf \"hook key ctl a\\n\")\n       ))\n```\n\n## Author\n\n* evilbinary rootdebug@163.com\n* Blog http://evilbinary.org\n\n\n## License\n\nCopyright (c) evilbinary All rights reserved.\n\nLicensed under the [GPL](LICENSE.txt) license.\n\n","funding_links":[],"categories":["Scheme"],"sub_categories":["course"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilbinary%2Fduck-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilbinary%2Fduck-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilbinary%2Fduck-editor/lists"}