package mew
Modal editing witch
Install
Dune Dependency
Authors
Maintainers
Sources
0.1.0.tar.gz
sha256=64d38ceb52ef574cb314bdd693f7e4a9c9e483e80a58595db22f2df76a8a59e6
md5=2298149d1415cd804ab4e01f01ea10a0
Description
This is the core module of mew, a general modal editing engine generator.
Published: 14 Apr 2020
README
mew — Modal Editing Witch
This is the core module of mew, a general modal editing engine generator.
Usage
You can provide your Key
, Mode
, Concurrent
modules to define the real world environment to get the core component of a modal editing engine.
The core compoment support recursive key mapping ossociated with user provided modes.
After the core component is generated, you may extended it with a translater to interpret user key sequence, so you'll get a complete modal editing engine.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page