All Projects → howl-editor → Howl

howl-editor / Howl

Licence: other
The Howl Editor

Projects that are alternatives of or similar to Howl

Evil
The extensible vi layer for Emacs.
Stars: ✭ 2,265 (+292.55%)
Mutual labels:  editor, editing
Oni
Oni: Modern Modal Editing - powered by Neovim
Stars: ✭ 11,466 (+1887.18%)
Mutual labels:  editor, editing
Antd Visual Editor
ant-design 组件库实时可视化编辑器,实时生成 react 代码
Stars: ✭ 482 (-16.46%)
Mutual labels:  editor
Xcodeway
⛵️ An Xcode Source Editor Extension that helps navigating to many places easier
Stars: ✭ 530 (-8.15%)
Mutual labels:  editor
Mavoneditor
mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
Stars: ✭ 5,203 (+801.73%)
Mutual labels:  editor
Wpfhexeditorcontrol
Wpf Hexeditor is a powerful and fully customisable user control for editing file or stream as hexadecimal, decimal and binary. Can be used in Wpf or WinForm application
Stars: ✭ 484 (-16.12%)
Mutual labels:  editor
Web Editor
web editor for atx
Stars: ✭ 518 (-10.23%)
Mutual labels:  editor
Core2d
A multi-platform data driven 2D diagram editor.
Stars: ✭ 475 (-17.68%)
Mutual labels:  editor
Pptist
基于 Vue3.x + TypeScript 的在线演示文稿应用。实现PPT幻灯片的在线编辑、演示。
Stars: ✭ 559 (-3.12%)
Mutual labels:  editor
Diagram
☊ Tool for making node graphs. Inspired by dependency graph. Used mainly for automation services 📈
Stars: ✭ 510 (-11.61%)
Mutual labels:  editor
Vim.wasm
Vim editor ported to WebAssembly
Stars: ✭ 4,915 (+751.82%)
Mutual labels:  editor
Sceditor
A lightweight HTML and BBCode WYSIWYG editor
Stars: ✭ 503 (-12.82%)
Mutual labels:  editor
Cakeshop
An integrated development environment and SDK for Ethereum-like ledgers
Stars: ✭ 491 (-14.9%)
Mutual labels:  editor
Azteceditor Android
A reusable native Android rich text editor component.
Stars: ✭ 518 (-10.23%)
Mutual labels:  editor
Remacs
Rust ❤️ Emacs
Stars: ✭ 4,503 (+680.42%)
Mutual labels:  editor
Remote Ftp
FTP/FTPS/SFTP client for Atom.io
Stars: ✭ 549 (-4.85%)
Mutual labels:  editor
Zep
Zep - An embeddable editor, with optional support for using vim keystrokes.
Stars: ✭ 477 (-17.33%)
Mutual labels:  editor
Pxt Microbit
A Blocks / JavaScript code editor for the micro:bit built on Microsoft MakeCode
Stars: ✭ 501 (-13.17%)
Mutual labels:  editor
Subplayer
📝 SubPlayer is a online subtitle editor
Stars: ✭ 517 (-10.4%)
Mutual labels:  editor
Blender Power Sequencer
Add-on for video editing in Blender 3D: edit videos faster! Included in Blender 2.81+
Stars: ✭ 577 (+0%)
Mutual labels:  editing

The Howl editor

Build Status

What is it?

Howl is a general purpose editor that aims to be both lightweight and fully customizable. It's built on top of the very fast LuaJIT runtime, uses Gtk for its interface, and can be extended in either Lua or Moonscript. It's known to work on Linux, but should work on at least the *BSD's as well.

It is released as free software under the MIT license, with the source being available on Github.

Visit howl.io for installation instructions and documentation, and follow on Twitter for updates.

Quick installation instructions

The home page contains more elaborate instructions, including pointers to existing distribution packages, but below you'll find the basic instructions for how to install Howl from source.

Build requirements

  • wget: For auto-downloading build dependencies.
  • GTK+: Version >= 3, with development files (e.g. libgtk-3-dev on Debian based system).
  • C compiler: Howl has a very small C core itself, and it embeds dependencies written in C.

Build && install

Clone the repository or download and unpack a release. Cd into the src directory, and run make && sudo make install. The installed binary will be named howl.

License

Howl is released under the MIT license (see the LICENSE.md file for the full details).

Contribute

Any feedback, be it patches, feature request or bug reports, is most welcome.

If you want to provide patches, the preferred way of doing so would be as a pull request via GitHub, or as a pull request from some other Git server. Should that not be an option, I'll gladly accept patches through other means as well.

If you have any bug reports or feature requests, please submit them to the Github issue tracker. As with patches, I'll be happy to receive these through other means as well.

You can also contact me directly at <nino at nordman.org>.

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