duat-core 0.9.0

The core of Duat, a highly customizable text editor.
Documentation

duat-core License: GPL-3.0-or-later duat-core on crates.io duat-core on docs.rs Source Code Repository

The core of Duat, for use by Duat’s built-in plugins.

This crate isn’t really meant for public use, since it is used only by a select few plugins. Configuration crates and plugins should make use of the duat crate.

One thing to note about this “builti-in plugins” thing though, is that the api of duat is a superset of duat-core’s api, the only reason why this distinction exists is so I can include some other plugins in duat’s api, like duat-base, duat-treesitter, and duat-lsp`.

Plugin examples

duat-sneak

sneak

duat-sneak, inspired by vim-sneak, lets you traverse the screen by searching through character sequences.