2
0
Fork
You've already forked sbeditor
0
  • Rust 100%
faretek 720dba5684 feat: prim
fix: a lot of stuff...
2026年02月08日 21:20:23 +00:00
.github/workflows chore: init zensical (with uv) 2026年01月31日 09:02:05 +00:00
docs docs: change navigation 2026年02月07日 23:03:55 +00:00
src feat: prim 2026年02月08日 21:20:23 +00:00
tests feat: prim 2026年02月08日 21:20:23 +00:00
.gitattributes chore: enable git lfs 2026年02月08日 10:24:00 +00:00
.gitignore feat: prim 2026年02月08日 21:20:23 +00:00
.python-version chore: init zensical (with uv) 2026年01月31日 09:02:05 +00:00
Cargo.toml feat: prim 2026年02月08日 21:20:23 +00:00
LICENSE be boring 2026年01月31日 11:30:49 +00:00
pyproject.toml chore: init zensical (with uv) 2026年01月31日 09:02:05 +00:00
README.md docs: readme 2026年02月08日 09:15:09 +00:00
uv.lock chore: init zensical (with uv) 2026年01月31日 09:02:05 +00:00
zensical.toml docs: change navigation 2026年02月07日 23:03:55 +00:00

sbeditor

This is the successor to sbeditor and sa.editor, which were written in python. They had a lot of issues regarding code style/typing as well as being quite slow. That's why it's being rewritten in rust. When a stable release is made here, it will immediately become V3, since v1 = original sbeditor, and v2 = sa.editor. I plan to replace sa.editor with this using a rust binding for python.

unfortunately i had to make the repo public to enable github pages