Enki

enki 是面向程序员的文本编辑器。(A text editor for programmers)

  • 所有者: andreikop/enki
  • 平台: Linux, Mac, Windows
  • 許可證: GNU General Public License v2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Enki是程序员的文本编辑器。 它是:

  • 方便使用的。 直观的界面。 开箱即用。 您不必阅读很多文档。
  • 黑客友好。 尽快工作。 无需鼠标即可高效导航。
  • 高级。 你发明了软件。 编辑器可以帮助您专注于发明,而不是与您的工具作斗争。
  • 扩展。 操作系统专为运行应用程序而设计。 Enki专为运行插件而设计。
  • 跨平台。 在任何操作系统上使用您的习惯编辑器。 在Linux和Windows上测试过。 用户报告说Enki适用于Mac OS X.
  • 高质量。 没有很多花哨的功能。 但是,所做的事情做得很好。
  • 开源。 为社区、由社区和社区一同创建、测试和设计。

概覽

名稱與所有者andreikop/enki
主編程語言Python
編程語言Python (語言數: 6)
平台Linux, Mac, Windows
許可證GNU General Public License v2.0
發布數38
最新版本名稱v22.08.0 (發布於 )
第一版名稱v0.1.4 (發布於 2011-11-20 22:27:05)
創建於2010-09-28 19:58:56
推送於2023-08-28 14:46:26
最后一次提交2023-08-28 16:46:26
星數161
關注者數14
派生數38
提交數2.9k
已啟用問題?
問題數391
打開的問題數63
拉請求數54
打開的拉請求數0
關閉的拉請求數36
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Build Status

Enki: A text editor for programmers

Official site

Installation

For most Linux and Windows users: use the pre-built binaries from the official site. But if you feel brave..

master branch can be unstable or even broken. Use releases if you are not going to hack Enki

1. Install dependencies

Mandatory:

  • Python 3
  • PyQt5. With SVG support.
  • Qutepart
  • [PyQt5 QtWebEngine bindings]. python3-pyqt5.qtwebengine or python3-qt5-webengine package.

Optional:

  • Python-Markdown. For Markdown preview
  • Docutils. For reStructuredText preview
  • ctags. For navigation in file
  • regex. For preview synchronization
  • CodeChat. For source code to HTML translation (literate programming)
  • Sphinx. To build Sphinx documentation.
  • Flake8. To lint your Python code.

Debian and Debian based

   apt-get install python3 libqt5svg5 python3-pyqt5 python3-pyqt5.qtwebengine python3-markdown python3-docutils ctags
   pip3 install -r requirements.txt

If your repo doesn't contain python3-pyqt5.qtwebengine, remove python3-pyqt5, python3-sip, and do pip3 install PyQt5

Install Qutepart from sources.

Other Unixes

Find and install listed packages with your package manager.
Install Qutepart from sources.

Other systems

Go to official pages of the projects, download packages and install according to instructions.

2. Get the sources

Download source archive

3. Install Enki

python3 setup.py install

4. Enjoy

Don't forget to send a bug report if you are having some problems

Running from the source tree

python3 -m enki

Releasing new version

    make bump-version  # Set next version number. Commit the changes
    make changelog-update  # Edit and commit 3 changelog files
    git tag vx.x.x
    git push
    git push --tags
    make push-obs  # upload the version to Open Suse build service
    # make pip release TODO document this step

License

GPL v2

Authors

  • Andrei Kopats (aka andreikop) ported core and some plugins to Python, reworked it and released the result as Enki
  • Filipe Azevedo, Andrei Kopats and Monkey Studio v2 team developed Monkey Studio v2

The Team

Contacts

enki-editor@googlegroups.com

andrei.kopats@gmail.com

去到頂部